mbox series

[net-next,v3,0/2] net: ipv6: ioam6: introduce tunsrc

Message ID 20240817131818.11834-1-justin.iurman@uliege.be (mailing list archive)
Headers show
Series net: ipv6: ioam6: introduce tunsrc | expand

Message

Justin Iurman Aug. 17, 2024, 1:18 p.m. UTC
This series introduces a new feature called "tunsrc" (just like seg6
already does).

v3:
- address Jakub's comments

v2:
- add links to performance result figures (see patch#2 description)
- move the ipv6_addr_any() check out of the datapath

Justin Iurman (2):
  net: ipv6: ioam6: code alignment
  net: ipv6: ioam6: new feature tunsrc

 include/uapi/linux/ioam6_iptunnel.h |  6 +++
 net/ipv6/ioam6_iptunnel.c           | 74 ++++++++++++++++++++++++-----
 2 files changed, 68 insertions(+), 12 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Aug. 22, 2024, 9 a.m. UTC | #1
Hello:

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

On Sat, 17 Aug 2024 15:18:16 +0200 you wrote:
> This series introduces a new feature called "tunsrc" (just like seg6
> already does).
> 
> v3:
> - address Jakub's comments
> 
> v2:
> - add links to performance result figures (see patch#2 description)
> - move the ipv6_addr_any() check out of the datapath
> 
> [...]

Here is the summary with links:
  - [net-next,v3,1/2] net: ipv6: ioam6: code alignment
    https://git.kernel.org/netdev/net-next/c/924b8bea870b
  - [net-next,v3,2/2] net: ipv6: ioam6: new feature tunsrc
    https://git.kernel.org/netdev/net-next/c/273f8c142003

You are awesome, thank you!