Re: [ovs-dev] [patch v2] conntrack: Add option to disable TCP sequence checking.

2019-09-24 Thread Darrell Ball
Thanks Ben I just noticed I sent another version here https://patchwork.ozlabs.org/patch/1153283/ but there were a couple of issues that deserve a resend. It might need a rebase as well Darrell On Tue, Sep 24, 2019 at 3:18 PM Ben Pfaff wrote: > On Wed, Jun 12, 2019 at 12:44:18PM -0700,

Re: [ovs-dev] [patch v2] conntrack: Add option to disable TCP sequence checking.

2019-09-24 Thread Ben Pfaff
On Wed, Jun 12, 2019 at 12:44:18PM -0700, Darrell Ball wrote: > On Wed, Jun 12, 2019 at 10:58 AM Ben Pfaff wrote: > > > On Wed, Jun 12, 2019 at 10:31:17AM -0700, Darrell Ball wrote: > > > On Wed, Jun 12, 2019 at 10:09 AM Ben Pfaff wrote: > > > > > > > On Wed, Jun 12, 2019 at 08:46:06AM -0700,

[ovs-dev] [patch v2] conntrack: Add option to disable TCP sequence checking.

2019-08-26 Thread Darrell Ball
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

Re: [ovs-dev] [patch v2] conntrack: Add option to disable TCP sequence checking.

2019-06-12 Thread Darrell Ball
On Wed, Jun 12, 2019 at 10:58 AM Ben Pfaff wrote: > On Wed, Jun 12, 2019 at 10:31:17AM -0700, Darrell Ball wrote: > > On Wed, Jun 12, 2019 at 10:09 AM Ben Pfaff wrote: > > > > > On Wed, Jun 12, 2019 at 08:46:06AM -0700, Darrell Ball wrote: > > > > On Mon, Jun 10, 2019 at 9:51 AM Ben Pfaff

Re: [ovs-dev] [patch v2] conntrack: Add option to disable TCP sequence checking.

2019-06-12 Thread Ben Pfaff
On Wed, Jun 12, 2019 at 10:31:17AM -0700, Darrell Ball wrote: > On Wed, Jun 12, 2019 at 10:09 AM Ben Pfaff wrote: > > > On Wed, Jun 12, 2019 at 08:46:06AM -0700, Darrell Ball wrote: > > > On Mon, Jun 10, 2019 at 9:51 AM Ben Pfaff wrote: > > > > > > > On Sun, Jun 09, 2019 at 07:35:09AM -0700,

Re: [ovs-dev] [patch v2] conntrack: Add option to disable TCP sequence checking.

2019-06-12 Thread Ben Pfaff
On Wed, Jun 12, 2019 at 08:46:06AM -0700, Darrell Ball wrote: > On Mon, Jun 10, 2019 at 9:51 AM Ben Pfaff wrote: > > > On Sun, Jun 09, 2019 at 07:35:09AM -0700, Darrell Ball wrote: > > > This may be needed in some special cases, such as to support some > > > hardware offload implementations. > >

Re: [ovs-dev] [patch v2] conntrack: Add option to disable TCP sequence checking.

2019-06-12 Thread Darrell Ball
On Mon, Jun 10, 2019 at 9:51 AM Ben Pfaff wrote: > On Sun, Jun 09, 2019 at 07:35:09AM -0700, Darrell Ball wrote: > > This may be needed in some special cases, such as to support some > > hardware offload implementations. > > > > Reported-at: >

Re: [ovs-dev] [patch v2] conntrack: Add option to disable TCP sequence checking.

2019-06-10 Thread 王志克
mailto:b...@ovn.org>> To: Darrell Ball mailto:dlu...@gmail.com>> Cc: d...@openvswitch.org<mailto:d...@openvswitch.org> Subject: Re: [ovs-dev] [patch v2] conntrack: Add option to disable TCP sequence checking. Message-ID: <20190610165125.gg28...@ovn.org<ma

Re: [ovs-dev] [patch v2] conntrack: Add option to disable TCP sequence checking.

2019-06-10 Thread Ben Pfaff
On Sun, Jun 09, 2019 at 07:35:09AM -0700, Darrell Ball wrote: > This may be needed in some special cases, such as to support some > hardware offload implementations. > > Reported-at: > https://mail.openvswitch.org/pipermail/ovs-dev/2019-May/359188.html > Signed-off-by: Darrell Ball > --- > >

[ovs-dev] [patch v2] conntrack: Add option to disable TCP sequence checking.

2019-06-09 Thread Darrell Ball
This may be needed in some special cases, such as to support some hardware offload implementations. Reported-at: https://mail.openvswitch.org/pipermail/ovs-dev/2019-May/359188.html Signed-off-by: Darrell Ball --- v2: Per particular requirement, support 'no-tcp-seq-chk' rather than