Re: [ovs-dev] [patch v6 05/10] ipf: Add command to disable fragmentation handling.

2018-06-06 Thread Darrell Ball
Thanks for the detailed review Justin On Tue, Jun 5, 2018 at 11:36 PM, Justin Pettit wrote: > > > On Apr 8, 2018, at 7:53 PM, Darrell Ball wrote: > > > > diff --git a/lib/ct-dpif.c b/lib/ct-dpif.c > > index 5fa3a97..32d55c1 100644 > > --- a/lib/ct-dpif.c > > +++ b/lib/ct-dpif.c > > @@ -164,6 +1

Re: [ovs-dev] [patch v6 05/10] ipf: Add command to disable fragmentation handling.

2018-06-05 Thread Justin Pettit
> On Apr 8, 2018, at 7:53 PM, Darrell Ball wrote: > > diff --git a/lib/ct-dpif.c b/lib/ct-dpif.c > index 5fa3a97..32d55c1 100644 > --- a/lib/ct-dpif.c > +++ b/lib/ct-dpif.c > @@ -164,6 +164,14 @@ ct_dpif_get_nconns(struct dpif *dpif, uint32_t *nconns) > : EOPNOTSUPP); > } > > +int

[ovs-dev] [patch v6 05/10] ipf: Add command to disable fragmentation handling.

2018-04-08 Thread Darrell Ball
Signed-off-by: Darrell Ball --- NEWS| 2 ++ lib/ct-dpif.c | 8 lib/ct-dpif.h | 1 + lib/dpctl.c | 41 + lib/dpctl.man | 11 +++ lib/dpif-netdev.c | 9 + lib/dpif-netlink.c | 1 + lib