From: Xiaolong Ye Date: Mon, 13 Jan 2020 02:39:48 +0000 (+0800) Subject: net/i40e/base: add new link speed constants X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=03ef7d47f7bbf441000691105bfd411aa6929a4b;hp=03ef7d47f7bbf441000691105bfd411aa6929a4b;p=dpdk.git net/i40e/base: add new link speed constants This patch fixes 'NIC Link is Up, Unknown bps' message in dmesg for 2.5Gb/5Gb speeds. This problem is fixed by adding constants for VIRTCHNL_LINK_SPEED_2_5GB and VIRTCHNL_LINK_SPEED_5GB. Fixes: a58860f68929 ("net/i40e/base: use new virtchnl header file") Signed-off-by: Aleksandr Loktionov Signed-off-by: Xiaolong Ye Acked-by: Qi Zhang Acked-by: Beilei Xing ---