net/ixgbe: fix e-tag definition
authorWei Zhao <wei.zhao1@intel.com>
Mon, 30 Mar 2020 06:33:23 +0000 (14:33 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Tue, 21 Apr 2020 11:57:05 +0000 (13:57 +0200)
commit227875448575d55a037408234c9d3e304f4d9b07
tree20830ed7c69b46465da893ccf30e12bca11f6311
parentefa8c72f1ecf7b02239a0627c482b7ba9af66f40
net/ixgbe: fix e-tag definition

e_tag_ether_type has been wrongly defined as bool type which introduces
a bug for etag/etag_strip for x550 NIC. Fixes it by defining it as
uint16_t.

Fixes: ad43b7bce95b ("net/ixgbe: avoid multiple definitions of bool")
Cc: stable@dpdk.org
Signed-off-by: Wei Zhao <wei.zhao1@intel.com>
Acked-by: Xiaolong Ye <xiaolong.ye@intel.com>
drivers/net/ixgbe/ixgbe_ethdev.h