]> git.proxmox.com Git - mirror_ovs.git/commit - NEWS
conntrack: Add option to disable TCP sequence checking.
authorDarrell Ball <dlu998@gmail.com>
Wed, 25 Sep 2019 21:09:41 +0000 (14:09 -0700)
committerBen Pfaff <blp@ovn.org>
Wed, 25 Sep 2019 19:11:32 +0000 (12:11 -0700)
commit64207120c8e969e401006ddf65c7859bb0ab8b87
tree472a74b1f9874844af9cc56e582c5a0d5b555857
parentbe2ddc651814e145f502dbe68e816f28da3f6aac
conntrack: Add option to disable TCP sequence checking.

This may be needed in some special cases, such as to support some hardware
offload implementations.  Note that disabling TCP sequence number
verification is not an optimization in itself, but supporting some
hardware offload implementations may offer better performance.  TCP
sequence number verification is enabled by default.  This option is only
available for the userspace datapath.  Access to this option is presently
provided via 'dpctl' commands as the need for this option is quite node
specific, by virtue of which nics are in use on a given node.  A test is
added to verify this option.

Reported-at: https://mail.openvswitch.org/pipermail/ovs-dev/2019-May/359188.html
Signed-off-by: Darrell Ball <dlu998@gmail.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
13 files changed:
NEWS
lib/conntrack-private.h
lib/conntrack-tcp.c
lib/conntrack.c
lib/conntrack.h
lib/ct-dpif.c
lib/ct-dpif.h
lib/dpctl.c
lib/dpctl.man
lib/dpif-netdev.c
lib/dpif-netlink.c
lib/dpif-provider.h
tests/ofproto-dpif.at