This series backports the upstream mpls fixes and add a system traffic test for mpls actions.
v2: - rebase to master - seperate the first patch to 3 patches v3: - rebase to master - rename HAVE_MPLS_HDR to MPLS_HEADER_IS_L3 - add comments about the mpls_hdr() backport v4: - rebase to master Yi-Hung Wei (5): datapath: Fixups for MPLS GSO datapath: set network header correctly on key extract datapath: correctly fragment packet with mpls headers datapath: Fix ovs_flow_key_update() system-traffic: Add test for mpls actions acinclude.m4 | 2 ++ datapath/actions.c | 57 ++++++++++++++++++++++---------- datapath/flow.c | 21 ++++++------ datapath/linux/compat/include/net/mpls.h | 27 +++++++++++++-- tests/system-traffic.at | 36 ++++++++++++++++++++ 5 files changed, 114 insertions(+), 29 deletions(-) -- 2.7.4 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
