Re: [dpdk-dev] [RFC PATCH 2/4] ethdev: introduce Rx queue offloads API

2017-08-29 Thread Shahaf Shuler
Tuesday, August 29, 2017 3:50 PM, Ferruh Yigit: > On 8/7/2017 11:54 AM, Shahaf Shuler wrote: > > Introduce a new API to configure Rx offloads. > > > > The new API will re-use existing DEV_RX_OFFLOAD_* flags to enable the > > different offloads. This will ease the process of adding a new Rx > > offl

Re: [dpdk-dev] [RFC PATCH 2/4] ethdev: introduce Rx queue offloads API

2017-08-29 Thread Ferruh Yigit
On 8/7/2017 11:54 AM, Shahaf Shuler wrote: > Introduce a new API to configure Rx offloads. > > The new API will re-use existing DEV_RX_OFFLOAD_* flags > to enable the different offloads. This will ease the process > of adding a new Rx offloads, as no ABI breakage is involved. > In addition, the of

Re: [dpdk-dev] [RFC PATCH 2/4] ethdev: introduce Rx queue offloads API

2017-08-29 Thread Ferruh Yigit
On 8/7/2017 11:54 AM, Shahaf Shuler wrote: > Introduce a new API to configure Rx offloads. > > The new API will re-use existing DEV_RX_OFFLOAD_* flags > to enable the different offloads. This will ease the process > of adding a new Rx offloads, as no ABI breakage is involved. > In addition, the of

Re: [dpdk-dev] [RFC PATCH 2/4] ethdev: introduce Rx queue offloads API

2017-08-23 Thread Thomas Monjalon
07/08/2017 12:54, Shahaf Shuler: > Introduce a new API to configure Rx offloads. > > The new API will re-use existing DEV_RX_OFFLOAD_* flags > to enable the different offloads. This will ease the process > of adding a new Rx offloads, as no ABI breakage is involved. > In addition, the offload conf

Re: [dpdk-dev] [RFC PATCH 2/4] ethdev: introduce Rx queue offloads API

2017-08-23 Thread Shahaf Shuler
Wednesday, August 23, 2017 3:21 PM, Ananyev, Konstantin: > Hi, > > > Introduce a new API to configure Rx offloads. > > > > The new API will re-use existing DEV_RX_OFFLOAD_* flags to enable the > > different offloads. This will ease the process of adding a new Rx > > offloads, as no ABI breakage is

Re: [dpdk-dev] [RFC PATCH 2/4] ethdev: introduce Rx queue offloads API

2017-08-23 Thread Ananyev, Konstantin
Hi, > Introduce a new API to configure Rx offloads. > > The new API will re-use existing DEV_RX_OFFLOAD_* flags > to enable the different offloads. This will ease the process > of adding a new Rx offloads, as no ABI breakage is involved. > In addition, the offload configuration can be done per qu

[dpdk-dev] [RFC PATCH 2/4] ethdev: introduce Rx queue offloads API

2017-08-07 Thread Shahaf Shuler
Introduce a new API to configure Rx offloads. The new API will re-use existing DEV_RX_OFFLOAD_* flags to enable the different offloads. This will ease the process of adding a new Rx offloads, as no ABI breakage is involved. In addition, the offload configuration can be done per queue, instead of p