This series adapts the userspace implementation for NSH in OVS to the wire-format specified in the latest NSH IETF draft and fixes a few minor bugs in the implementation.
The corrections are minimal and primarily meant to be backported to branch-2.8. The NSH userspace support on master will be refactored substantially as soon as the ongoing implementation of NSH support in the Linux kernel datapath is completed. Then we will also provide the outstanding match field support for the new TTL field and a dec_nsh_ttl action. Jan Scheurich (1) NSH: Minor bugfixes Ben Pfaff and Jan Scheurich (1) NSH: Adjust NSH wire format to the latest IETF draft datapath/linux/compat/include/linux/openvswitch.h | 6 +- include/openvswitch/nsh.h | 218 ++++++++++++++++++++++++++----- lib/flow.c | 15 +-- lib/odp-execute.c | 15 ++- lib/odp-util.c | 9 +- lib/packets.c | 12 +- 6 files changed, 220 insertions(+), 55 deletions(-) _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
