Re: [ovs-dev] [patch v6 06/10] ipf: Add set minimum fragment size command.

2018-07-09 Thread Darrell Ball
Thanks for the detailed review Justin On Wed, Jun 6, 2018 at 10:00 PM, Justin Pettit wrote: > > > On Apr 8, 2018, at 7:54 PM, Darrell Ball wrote: > > > diff --git a/lib/dpctl.c b/lib/dpctl.c > > index 9fc0151..f6c0a87 100644 > > --- a/lib/dpctl.c > > +++ b/lib/dpctl.c > > @@ -1786,6 +1786,44

Re: [ovs-dev] [patch v6 06/10] ipf: Add set minimum fragment size command.

2018-06-06 Thread Justin Pettit
> On Apr 8, 2018, at 7:54 PM, Darrell Ball wrote: > diff --git a/lib/dpctl.c b/lib/dpctl.c > index 9fc0151..f6c0a87 100644 > --- a/lib/dpctl.c > +++ b/lib/dpctl.c > @@ -1786,6 +1786,44 @@ dpctl_ct_ipf_change_enabled(int argc, const char > *argv[], > return error; > } > > +static int > +dp

[ovs-dev] [patch v6 06/10] ipf: Add set minimum fragment size command.

2018-04-08 Thread Darrell Ball
A new command "ovs-appctl dpctl/ipf-set-minfrag" is added for userspace datapath conntrack fragmentation support. Signed-off-by: Darrell Ball --- NEWS| 2 ++ lib/ct-dpif.c | 8 lib/ct-dpif.h | 1 + lib/dpctl.c | 40 +