ethdev: remove new to old offloads API helpers
authorShahaf Shuler <shahafs@mellanox.com>
Tue, 17 Apr 2018 08:33:24 +0000 (11:33 +0300)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 27 Apr 2018 14:54:55 +0000 (15:54 +0100)
commit4b954bb1674784f2fb3bd8500022dd6299dd6468
treed551daf9100ea98cac79c744ffbdc58fe2c89934
parent870d4196f4efaf0bbe60a5e0631517b30bbbb1c5
ethdev: remove new to old offloads API helpers

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
the old API.

Signed-off-by: Shahaf Shuler <shahafs@mellanox.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
Acked-by: Thomas Monjalon <thomas@monjalon.net>
doc/guides/rel_notes/deprecation.rst
lib/librte_ether/rte_ethdev.c