Re: [dpdk-dev] [PATCH 6/9] net/hns3: report the speed capability for PF

2021-04-14 Thread Min Hu (Connor)
在 2021/4/15 8:57, Ferruh Yigit 写道: On 4/15/2021 1:39 AM, Ferruh Yigit wrote: On 4/13/2021 2:47 PM, Min Hu (Connor) wrote: From: Huisong Li The speed capability of the device can be reported to the upper-layer app in rte_eth_dev_info_get API. In this API, the speed capability is derived

Re: [dpdk-dev] [PATCH 6/9] net/hns3: report the speed capability for PF

2021-04-14 Thread Ferruh Yigit
On 4/15/2021 1:39 AM, Ferruh Yigit wrote: On 4/13/2021 2:47 PM, Min Hu (Connor) wrote: From: Huisong Li The speed capability of the device can be reported to the upper-layer app in rte_eth_dev_info_get API. In this API, the speed capability is derived from the 'supported_speed', which is the s

Re: [dpdk-dev] [PATCH 6/9] net/hns3: report the speed capability for PF

2021-04-14 Thread Ferruh Yigit
On 4/13/2021 2:47 PM, Min Hu (Connor) wrote: From: Huisong Li The speed capability of the device can be reported to the upper-layer app in rte_eth_dev_info_get API. In this API, the speed capability is derived from the 'supported_speed', which is the speed capability actually supported by the N

[dpdk-dev] [PATCH 6/9] net/hns3: report the speed capability for PF

2021-04-13 Thread Min Hu (Connor)
From: Huisong Li The speed capability of the device can be reported to the upper-layer app in rte_eth_dev_info_get API. In this API, the speed capability is derived from the 'supported_speed', which is the speed capability actually supported by the NIC. The value of the 'supported_speed' is obtai