mbox series

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

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

Message

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

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 |  7 +++
 net/ipv6/ioam6_iptunnel.c           | 66 +++++++++++++++++++++++++----
 2 files changed, 65 insertions(+), 8 deletions(-)