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

2020-04-17 Thread Ajit Khaparde
On Fri, Apr 17, 2020 at 4:03 AM Ferruh Yigit wrote: > On 4/17/2020 9:37 AM, Ferruh Yigit wrote: > > On 4/16/2020 6:51 PM, Ajit Khaparde wrote: > >> > >> > >> On Thu, Apr 16, 2020 at 10:40 AM Ferruh Yigit >> > wrote: > >> > >> On 4/15/2020 9:18 AM, Venkat Duvvur

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

2020-04-17 Thread Ferruh Yigit
On 4/17/2020 9:37 AM, Ferruh Yigit wrote: > On 4/16/2020 6:51 PM, Ajit Khaparde wrote: >> >> >> On Thu, Apr 16, 2020 at 10:40 AM Ferruh Yigit > > wrote: >> >> On 4/15/2020 9:18 AM, Venkat Duvvuru wrote: >> > This patchset introduces a new mechanism to allow ho

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

2020-04-17 Thread Ferruh Yigit
On 4/16/2020 6:51 PM, Ajit Khaparde wrote: > > > On Thu, Apr 16, 2020 at 10:40 AM Ferruh Yigit > wrote: > > On 4/15/2020 9:18 AM, Venkat Duvvuru wrote: > > This patchset introduces a new mechanism to allow host-memory based > > flow table management. T

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

2020-04-16 Thread Ajit Khaparde
On Thu, Apr 16, 2020 at 10:40 AM Ferruh Yigit wrote: > On 4/15/2020 9:18 AM, Venkat Duvvuru wrote: > > 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 a

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

2020-04-16 Thread Ferruh Yigit
On 4/15/2020 9:18 AM, Venkat Duvvuru wrote: > 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

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

2020-04-16 Thread Ajit Khaparde
On Thu, Apr 16, 2020 at 9:23 AM Ferruh Yigit wrote: > On 4/15/2020 9:18 AM, Venkat Duvvuru wrote: > > 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 al

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

2020-04-16 Thread Ferruh Yigit
On 4/15/2020 9:18 AM, Venkat Duvvuru wrote: > 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

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

2020-04-15 Thread Ajit Khaparde
On Wed, Apr 15, 2020 at 1:19 AM Venkat Duvvuru < venkatkumar.duvv...@broadcom.com> wrote: > 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 >

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

2020-04-15 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