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

2021-04-27 Thread Min Hu (Connor)
在 2021/4/27 19:11, Ferruh Yigit 写道: On 4/26/2021 2:42 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 v2] net/hns3: fix parse link fails code fail

2021-04-27 Thread Ferruh Yigit
On 4/26/2021 2:42 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 v2] net/hns3: fix parse link fails code fail

2021-04-26 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) --- v2: * kept o