mbox series

[net-next,0/2] ipv6: mc_forwarding changes

Message ID 20220204201546.2703267-1-eric.dumazet@gmail.com (mailing list archive)
Headers show
Series ipv6: mc_forwarding changes | expand

Message

Eric Dumazet Feb. 4, 2022, 8:15 p.m. UTC
From: Eric Dumazet <edumazet@google.com>

First patch removes minor data-races, as mc_forwarding can
be locklessly read in fast path.

Second patch adds a short cut in ip6mr_sk_done()

Eric Dumazet (2):
  ipv6: make mc_forwarding atomic
  ip6mr: ip6mr_sk_done() can exit early in common cases

 include/linux/ipv6.h       |  2 +-
 net/batman-adv/multicast.c |  2 +-
 net/ipv6/addrconf.c        |  4 ++--
 net/ipv6/ip6_input.c       |  2 +-
 net/ipv6/ip6mr.c           | 11 +++++++----
 5 files changed, 12 insertions(+), 9 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Feb. 5, 2022, 3:40 p.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (master)
by David S. Miller <davem@davemloft.net>:

On Fri,  4 Feb 2022 12:15:44 -0800 you wrote:
> From: Eric Dumazet <edumazet@google.com>
> 
> First patch removes minor data-races, as mc_forwarding can
> be locklessly read in fast path.
> 
> Second patch adds a short cut in ip6mr_sk_done()
> 
> [...]

Here is the summary with links:
  - [net-next,1/2] ipv6: make mc_forwarding atomic
    https://git.kernel.org/netdev/net-next/c/145c7a793838
  - [net-next,2/2] ip6mr: ip6mr_sk_done() can exit early in common cases
    https://git.kernel.org/netdev/net-next/c/f2f2325ec799

You are awesome, thank you!