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

2018-07-04 Thread Ferruh Yigit
On 7/3/2018 7:37 PM, Ferruh Yigit wrote: > On 7/2/2018 10:27 PM, Thomas Monjalon wrote: >> A new offload API has been introduced in DPDK 17.11. >> >> This patchset resumes the work started by Ferruh (RFC) >> to definitely drop the old offload API. >> >> There are: >> - 3 patches to remove some usel

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

2018-07-03 Thread Ferruh Yigit
On 7/2/2018 10:27 PM, Thomas Monjalon wrote: > A new offload API has been introduced in DPDK 17.11. > > This patchset resumes the work started by Ferruh (RFC) > to definitely drop the old offload API. > > There are: > - 3 patches to remove some useless code where the old API was found. > - 1 patc

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

2018-07-02 Thread Thomas Monjalon
A new offload API has been introduced in DPDK 17.11. This patchset resumes the work started by Ferruh (RFC) to definitely drop the old offload API. There are: - 3 patches to remove some useless code where the old API was found. - 1 patch to remove usage of old API - 1 (big) patch to remove the ol