[dpdk-dev] [PATCH 2/3] ethdev: remove L2 tunnel offload control API

Guo, Jia jia.guo at intel.com
Fri Oct 23 05:07:29 CEST 2020


> -----Original Message-----
> From: Wang, Haiyue <haiyue.wang at intel.com>
> Sent: Friday, October 23, 2020 10:12 AM
> To: Andrew Rybchenko <arybchenko at solarflare.com>; Lu, Wenzhuo
> <wenzhuo.lu at intel.com>; Xing, Beilei <beilei.xing at intel.com>; Iremonger,
> Bernard <bernard.iremonger at intel.com>; Ray Kinsella <mdr at ashroe.eu>;
> Neil Horman <nhorman at tuxdriver.com>; Guo, Jia <jia.guo at intel.com>;
> Thomas Monjalon <thomas at monjalon.net>; Yigit, Ferruh
> <ferruh.yigit at intel.com>; Andrew Rybchenko
> <andrew.rybchenko at oktetlabs.ru>
> Cc: dev at dpdk.org
> Subject: RE: [PATCH 2/3] ethdev: remove L2 tunnel offload control API
> 
> > -----Original Message-----
> > From: Andrew Rybchenko <arybchenko at solarflare.com>
> > Sent: Thursday, October 22, 2020 18:06
> > To: Lu, Wenzhuo <wenzhuo.lu at intel.com>; Xing, Beilei
> > <beilei.xing at intel.com>; Iremonger, Bernard
> > <bernard.iremonger at intel.com>; Ray Kinsella <mdr at ashroe.eu>; Neil
> > Horman <nhorman at tuxdriver.com>; Guo, Jia <jia.guo at intel.com>; Wang,
> > Haiyue <haiyue.wang at intel.com>; Thomas Monjalon
> <thomas at monjalon.net>;
> > Yigit, Ferruh <ferruh.yigit at intel.com>; Andrew Rybchenko
> > <andrew.rybchenko at oktetlabs.ru>
> > Cc: dev at dpdk.org
> > Subject: [PATCH 2/3] ethdev: remove L2 tunnel offload control API
> >
> > Remove rte_eth_dev_l2_tunnel_offload_set() and corresponding ethdev
> > driver operation.
> >
> > Signed-off-by: Andrew Rybchenko <arybchenko at solarflare.com>
> > ---
> >  app/test-pmd/cmdline.c                      | 455 --------------------
> >  doc/guides/nics/features.rst                |   2 -
> >  doc/guides/rel_notes/deprecation.rst        |   6 -
> >  doc/guides/rel_notes/release_20_11.rst      |   3 +-
> >  doc/guides/testpmd_app_ug/testpmd_funcs.rst |   7 -
> >  drivers/net/ixgbe/ixgbe_ethdev.c            | 333 --------------
> 
> Acked-by: Haiyue Wang <haiyue.wang at intel.com>
> 
> @Jeff Even not supported via flow API, we should drop it firstly, what do you
> think ?
> 

Not bad. 
Thanks Andrew.
Acked-by: Jeff Guo <jia.guo at intel.com>

> >  lib/librte_ethdev/rte_ethdev.c              |  32 --
> >  lib/librte_ethdev/rte_ethdev.h              |  30 --
> >  lib/librte_ethdev/rte_ethdev_driver.h       |   9 -
> >  lib/librte_ethdev/version.map               |   1 -
> >  10 files changed, 2 insertions(+), 876 deletions(-)
> 
> 
> > 2.17.1
> 



More information about the dev mailing list