Re: [dpdk-dev] [PATCH 1/5] app/testpmd: convert to new Ethdev offloads API

2017-12-06 Thread Shahaf Shuler
Thursday, December 7, 2017 12:58 AM, Ferruh Yigit: > On 12/4/2017 10:39 PM, Shahaf Shuler wrote: > > Tuesday, December 5, 2017 12:31 AM, Ferruh Yigit: > >> On 11/23/2017 4:08 AM, Shahaf Shuler wrote: > >>> Ethdev Rx/Tx offloads API has changed since: > >>> > >>> commit ce17eddefc20 ("ethdev: introd

Re: [dpdk-dev] [PATCH 1/5] app/testpmd: convert to new Ethdev offloads API

2017-12-06 Thread Ferruh Yigit
On 12/4/2017 10:39 PM, Shahaf Shuler wrote: > Tuesday, December 5, 2017 12:31 AM, Ferruh Yigit: >> On 11/23/2017 4:08 AM, Shahaf Shuler wrote: >>> Ethdev Rx/Tx offloads API has changed since: >>> >>> commit ce17eddefc20 ("ethdev: introduce Rx queue offloads API") commit >>> cba7f53b717d ("ethdev: i

Re: [dpdk-dev] [PATCH 1/5] app/testpmd: convert to new Ethdev offloads API

2017-12-04 Thread Shahaf Shuler
Tuesday, December 5, 2017 12:31 AM, Ferruh Yigit: > On 11/23/2017 4:08 AM, Shahaf Shuler wrote: > > Ethdev Rx/Tx offloads API has changed since: > > > > commit ce17eddefc20 ("ethdev: introduce Rx queue offloads API") commit > > cba7f53b717d ("ethdev: introduce Tx queue offloads API") > > > > Conver

Re: [dpdk-dev] [PATCH 1/5] app/testpmd: convert to new Ethdev offloads API

2017-12-04 Thread Ferruh Yigit
On 11/23/2017 4:08 AM, Shahaf Shuler wrote: > Ethdev Rx/Tx offloads API has changed since: > > commit ce17eddefc20 ("ethdev: introduce Rx queue offloads API") > commit cba7f53b717d ("ethdev: introduce Tx queue offloads API") > > Convert the application to use the new API. Hi Shahaf, As far as I

[dpdk-dev] [PATCH 1/5] app/testpmd: convert to new Ethdev offloads API

2017-11-23 Thread Shahaf Shuler
Ethdev Rx/Tx offloads API has changed since: commit ce17eddefc20 ("ethdev: introduce Rx queue offloads API") commit cba7f53b717d ("ethdev: introduce Tx queue offloads API") Convert the application to use the new API. Signed-off-by: Shahaf Shuler --- app/test-pmd/cmdline.c| 148