net/i40e: fix X722 for 802.1ad frames ability
authorWeifeng Li <liweifeng96@126.com>
Sun, 10 Jan 2021 08:34:17 +0000 (16:34 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Tue, 19 Jan 2021 02:29:53 +0000 (03:29 +0100)
commit591bd5e4ae8c0256614417ee5f2645edf6d0f61c
tree9ba6db8d2930023cc7c12981ae11a765444ec5a9
parent7d3046ed73fdcf705d7c571f1b8e7ca9e9b53e33
net/i40e: fix X722 for 802.1ad frames ability

I40E_DEV_ID_SFP_I_X722 does not support 802.1ad frames ability,
so I40E_HW_FLAG_802_1AD_CAPABLE should not be set.
The patch also correct the comment for I40E_HW_FLAG_802_1AD_CAPABLE
configure.

Fixes: 9efa8d28b4da ("net/i40e: fix SFP X722 with FW4.16")
Cc: stable@dpdk.org
Signed-off-by: Weifeng Li <liweifeng96@126.com>
Acked-by: Qi Zhang <qi.z.zhang@intel.com>
drivers/net/i40e/i40e_ethdev.c