mbox series

[net-next,0/3] follow-up on deduplicate cookie logic

Message ID 20250307033620.411611-1-willemdebruijn.kernel@gmail.com (mailing list archive)
Headers show
Series follow-up on deduplicate cookie logic | expand

Message

Willem de Bruijn March 7, 2025, 3:34 a.m. UTC
From: Willem de Bruijn <willemb@google.com>

1/3: I came across a leftover from cookie deduplication, due to UDP
having two code paths: lockless fast path and locked cork path.

3/3: Even though the leftover was in the fast path, this prompted me
to complete coverage to the cork path.

2/3: That uncovered a subtle API inconsistency in how dontfrag is
configured. It should not be possible to switch DF mid datagram.

Willem de Bruijn (3):
  ipv6: remove leftover ip6 cookie initializer
  ipv6: save dontfrag in cork
  selftests/net: expand cmsg_ip with MSG_MORE

 include/linux/ipv6.h                      |  1 +
 net/ipv6/ip6_output.c                     | 11 +++++------
 tools/testing/selftests/net/cmsg_ip.sh    | 11 +++++++----
 tools/testing/selftests/net/cmsg_sender.c | 24 ++++++++++++++++++-----
 4 files changed, 32 insertions(+), 15 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org March 10, 2025, 8:40 p.m. UTC | #1
Hello:

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

On Thu,  6 Mar 2025 22:34:07 -0500 you wrote:
> From: Willem de Bruijn <willemb@google.com>
> 
> 1/3: I came across a leftover from cookie deduplication, due to UDP
> having two code paths: lockless fast path and locked cork path.
> 
> 3/3: Even though the leftover was in the fast path, this prompted me
> to complete coverage to the cork path.
> 
> [...]

Here is the summary with links:
  - [net-next,1/3] ipv6: remove leftover ip6 cookie initializer
    https://git.kernel.org/netdev/net-next/c/54580ccdd8a9
  - [net-next,2/3] ipv6: save dontfrag in cork
    https://git.kernel.org/netdev/net-next/c/a18dfa9925b9
  - [net-next,3/3] selftests/net: expand cmsg_ip with MSG_MORE
    https://git.kernel.org/netdev/net-next/c/0922cb68edfd

You are awesome, thank you!