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

2017-12-11 Thread Hunt, David
On 23/11/2017 12:19 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/vm

[dpdk-dev] [PATCH 29/39] examples/vm_power_manager: convert to new 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/vm_power_manager/main.c | 12 ++-- 1 file ch