Fragmentation support for userspace datapath conntrack is added; see patches for additional details.
Patch 5 has line length checkpatch warning in NEWS which will be fixed later :-). Darrell Ball (9): dp-packet: Add const qualifiers for checksum apis. Userspace datapath: Add v4 fragmentation handling. conntrack: Support v4 fragmentation. ipf: Add command to enable fragmentation handling. ipf: Add command to set minimum fragment size supported. ipf: Add command to set maximum fragments supported. ipf: Add command to get fragmentation handling status. tests: Add missed local stack check. tests: Enable v4 fragmentation tests for userspace datapath. NEWS | 11 +- lib/automake.mk | 2 + lib/conntrack.c | 6 + lib/ct-dpif.c | 39 ++ lib/ct-dpif.h | 7 + lib/dp-packet.h | 4 +- lib/dpctl.c | 135 ++++++ lib/dpctl.man | 23 + lib/dpif-netdev.c | 47 ++ lib/dpif-netlink.c | 4 + lib/dpif-provider.h | 13 + lib/ipf.c | 900 +++++++++++++++++++++++++++++++++++++++ lib/ipf.h | 65 +++ tests/system-kmod-macros.at | 14 +- tests/system-traffic.at | 28 +- tests/system-userspace-macros.at | 36 +- 16 files changed, 1314 insertions(+), 20 deletions(-) create mode 100644 lib/ipf.c create mode 100644 lib/ipf.h -- 1.9.1 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
