Re: [dpdk-dev] [PATCH 3/3] ethdev: move L2 tunnel config structure to ixgbe driver

2020-10-22 Thread Guo, Jia
> -Original Message- > From: Wang, Haiyue > Sent: Friday, October 23, 2020 10:13 AM > To: Andrew Rybchenko ; Guo, Jia > ; Thomas Monjalon ; Yigit, > Ferruh ; Andrew Rybchenko > > Cc: dev@dpdk.org > Subject: RE: [PATCH 3/3] ethdev: move L2 tunnel config structure to ixgbe > driver > > >

Re: [dpdk-dev] [PATCH 3/3] ethdev: move L2 tunnel config structure to ixgbe driver

2020-10-22 Thread Wang, Haiyue
> -Original Message- > From: Andrew Rybchenko > Sent: Thursday, October 22, 2020 18:06 > To: Guo, Jia ; Wang, Haiyue ; > Thomas Monjalon > ; Yigit, Ferruh ; Andrew > Rybchenko > > Cc: dev@dpdk.org > Subject: [PATCH 3/3] ethdev: move L2 tunnel config structure to ixgbe driver > > net/ix

[dpdk-dev] [PATCH 3/3] ethdev: move L2 tunnel config structure to ixgbe driver

2020-10-22 Thread Andrew Rybchenko
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 --- drivers/net/ixgbe/ixgbe_ethdev.c | 12 - drivers/net/ixgbe/ixgbe_ethdev.h | 16 ++-- drivers/net/ixgbe/ixgb