Re: [dpdk-dev] [PATCH v2 5/5] ethdev: remove old offload API

2018-07-04 Thread Andrew Rybchenko
On 07/03/2018 12:27 AM, Thomas Monjalon wrote: From: Ferruh Yigit In DPDK 17.11, the ethdev offloads API has changed: commit cba7f53b717d ("ethdev: introduce Tx queue offloads API") commit ce17eddefc20 ("ethdev: introduce Rx queue offloads API") The new API is documented in the

Re: [dpdk-dev] [PATCH v2 5/5] ethdev: remove old offload API

2018-07-03 Thread Shahaf Shuler
Tuesday, July 3, 2018 12:28 AM, Thomas Monjalon: > Subject: [PATCH v2 5/5] ethdev: remove old offload API > > From: Ferruh Yigit > > In DPDK 17.11, the ethdev offloads API has changed: > commit cba7f53b717d ("ethdev: introduce Tx queue offloads API") > commit ce17eddefc20 ("ethdev: i

[dpdk-dev] [PATCH v2 5/5] ethdev: remove old offload API

2018-07-02 Thread Thomas Monjalon
From: Ferruh Yigit In DPDK 17.11, the ethdev offloads API has changed: commit cba7f53b717d ("ethdev: introduce Tx queue offloads API") commit ce17eddefc20 ("ethdev: introduce Rx queue offloads API") The new API is documented in the programmer's guide: http://doc.dpdk.org/