ethdev: move L2 tunnel config structure to ixgbe driver
authorAndrew Rybchenko <arybchenko@solarflare.com>
Thu, 22 Oct 2020 10:06:20 +0000 (11:06 +0100)
committerFerruh Yigit <ferruh.yigit@intel.com>
Tue, 3 Nov 2020 22:35:06 +0000 (23:35 +0100)
commit8fb8efd4e448e9843b85180357091a031fb22056
treea864b35d716bc252a817ad34818429c74c21400e
parentcf47acc0f9ba08bf859686bd5dbf9663dd051c3d
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 <arybchenko@solarflare.com>
Acked-by: Haiyue Wang <haiyue.wang@intel.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
drivers/net/ixgbe/ixgbe_ethdev.c
drivers/net/ixgbe/ixgbe_ethdev.h
drivers/net/ixgbe/ixgbe_flow.c
lib/librte_ethdev/rte_eth_ctrl.h