All of lore.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Petr Machata <petrm@nvidia.com>
Cc: davem@davemloft.net, edumazet@google.com, kuba@kernel.org,
	pabeni@redhat.com, andrew+netdev@lunn.ch, netdev@vger.kernel.org,
	horms@kernel.org, idosch@nvidia.com, mlxsw@nvidia.com
Subject: Re: [PATCH net-next v2 00/11] vxlan: Support user-defined reserved bits
Date: Mon, 09 Dec 2024 23:20:32 +0000	[thread overview]
Message-ID: <173378643250.273075.13832548579412179113.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <cover.1733412063.git.petrm@nvidia.com>

Hello:

This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Thu, 5 Dec 2024 16:40:49 +0100 you wrote:
> Currently the VXLAN header validation works by vxlan_rcv() going feature
> by feature, each feature clearing the bits that it consumes. If anything
> is left unparsed at the end, the packet is rejected.
> 
> Unfortunately there are machines out there that send VXLAN packets with
> reserved bits set, even if they are configured to not use the
> corresponding features. One such report is here[1], and we have heard
> similar complaints from our customers as well.
> 
> [...]

Here is the summary with links:
  - [net-next,v2,01/11] vxlan: In vxlan_rcv(), access flags through the vxlan netdevice
    https://git.kernel.org/netdev/net-next/c/9234a37a495d
  - [net-next,v2,02/11] vxlan: vxlan_rcv() callees: Move clearing of unparsed flags out
    https://git.kernel.org/netdev/net-next/c/0f09ae907818
  - [net-next,v2,03/11] vxlan: vxlan_rcv() callees: Drop the unparsed argument
    https://git.kernel.org/netdev/net-next/c/fe3dcbcfae52
  - [net-next,v2,04/11] vxlan: vxlan_rcv(): Extract vxlan_hdr(skb) to a named variable
    https://git.kernel.org/netdev/net-next/c/e713130dfb4d
  - [net-next,v2,05/11] vxlan: Track reserved bits explicitly as part of the configuration
    https://git.kernel.org/netdev/net-next/c/e4f8647767cf
  - [net-next,v2,06/11] vxlan: Bump error counters for header mismatches
    https://git.kernel.org/netdev/net-next/c/752b1c8d8b40
  - [net-next,v2,07/11] vxlan: vxlan_rcv(): Drop unparsed
    https://git.kernel.org/netdev/net-next/c/bb16786ed6fd
  - [net-next,v2,08/11] vxlan: Add an attribute to make VXLAN header validation configurable
    https://git.kernel.org/netdev/net-next/c/6c11379b104e
  - [net-next,v2,09/11] selftests: net: lib: Rename ip_link_master() to ip_link_set_master()
    https://git.kernel.org/netdev/net-next/c/8653eb21d68c
  - [net-next,v2,10/11] selftests: net: lib: Add several autodefer helpers
    https://git.kernel.org/netdev/net-next/c/d76ccb2ec368
  - [net-next,v2,11/11] selftests: forwarding: Add a selftest for the new reserved_bits UAPI
    https://git.kernel.org/netdev/net-next/c/d84b5dccf3eb

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



      parent reply	other threads:[~2024-12-09 23:20 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-05 15:40 [PATCH net-next v2 00/11] vxlan: Support user-defined reserved bits Petr Machata
2024-12-05 15:40 ` [PATCH net-next v2 01/11] vxlan: In vxlan_rcv(), access flags through the vxlan netdevice Petr Machata
2024-12-06  9:37   ` Nikolay Aleksandrov
2024-12-05 15:40 ` [PATCH net-next v2 02/11] vxlan: vxlan_rcv() callees: Move clearing of unparsed flags out Petr Machata
2024-12-06  9:38   ` Nikolay Aleksandrov
2024-12-05 15:40 ` [PATCH net-next v2 03/11] vxlan: vxlan_rcv() callees: Drop the unparsed argument Petr Machata
2024-12-06  9:39   ` Nikolay Aleksandrov
2024-12-05 15:40 ` [PATCH net-next v2 04/11] vxlan: vxlan_rcv(): Extract vxlan_hdr(skb) to a named variable Petr Machata
2024-12-06  9:40   ` Nikolay Aleksandrov
2024-12-05 15:40 ` [PATCH net-next v2 05/11] vxlan: Track reserved bits explicitly as part of the configuration Petr Machata
2024-12-06  9:44   ` Nikolay Aleksandrov
2024-12-05 15:40 ` [PATCH net-next v2 06/11] vxlan: Bump error counters for header mismatches Petr Machata
2024-12-06  9:45   ` Nikolay Aleksandrov
2024-12-05 15:40 ` [PATCH net-next v2 07/11] vxlan: vxlan_rcv(): Drop unparsed Petr Machata
2024-12-06  9:45   ` Nikolay Aleksandrov
2024-12-05 15:40 ` [PATCH net-next v2 08/11] vxlan: Add an attribute to make VXLAN header validation configurable Petr Machata
2024-12-06  9:47   ` Nikolay Aleksandrov
2024-12-05 15:40 ` [PATCH net-next v2 09/11] selftests: net: lib: Rename ip_link_master() to ip_link_set_master() Petr Machata
2024-12-06  9:48   ` Nikolay Aleksandrov
2024-12-05 15:40 ` [PATCH net-next v2 10/11] selftests: net: lib: Add several autodefer helpers Petr Machata
2024-12-06  9:48   ` Nikolay Aleksandrov
2024-12-05 15:41 ` [PATCH net-next v2 11/11] selftests: forwarding: Add a selftest for the new reserved_bits UAPI Petr Machata
2024-12-06  9:49   ` Nikolay Aleksandrov
2024-12-09 23:20 ` patchwork-bot+netdevbpf [this message]

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=173378643250.273075.13832548579412179113.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=andrew+netdev@lunn.ch \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=horms@kernel.org \
    --cc=idosch@nvidia.com \
    --cc=kuba@kernel.org \
    --cc=mlxsw@nvidia.com \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=petrm@nvidia.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.