Re: [dpdk-dev] [PATCH 09/39] examples/bond: convert to new ethdev offloads API

2017-12-11 Thread Radu Nicolau
On 11/23/2017 12:14 PM, Shahaf Shuler wrote: Ethdev offloads API has changed since: commit ce17eddefc20 ("ethdev: introduce Rx queue offloads API") commit cba7f53b717d ("ethdev: introduce Tx queue offloads API") This commit support the new API. Signed-off-by: Shahaf Shuler --- examples/bon

[dpdk-dev] [PATCH 09/39] examples/bond: convert to new ethdev offloads API

2017-11-23 Thread Shahaf Shuler
Ethdev offloads API has changed since: commit ce17eddefc20 ("ethdev: introduce Rx queue offloads API") commit cba7f53b717d ("ethdev: introduce Tx queue offloads API") This commit support the new API. Signed-off-by: Shahaf Shuler --- examples/bond/main.c | 68 +++