Re: [dpdk-dev] [PATCH v5 1/3] ethdev: introduce Rx queue offloads API

2017-10-03 Thread Ferruh Yigit
On 10/3/2017 7:25 AM, Shahaf Shuler wrote: > Hi Ferruh, > > Tuesday, October 3, 2017 3:32 AM, Ferruh Yigit: >> On 9/28/2017 7:54 PM, Shahaf Shuler wrote: >>> Introduce a new API to configure Rx offloads. >>> >>> In the new API, offloads are divided into per-port and per-queue >>> offloads. The PMD

Re: [dpdk-dev] [PATCH v5 1/3] ethdev: introduce Rx queue offloads API

2017-10-02 Thread Shahaf Shuler
Hi Ferruh, Tuesday, October 3, 2017 3:32 AM, Ferruh Yigit: > On 9/28/2017 7:54 PM, Shahaf Shuler wrote: > > Introduce a new API to configure Rx offloads. > > > > In the new API, offloads are divided into per-port and per-queue > > offloads. The PMD reports capability for each of them. > > Offloads

Re: [dpdk-dev] [PATCH v5 1/3] ethdev: introduce Rx queue offloads API

2017-10-02 Thread Ferruh Yigit
On 9/28/2017 7:54 PM, Shahaf Shuler wrote: > Introduce a new API to configure Rx offloads. > > In the new API, offloads are divided into per-port and per-queue > offloads. The PMD reports capability for each of them. > Offloads are enabled using the existing DEV_RX_OFFLOAD_* flags. > To enable per

[dpdk-dev] [PATCH v5 1/3] ethdev: introduce Rx queue offloads API

2017-09-28 Thread Shahaf Shuler
Introduce a new API to configure Rx offloads. In the new API, offloads are divided into per-port and per-queue offloads. The PMD reports capability for each of them. Offloads are enabled using the existing DEV_RX_OFFLOAD_* flags. To enable per-port offload, the offload should be set on both device