mbox series

[ovs-dev,0/2] Support flowlabel calculation in SRv6 tunnels

Message ID 20230509034530.35553-1-nmiki@yahoo-corp.jp
Headers show
Series Support flowlabel calculation in SRv6 tunnels | expand

Message

Nobuhiro MIKI May 9, 2023, 3:45 a.m. UTC
This patchset adds a feature to support the calculation of flowlabel in
SRv6 tunnels.

Nobuhiro MIKI (2):
  netdev-native-tnl: Add ipv6_label param in netdev_tnl_ip_build_header.
  userspace: Add new option srv6_flowlabel in SRv6 tunnel.

 lib/flow.c                    | 26 ++++++++++++
 lib/flow.h                    |  1 +
 lib/netdev-native-tnl.c       | 34 ++++++++++++---
 lib/netdev-native-tnl.h       |  2 +-
 lib/netdev-vport.c            |  8 ++++
 lib/netdev.h                  | 12 ++++++
 tests/tunnel-push-pop-ipv6.at | 79 +++++++++++++++++++++++++++++++++++
 vswitchd/vswitch.xml          | 29 +++++++++++++
 8 files changed, 184 insertions(+), 7 deletions(-)