net/hns3: support 200G speed rate
authorWei Hu (Xavier) <xavier.huwei@huawei.com>
Tue, 14 Jul 2020 06:16:07 +0000 (14:16 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 17 Jul 2020 16:21:21 +0000 (18:21 +0200)
commit9b8c32815d9cba445144533258ea8909de8dd90a
tree59db365beb4462e6895378dc11525da672fe4328
parent95e50325864c12682eb9872f69ec682be1a688a8
net/hns3: support 200G speed rate

The 200G device has a new device id 0xA228, so adds this device id
to pci table for pci driver can probe it. Similar to the network port
with other speed, the hns3 PMD driver gets 200G speed information
from firmware, and passes them to DPDK framework.

Signed-off-by: Wei Hu (Xavier) <xavier.huwei@huawei.com>
drivers/net/hns3/hns3_cmd.h
drivers/net/hns3/hns3_ethdev.c
drivers/net/hns3/hns3_ethdev.h
drivers/net/hns3/hns3_ethdev_vf.c