[dpdk-stable] [PATCH 19.11 0/6] backport for hns3 PMD driver

Luca Boccassi bluca at debian.org
Fri May 29 10:47:19 CEST 2020


On Fri, 2020-05-29 at 11:57 +0800, Wei Hu (Xavier) wrote:
> This series are backport patches to DPDK 19.11.3 for hns3 PMD driver.
> 
> Chengwen Feng (1):
>   net/hns3: fix Rx interrupt after reset
> 
> Hao Chen (1):
>   net/hns3: support Rx interrupt
> 
> Lijun Ou (1):
>   net/hns3: fix RSS indirection table configuration
> 
> Wei Hu (Xavier) (3):
>   net/hns3: support different numbers of Rx and Tx queues
>   net/hns3: fix Tx interrupt when enabling Rx interrupt
>   net/hns3: fix MSI-X interrupt during initialization
> 
>  doc/guides/nics/features/hns3.ini    |   1 +
>  doc/guides/nics/features/hns3_vf.ini |   1 +
>  doc/guides/nics/hns3.rst             |   1 +
>  drivers/net/hns3/hns3_cmd.h          |  49 ++-
>  drivers/net/hns3/hns3_dcb.c          | 103 +++--
>  drivers/net/hns3/hns3_dcb.h          |   4 +-
>  drivers/net/hns3/hns3_ethdev.c       | 363 +++++++++++++++--
>  drivers/net/hns3/hns3_ethdev.h       |  17 +-
>  drivers/net/hns3/hns3_ethdev_vf.c    | 398 ++++++++++++++++--
>  drivers/net/hns3/hns3_flow.c         |  22 +-
>  drivers/net/hns3/hns3_intr.c         |   2 +
>  drivers/net/hns3/hns3_mbx.h          |  13 +
>  drivers/net/hns3/hns3_regs.h         |  10 +
>  drivers/net/hns3/hns3_rss.c          |  28 +-
>  drivers/net/hns3/hns3_rss.h          |   2 +
>  drivers/net/hns3/hns3_rxtx.c         | 769 ++++++++++++++++++++++++++++++-----
>  drivers/net/hns3/hns3_rxtx.h         |  19 +
>  17 files changed, 1578 insertions(+), 224 deletions(-)

Series-acked-by: Luca Boccassi <bluca at debian.org>

Thanks, applied


More information about the stable mailing list