Re: [ovs-dev] [PATCH] dpif-netdev: ct maxconns config persistence

2022-05-01 Thread lic121
On Thu, Apr 28, 2022 at 10:04:17AM -0400, Aaron Conole wrote: > lic121 writes: > > > On Mon, Apr 25, 2022 at 08:47:32AM -0400, Aaron Conole wrote: > >> lic121 writes: > >> > >> > Max allowed conntrack entries is configurable with > >> > 'ovs-appctl dpctl/ct-set-maxconns' command. In real scenar

Re: [ovs-dev] [PATCH] dpif-netdev: ct maxconns config persistence

2022-04-28 Thread Aaron Conole
lic121 writes: > On Mon, Apr 25, 2022 at 08:47:32AM -0400, Aaron Conole wrote: >> lic121 writes: >> >> > Max allowed conntrack entries is configurable with >> > 'ovs-appctl dpctl/ct-set-maxconns' command. In real scenarios, >> > this configuration is expected to survive from host reboot. >> > >

Re: [ovs-dev] [PATCH] dpif-netdev: ct maxconns config persistence

2022-04-27 Thread lic121
On Mon, Apr 25, 2022 at 08:47:32AM -0400, Aaron Conole wrote: > lic121 writes: > > > Max allowed conntrack entries is configurable with > > 'ovs-appctl dpctl/ct-set-maxconns' command. In real scenarios, > > this configuration is expected to survive from host reboot. > > > > Signed-off-by: lic121

Re: [ovs-dev] [PATCH] dpif-netdev: ct maxconns config persistence

2022-04-25 Thread Aaron Conole
lic121 writes: > Max allowed conntrack entries is configurable with > 'ovs-appctl dpctl/ct-set-maxconns' command. In real scenarios, > this configuration is expected to survive from host reboot. > > Signed-off-by: lic121 > --- One complication is that there are 2 other conntrack implementations

[ovs-dev] [PATCH] dpif-netdev: ct maxconns config persistence

2022-04-19 Thread lic121
Max allowed conntrack entries is configurable with 'ovs-appctl dpctl/ct-set-maxconns' command. In real scenarios, this configuration is expected to survive from host reboot. Signed-off-by: lic121 --- lib/dpctl.man | 3 ++- lib/dpif-netdev.c | 10 ++ tests/system-traffic.