Re: [dpdk-dev] [PATCH v2 00/34] add support for host based flow table management

2020-04-15 Thread Venkat Duvvuru
On Tue, Apr 14, 2020 at 3:06 AM Thomas Monjalon wrote: > > 13/04/2020 21:39, Venkat Duvvuru: > > This patchset introduces a new mechanism to allow host-memory based > > flow table management. This should allow higher flow scalability > > than what is currently supported. This new approach also def

Re: [dpdk-dev] [PATCH v2 00/34] add support for host based flow table management

2020-04-13 Thread Thomas Monjalon
13/04/2020 21:39, Venkat Duvvuru: > This patchset introduces a new mechanism to allow host-memory based > flow table management. This should allow higher flow scalability > than what is currently supported. This new approach also defines a > new rte_flow parser, and mapper which currently supports

[dpdk-dev] [PATCH v2 00/34] add support for host based flow table management

2020-04-13 Thread Venkat Duvvuru
This patchset introduces a new mechanism to allow host-memory based flow table management. This should allow higher flow scalability than what is currently supported. This new approach also defines a new rte_flow parser, and mapper which currently supports basic packet classification in receive pat