Netdev Archive on lore.kernel.org help / color / mirror / Atom feed
From: Xie He <xie.he.0141@gmail.com> To: Willem de Bruijn <willemdebruijn.kernel@gmail.com>, Eric Dumazet <eric.dumazet@gmail.com>, "David S. Miller" <davem@davemloft.net>, Jakub Kicinski <kuba@kernel.org>, Linux Kernel Network Developers <netdev@vger.kernel.org>, LKML <linux-kernel@vger.kernel.org> Subject: Question about dev_validate_header used in af_packet.c Date: Sat, 5 Sep 2020 15:24:54 -0700 [thread overview] Message-ID: <CAJht_EOu8GKvdTAeF_rHsaKu7iYOmW8C64bQA21bgKuiANE5Zw@mail.gmail.com> (raw) Hi Willem, I have a question about the function dev_validate_header used in af_packet.c. Can you help me? Thanks! I see when the length of the data is smaller than hard_header_len, and when the user is "capable" enough, the function will accept it and pad it with 0s, without validating the header with header_ops->validate. But I think if the driver is able to accept variable-length LL headers, shouldn't we just pass the data to header_ops->validate and let it check the header's validity, and then just pass the validated data to the driver for transmission? Why when the user is "capable" enough, can it bypass the header_ops->validate check? And why do we need to pad the data with 0s? Won't this make the driver confused about the real length of the data? Thank you for your help! Xie
next reply other threads:[~2020-09-05 22:25 UTC|newest] Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-09-05 22:24 Xie He [this message] 2020-09-05 23:20 ` Question about dev_validate_header used in af_packet.c Xie He 2020-09-07 9:05 ` Willem de Bruijn 2020-09-07 21:16 ` Xie He 2020-09-08 8:40 ` Willem de Bruijn 2020-09-08 11:00 ` Xie He 2020-09-08 11:52 ` Willem de Bruijn 2020-09-08 12:45 ` Xie He 2020-09-08 17:08 ` Willem de Bruijn
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=CAJht_EOu8GKvdTAeF_rHsaKu7iYOmW8C64bQA21bgKuiANE5Zw@mail.gmail.com \ --to=xie.he.0141@gmail.com \ --cc=davem@davemloft.net \ --cc=eric.dumazet@gmail.com \ --cc=kuba@kernel.org \ --cc=linux-kernel@vger.kernel.org \ --cc=netdev@vger.kernel.org \ --cc=willemdebruijn.kernel@gmail.com \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).