All of lore.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Danielle Ratson <danieller@nvidia.com>
Cc: netdev@vger.kernel.org, donald.hunter@gmail.com, kuba@kernel.org,
	davem@davemloft.net, edumazet@google.com, pabeni@redhat.com,
	horms@kernel.org, razor@blackwall.org, idosch@nvidia.com,
	andrew+netdev@lunn.ch, shuah@kernel.org, ast@fiberby.net,
	liuhangbin@gmail.com, daniel@iogearbox.net, aroulin@nvidia.com,
	fmaurer@redhat.com, sdf.kernel@gmail.com, sd@queasysnail.net,
	kees@kernel.org, nickgarlis@gmail.com, amorenoz@redhat.com,
	alasdair@mcwilliam.dev, johannes.wiesboeck@aisec.fraunhofer.de,
	petrm@nvidia.com, linux-kernel@vger.kernel.org,
	bridge@lists.linux.dev, linux-kselftest@vger.kernel.org
Subject: Re: [PATCH net-next v2 0/6] bridge: Add selective forwarding of gratuitous neighbor announcements
Date: Thu, 14 May 2026 10:50:20 +0000	[thread overview]
Message-ID: <177875582014.4067480.7391428922035544724.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20260511065936.4173106-1-danieller@nvidia.com>

Hello:

This series was applied to netdev/net-next.git (main)
by Paolo Abeni <pabeni@redhat.com>:

On Mon, 11 May 2026 09:59:30 +0300 you wrote:
> The existing neighbor suppression unconditionally suppresses gratuitous
> ARPs and unsolicited Neighbor Advertisements, which prevents fast
> mobility of hosts between VTEPs.
> 
> This series adds a new neigh_forward_grat option that provides
> independent control of gratuitous ARP and unsolicited NA forwarding.
> When neigh_suppress is enabled but neigh_forward_grat is enabled,
> regular neighbor discovery is suppressed while gratuitous announcements
> are forwarded.
> 
> [...]

Here is the summary with links:
  - [net-next,v2,1/6] bridge: uapi: Add neigh_forward_grat netlink attributes
    https://git.kernel.org/netdev/net-next/c/0c32db0761fe
  - [net-next,v2,2/6] bridge: Add internal flags for neigh_forward_grat
    https://git.kernel.org/netdev/net-next/c/3a28ccb9dd47
  - [net-next,v2,3/6] bridge: Add selective forwarding of gratuitous neighbor announcements
    https://git.kernel.org/netdev/net-next/c/27c082c600b1
  - [net-next,v2,4/6] bridge: Add port-level netlink handling for neigh_forward_grat
    https://git.kernel.org/netdev/net-next/c/2c75c438b9d9
  - [net-next,v2,5/6] bridge: Add per-VLAN netlink handling for neigh_forward_grat
    https://git.kernel.org/netdev/net-next/c/e65cf8815932
  - [net-next,v2,6/6] selftests: net: Add tests for neigh_forward_grat option
    https://git.kernel.org/netdev/net-next/c/4620aa6527d3

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



      parent reply	other threads:[~2026-05-14 10:51 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-05-11  6:59 [PATCH net-next v2 0/6] bridge: Add selective forwarding of gratuitous neighbor announcements Danielle Ratson
2026-05-11  6:59 ` [PATCH net-next v2 1/6] bridge: uapi: Add neigh_forward_grat netlink attributes Danielle Ratson
2026-05-11  6:59 ` [PATCH net-next v2 2/6] bridge: Add internal flags for neigh_forward_grat Danielle Ratson
2026-05-11  6:59 ` [PATCH net-next v2 3/6] bridge: Add selective forwarding of gratuitous neighbor announcements Danielle Ratson
2026-05-11  6:59 ` [PATCH net-next v2 4/6] bridge: Add port-level netlink handling for neigh_forward_grat Danielle Ratson
2026-05-11  6:59 ` [PATCH net-next v2 5/6] bridge: Add per-VLAN " Danielle Ratson
2026-05-11  6:59 ` [PATCH net-next v2 6/6] selftests: net: Add tests for neigh_forward_grat option Danielle Ratson
2026-05-14 10:50 ` 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=177875582014.4067480.7391428922035544724.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=alasdair@mcwilliam.dev \
    --cc=amorenoz@redhat.com \
    --cc=andrew+netdev@lunn.ch \
    --cc=aroulin@nvidia.com \
    --cc=ast@fiberby.net \
    --cc=bridge@lists.linux.dev \
    --cc=daniel@iogearbox.net \
    --cc=danieller@nvidia.com \
    --cc=davem@davemloft.net \
    --cc=donald.hunter@gmail.com \
    --cc=edumazet@google.com \
    --cc=fmaurer@redhat.com \
    --cc=horms@kernel.org \
    --cc=idosch@nvidia.com \
    --cc=johannes.wiesboeck@aisec.fraunhofer.de \
    --cc=kees@kernel.org \
    --cc=kuba@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-kselftest@vger.kernel.org \
    --cc=liuhangbin@gmail.com \
    --cc=netdev@vger.kernel.org \
    --cc=nickgarlis@gmail.com \
    --cc=pabeni@redhat.com \
    --cc=petrm@nvidia.com \
    --cc=razor@blackwall.org \
    --cc=sd@queasysnail.net \
    --cc=sdf.kernel@gmail.com \
    --cc=shuah@kernel.org \
    /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.