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

2021-04-26 Thread fengchengwen
On 2021/4/26 20:50, Ferruh Yigit wrote: > On 4/26/2021 1:41 PM, fengchengwen wrote: >> >> >> On 2021/4/26 20:26, Ferruh Yigit wrote: >>> On 4/22/2021 2:55 AM, Min Hu (Connor) wrote: From: Chengwen Feng The link fails code should be parsed using the structure hns3_mbx_vf_to_p

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

2021-04-26 Thread Ferruh Yigit
On 4/26/2021 1:41 PM, fengchengwen wrote: > > > On 2021/4/26 20:26, Ferruh Yigit wrote: >> On 4/22/2021 2:55 AM, 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: 109e

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

2021-04-26 Thread fengchengwen
On 2021/4/26 20:26, Ferruh Yigit wrote: > On 4/22/2021 2:55 AM, 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 mai

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

2021-04-26 Thread Ferruh Yigit
On 4/22/2021 2:55 AM, 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 3/4] net/hns3: fix parse link fails code fail

2021-04-21 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) --- drivers/net