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

2018-04-16 Thread Thomas Monjalon
16/04/2018 08:02, 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 w

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

2018-04-15 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