Re: [ovs-dev] [patch v6 08/10] ipf: Add command to get fragmentation handling status.

2018-07-09 Thread Darrell Ball
On Wed, Jun 6, 2018 at 10:23 PM, Justin Pettit wrote: > > > On Apr 8, 2018, at 7:54 PM, Darrell Ball wrote: > > > > diff --git a/lib/ct-dpif.c b/lib/ct-dpif.c > > index 81f9d92..60c8986 100644 > > --- a/lib/ct-dpif.c > > +++ b/lib/ct-dpif.c > > @@ -188,6 +188,27 @@ ct_dpif_ipf_set_nfrag_max(stru

Re: [ovs-dev] [patch v6 08/10] ipf: Add command to get fragmentation handling status.

2018-06-06 Thread Justin Pettit
> On Apr 8, 2018, at 7:54 PM, Darrell Ball wrote: > > diff --git a/lib/ct-dpif.c b/lib/ct-dpif.c > index 81f9d92..60c8986 100644 > --- a/lib/ct-dpif.c > +++ b/lib/ct-dpif.c > @@ -188,6 +188,27 @@ ct_dpif_ipf_set_nfrag_max(struct dpif *dpif, uint32_t > max_frags) > : EOPNOTSUPP); >

[ovs-dev] [patch v6 08/10] ipf: Add command to get fragmentation handling status.

2018-04-08 Thread Darrell Ball
A new command "ovs-appctl dpctl/ipf-get-status" is added for userspace datapath conntrack fragmentation support. The command shows the configuration status as well as fragment counters. Signed-off-by: Darrell Ball --- NEWS| 2 ++ lib/ct-dpif.c | 21 +++ lib/ct-