Re: [dpdk-dev] [PATCH v3] net/hns3: fix parse link fails code fail

2021-04-27 Thread Ferruh Yigit
On 4/27/2021 2:43 PM, Min Hu (Connor) wrote: > > > 在 2021/4/27 21:19, Ferruh Yigit 写道: >> On 4/27/2021 2:03 PM, Min Hu (Connor) wrote: >>> >>> >>> 在 2021/4/27 20:45, Ferruh Yigit 写道: On 4/27/2021 1:17 PM, Min Hu (Connor) wrote: > From: Chengwen Feng > > The link fails code shoul

Re: [dpdk-dev] [PATCH v3] net/hns3: fix parse link fails code fail

2021-04-27 Thread Min Hu (Connor)
在 2021/4/27 21:19, Ferruh Yigit 写道: On 4/27/2021 2:03 PM, Min Hu (Connor) wrote: 在 2021/4/27 20:45, Ferruh Yigit 写道: On 4/27/2021 1:17 PM, Min Hu (Connor) wrote: From: Chengwen Feng The link fails code should be parsed using the structure hns3_mbx_vf_to_pf_cmd, else it will parse fail.

Re: [dpdk-dev] [PATCH v3] net/hns3: fix parse link fails code fail

2021-04-27 Thread Ferruh Yigit
On 4/27/2021 2:03 PM, Min Hu (Connor) wrote: > > > 在 2021/4/27 20:45, Ferruh Yigit 写道: >> On 4/27/2021 1:17 PM, Min Hu (Connor) wrote: >>> From: Chengwen Feng >>> >>> The link fails code should be parsed using the structure >>> hns3_mbx_vf_to_pf_cmd, else it will parse fail. >>> >>> Fixes: 109e4

Re: [dpdk-dev] [PATCH v3] net/hns3: fix parse link fails code fail

2021-04-27 Thread Min Hu (Connor)
在 2021/4/27 20:45, Ferruh Yigit 写道: On 4/27/2021 1:17 PM, Min Hu (Connor) wrote: From: Chengwen Feng The link fails code should be parsed using the structure hns3_mbx_vf_to_pf_cmd, else it will parse fail. Fixes: 109e4dd1bd7a ("net/hns3: get link state change through mailbox") Cc: sta...@d

Re: [dpdk-dev] [PATCH v3] net/hns3: fix parse link fails code fail

2021-04-27 Thread Ferruh Yigit
On 4/27/2021 1:17 PM, Min Hu (Connor) wrote: > From: Chengwen Feng > > The link fails code should be parsed using the structure > hns3_mbx_vf_to_pf_cmd, else it will parse fail. > > Fixes: 109e4dd1bd7a ("net/hns3: get link state change through mailbox") > Cc: sta...@dpdk.org > > Signed-off-by:

[dpdk-dev] [PATCH v3] net/hns3: fix parse link fails code fail

2021-04-27 Thread Min Hu (Connor)
From: Chengwen Feng The link fails code should be parsed using the structure hns3_mbx_vf_to_pf_cmd, else it will parse fail. Fixes: 109e4dd1bd7a ("net/hns3: get link state change through mailbox") Cc: sta...@dpdk.org Signed-off-by: Chengwen Feng Signed-off-by: Min Hu (Connor) --- v3: * get th