mbox series

[0/6] bugfix for hns3 PMD

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

Message

humin (Q) May 7, 2021, 9:08 a.m. UTC
  This patch set contains 6 bugfixes for hns3 PMD.

Chengwen Feng (5):
  net/hns3: return code when PCI config space write fail
  net/hns3: fix logging info when clear all FDIR rules
  net/hns3: clear hash map when clear all FDIR rules
  net/hns3: fix out param not set when query FDIR counter
  doc: add link status event pre-conditions

HongBo Zheng (1):
  net/hns3: fix VF setting alive order problem

 doc/guides/nics/hns3.rst          | 10 ++++++++++
 drivers/net/hns3/hns3_ethdev_vf.c | 22 ++++++++++++++++------
 drivers/net/hns3/hns3_fdir.c      | 22 +++++++++++++++++-----
 drivers/net/hns3/hns3_flow.c      |  2 ++
 4 files changed, 45 insertions(+), 11 deletions(-)
  

Comments

Ferruh Yigit May 11, 2021, 4:30 p.m. UTC | #1
On 5/7/2021 10:08 AM, Min Hu (Connor) wrote:
> This patch set contains 6 bugfixes for hns3 PMD.
> 
> Chengwen Feng (5):
>   net/hns3: return code when PCI config space write fail
>   net/hns3: fix logging info when clear all FDIR rules
>   net/hns3: clear hash map when clear all FDIR rules
>   net/hns3: fix out param not set when query FDIR counter
>   doc: add link status event pre-conditions
> 
> HongBo Zheng (1):
>   net/hns3: fix VF setting alive order problem
> 
>  doc/guides/nics/hns3.rst          | 10 ++++++++++
>  drivers/net/hns3/hns3_ethdev_vf.c | 22 ++++++++++++++++------
>  drivers/net/hns3/hns3_fdir.c      | 22 +++++++++++++++++-----
>  drivers/net/hns3/hns3_flow.c      |  2 ++
>  4 files changed, 45 insertions(+), 11 deletions(-)
> 

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

Since 6/6 is a doc patch it has more time and it can be sent separately.