From: Guillaume Nault <gnault@redhat.com>
To: David Miller <davem@davemloft.net>,
Jakub Kicinski <kuba@kernel.org>, Paolo Abeni <pabeni@redhat.com>,
Eric Dumazet <edumazet@google.com>
Cc: netdev@vger.kernel.org, stephen hemminger <shemminger@vyatta.com>
Subject: Re: [PATCH net v2] vxlan: Pull inner IP header in vxlan_xmit_one().
Date: Fri, 7 Jun 2024 13:39:27 +0200 [thread overview]
Message-ID: <ZmLxb0EdIIm2+DOe@debian> (raw)
In-Reply-To: <a5a118807f06bded3feea4ba35168e9240c31a3b.1717690115.git.gnault@redhat.com>
On Thu, Jun 06, 2024 at 06:13:59PM +0200, Guillaume Nault wrote:
> + if (!(flags & VXLAN_F_GPE) || skb->protocol == ETH_P_TEB) {
> + if (!skb_vlan_inet_prepare(skb))
> + goto drop;
Obviously wrong. Need to rest, sorry.
I'll post v3 later.
next prev parent reply other threads:[~2024-06-07 11:39 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-06 16:13 [PATCH net v2] vxlan: Pull inner IP header in vxlan_xmit_one() Guillaume Nault
2024-06-07 11:39 ` Guillaume Nault [this message]
2024-06-10 2:19 ` kernel test robot
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=ZmLxb0EdIIm2+DOe@debian \
--to=gnault@redhat.com \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=kuba@kernel.org \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=shemminger@vyatta.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: link
Be 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).