mbox series

[0/4] bugfix for hns3 PMD

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

Message

humin (Q) May 10, 2021, 1:38 p.m. UTC
  This patch set contains four bugfix for hns3 PMD

Chengwen Feng (4):
  net/hns3: fix unsupported mbx msg id log error
  net/hns3: fix secondary process request start/stop Rx/Tx
  net/hns3: fix memory barrier incorrectly placed
  net/hns3: return fail if FEC mode not support

 drivers/net/hns3/hns3_ethdev.c | 6 ++++--
 drivers/net/hns3/hns3_mbx.c    | 2 +-
 drivers/net/hns3/hns3_mp.c     | 4 ++--
 3 files changed, 7 insertions(+), 5 deletions(-)
  

Comments

Ferruh Yigit May 11, 2021, 6:09 p.m. UTC | #1
On 5/10/2021 2:38 PM, Min Hu (Connor) wrote:
> This patch set contains four bugfix for hns3 PMD
> 
> Chengwen Feng (4):
>   net/hns3: fix unsupported mbx msg id log error
>   net/hns3: fix secondary process request start/stop Rx/Tx
>   net/hns3: fix memory barrier incorrectly placed
>   net/hns3: return fail if FEC mode not support
> 

Series applied to dpdk-next-net/main, thanks.