> -----Original Message----- > From: Andrew Rybchenko <[email protected]> > Sent: Thursday, October 22, 2020 18:06 > To: Guo, Jia <[email protected]>; Wang, Haiyue <[email protected]>; > Thomas Monjalon > <[email protected]>; Yigit, Ferruh <[email protected]>; Andrew > Rybchenko > <[email protected]> > Cc: [email protected] > Subject: [PATCH 3/3] ethdev: move L2 tunnel config structure to ixgbe driver > > net/ixgbe driver is the only user of the struct rte_eth_l2_tunnel_conf. > Move it to the driver and use ixgbe_ prefix instead of rte_eth_. > > Signed-off-by: Andrew Rybchenko <[email protected]> > --- > drivers/net/ixgbe/ixgbe_ethdev.c | 12 ++++----- > drivers/net/ixgbe/ixgbe_ethdev.h | 16 ++++++++++-- > drivers/net/ixgbe/ixgbe_flow.c | 42 ++++++++++++++++---------------- > lib/librte_ethdev/rte_eth_ctrl.h | 11 --------- > 4 files changed, 41 insertions(+), 40 deletions(-)
Acked-by: Haiyue Wang <[email protected]> > -- > 2.17.1

