]> git.proxmox.com Git - ovs.git/commit
netdev-dpdk: Support the link speed of XL710
authorXu Binbin <xu.binbin1@zte.com.cn>
Mon, 13 Aug 2018 02:27:42 +0000 (10:27 +0800)
committerIan Stokes <ian.stokes@intel.com>
Mon, 27 Aug 2018 16:48:23 +0000 (17:48 +0100)
commit74cd69a479cc0e6056538e9f412a89b13752d237
tree16c3bd77e4e0b91e4c241a94d7512cd5f65a7e87
parent418a7a84245f5fbe589dd1267463fc9ba27a1dd6
netdev-dpdk: Support the link speed of XL710

In the scenario of XL710, the link speed which stored in the table
of Interface is not 40G. Because the implementation of query of link
speed only support to 10G, the parameter 'current' will be a random
value in the scenario of higher link speed. In this case, incorrect
link speed of XL710 nic will be stored in the database.

Signed-off-by: Xu Binbin <xu.binbin1@zte.com.cn>
Signed-off-by: Ian Stokes <ian.stokes@intel.com>
lib/netdev-dpdk.c