Re: [dpdk-dev] [PATCH] net/avp: conforming to new ethdev offload API

2018-03-27 Thread Ferruh Yigit
On 3/19/2018 1:48 PM, Allain Legacy wrote: > This change updates the AVP driver to conform with the new ethdev > offload API. As per these commits: > > commit cba7f53b717d ("ethdev: introduce Tx queue offloads API")' > commit ce17eddefc20 ("ethdev: introduce Rx queue offloads API")' > >

[dpdk-dev] [PATCH] net/avp: conforming to new ethdev offload API

2018-03-19 Thread Allain Legacy
This change updates the AVP driver to conform with the new ethdev offload API. As per these commits: commit cba7f53b717d ("ethdev: introduce Tx queue offloads API")' commit ce17eddefc20 ("ethdev: introduce Rx queue offloads API")' Signed-off-by: Allain Legacy --- drivers/net/avp/avp_et