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

Thomas Monjalon thomas at monjalon.net
Mon Apr 16 09:28:18 CEST 2018


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 will remain to support application which still use
> the old API.
> 
> Signed-off-by: Shahaf Shuler <shahafs at mellanox.com>
> ---
>  lib/librte_ether/rte_ethdev.c | 100 +-----------------------------------------
>  1 file changed, 2 insertions(+), 98 deletions(-)

I think you missed removing the deprecation notice part.





More information about the dev mailing list