Re: [dpdk-dev] [PATCH 4/4] net/hns3: fix FEC state query

2020-12-07 Thread oulijun
在 2020/11/20 22:33, Ferruh Yigit 写道: On 11/20/2020 11:27 AM, Lijun Ou wrote: From: "Min Hu (Conor)" As FEC is not supported below 10 Gbps, CMD(0x031A) offered from Firmware read will return fail in 10 Gbps device. This patch will prevent read this CMD when below 10 Gbps, as this is non-sen

Re: [dpdk-dev] [PATCH 4/4] net/hns3: fix FEC state query

2020-12-02 Thread Min Hu (Connor)
在 2020/11/20 22:35, Ferruh Yigit 写道: On 11/20/2020 2:33 PM, Ferruh Yigit wrote: On 11/20/2020 11:27 AM, Lijun Ou wrote: From: "Min Hu (Conor)" As FEC is not supported below 10 Gbps, CMD(0x031A) offered from Firmware read will return fail in 10 Gbps device. This patch will prevent read thi

Re: [dpdk-dev] [PATCH 4/4] net/hns3: fix FEC state query

2020-11-20 Thread Ferruh Yigit
On 11/20/2020 2:33 PM, Ferruh Yigit wrote: On 11/20/2020 11:27 AM, Lijun Ou wrote: From: "Min Hu (Conor)" As FEC is not supported below 10 Gbps, CMD(0x031A) offered from Firmware read will return fail in 10 Gbps device. This patch will prevent read this CMD when below 10 Gbps, as this is non-

Re: [dpdk-dev] [PATCH 4/4] net/hns3: fix FEC state query

2020-11-20 Thread Ferruh Yigit
On 11/20/2020 11:27 AM, Lijun Ou wrote: From: "Min Hu (Conor)" As FEC is not supported below 10 Gbps, CMD(0x031A) offered from Firmware read will return fail in 10 Gbps device. This patch will prevent read this CMD when below 10 Gbps, as this is non-sense. Fixes: 9bf2ea8dbc65 ("net/hns3: supp