Re: [dpdk-dev] [PATCH v2] ethdev: remove new to old offloads API helpers

2018-04-17 Thread Ferruh Yigit
On 4/17/2018 12:53 PM, Thomas Monjalon wrote: > 17/04/2018 13:23, Ferruh Yigit: >> On 4/17/2018 9:33 AM, Shahaf Shuler wrote: >>> According to >>> >>> commit 315ee8374e0e ("doc: reduce initial offload API rework scope >>> to drivers") >>> >>> All PMDs should have moved to the new o

Re: [dpdk-dev] [PATCH v2] ethdev: remove new to old offloads API helpers

2018-04-17 Thread Thomas Monjalon
17/04/2018 13:23, Ferruh Yigit: > On 4/17/2018 9:33 AM, Shahaf Shuler wrote: > > According to > > > > commit 315ee8374e0e ("doc: reduce initial offload API rework scope > > to drivers") > > > > All PMDs should have moved to the new offloads API. Therefore it is safe > > to remove

Re: [dpdk-dev] [PATCH v2] ethdev: remove new to old offloads API helpers

2018-04-17 Thread Ferruh Yigit
On 4/17/2018 9:33 AM, Shahaf Shuler wrote: > According to > > commit 315ee8374e0e ("doc: reduce initial offload API rework scope >to drivers") > > All PMDs should have moved to the new offloads API. Therefore it is safe > to remove the new->old convert helps. > > The old->new

[dpdk-dev] [PATCH v2] ethdev: remove new to old offloads API helpers

2018-04-17 Thread Shahaf Shuler
According to commit 315ee8374e0e ("doc: reduce initial offload API rework scope to drivers") All PMDs should have moved to the new offloads API. Therefore it is safe to remove the new->old convert helps. The old->new helpers will remain to support application which still use