mbox series

[0/4] bugfix for hns3 PMD

Message ID 1619056552-43937-1-git-send-email-humin29@huawei.com (mailing list archive)
Headers
Series bugfix for hns3 PMD |

Message

humin (Q) April 22, 2021, 1:55 a.m. UTC
  This patchset contains four bugfixes for hns3 PMD.

Chengwen Feng (4):
  net/hns3: fix error mbx messages prompt errors
  net/hns3: fix PF miss link status notify message
  net/hns3: fix parse link fails code fail
  net/hns3: delete unused macro and struct of mbx module

 drivers/net/hns3/hns3_mbx.c | 18 +++++++++++-------
 drivers/net/hns3/hns3_mbx.h | 10 ----------
 2 files changed, 11 insertions(+), 17 deletions(-)
  

Comments

Ferruh Yigit April 26, 2021, 12:52 p.m. UTC | #1
On 4/22/2021 2:55 AM, Min Hu (Connor) wrote:
> This patchset contains four bugfixes for hns3 PMD.
> 
> Chengwen Feng (4):
>   net/hns3: fix error mbx messages prompt errors
>   net/hns3: fix PF miss link status notify message
>   net/hns3: fix parse link fails code fail
>   net/hns3: delete unused macro and struct of mbx module
> 

Except from 3/4,
Series applied to dpdk-next-net/main, thanks.


3/4 can be handled separately.