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

2017-12-11 Thread Bruce Richardson
On Thu, Nov 23, 2017 at 02:19:41PM +0200, 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: Sh

[dpdk-dev] [PATCH 39/39] examples/skeleton: 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/skeleton/basicfwd.c | 12 ++-- 1 file change