Re: [ovs-dev] [PATCH v2] datapath-windows: Add an upper limit to conntrack entries

2017-09-04 Thread aserdean
ject: Re: [ovs-dev] [PATCH v2] datapath-windows: Add an upper limit to > conntrack entries > > > > > Subject: [ovs-dev] [PATCH v2] datapath-windows: Add an upper limit to > conntrack entries > > The current implementation lacked an upper bound of number of entries in >

Re: [ovs-dev] [PATCH v2] datapath-windows: Add an upper limit to conntrack entries

2017-09-04 Thread aserdean
ovs-dev] [PATCH v2] datapath-windows: Add an upper limit to > conntrack entries > > > > > Subject: [ovs-dev] [PATCH v2] datapath-windows: Add an upper limit to > conntrack entries > > The current implementation lacked an upper bound of number of entries in > the

Re: [ovs-dev] [PATCH v2] datapath-windows: Add an upper limit to conntrack entries

2017-09-01 Thread Shashank Ram
--- Subject: [ovs-dev] [PATCH v2] datapath-windows: Add an upper limit to conntrack entries The current implementation lacked an upper bound of number of entries in the system. Set the size to ~2M (2^21) for the time being. Signed-off-by: Sairam Venugopal --- Acked-by: Shashank Ram

Re: [ovs-dev] [PATCH v2] datapath-windows: Add an upper limit to conntrack entries

2017-08-30 Thread Shashank Ram
Subject: [ovs-dev] [PATCH v2] datapath-windows: Add an upper limit to conntrack entries The current implementation lacked an upper bound of number of entries in the system. Set the size to ~2M (2^21) for the time being. Signed-off-by: Sairam Venugopal --- datapath-windows/ovsext

[ovs-dev] [PATCH v2] datapath-windows: Add an upper limit to conntrack entries

2017-08-30 Thread Sairam Venugopal
The current implementation lacked an upper bound of number of entries in the system. Set the size to ~2M (2^21) for the time being. Signed-off-by: Sairam Venugopal --- datapath-windows/ovsext/Conntrack.c | 10 ++ datapath-windows/ovsext/Conntrack.h | 1 + 2 files changed, 11 insertions(