[dpdk-stable] [PATCH v3 0/7] backport for 19.11.4

Luca Boccassi bluca at debian.org
Tue Aug 18 20:00:06 CEST 2020


On Tue, 2020-08-18 at 15:15 +0800, Wei Hu (Xavier) wrote:
> This series are backport for 19.11.4 about hns3 PMD driver, bonding
> and testpmd.
> 
> Chengchang Tang (2):
>   net/hns3: remove restriction on setting VF MTU
>   net/hns3: fix adding multicast MAC address
> 
> Hao Chen (1):
>   net/hns3: optimize default RSS algorithm
> 
> Hongbo Zheng (1):
>   net/hns3: get link status change through mailbox
> 
> Lijun Ou (2):
>   net/hns3: remove unnecessary branch
>   app/testpmd: remove hardcoded descriptors limit
> 
> Weifeng Li (1):
>   net/bonding: change state machine to defaulted
> 
>  app/test-pmd/cmdline.c                        |  11 +-
>  app/test-pmd/testpmd.c                        | 171 ++++++++++++
>  app/test-pmd/testpmd.h                        |   2 +
>  drivers/net/bonding/eth_bond_8023ad_private.h |   3 +
>  drivers/net/bonding/rte_eth_bond_8023ad.c     |  21 +-
>  drivers/net/hns3/hns3_ethdev.c                | 149 +++++++++--
>  drivers/net/hns3/hns3_ethdev.h                |   1 +
>  drivers/net/hns3/hns3_ethdev_vf.c             | 245 ++++++++++++++
> ----
>  drivers/net/hns3/hns3_mbx.c                   |  37 +++
>  drivers/net/hns3/hns3_mbx.h                   |   8 +
>  drivers/net/hns3/hns3_rss.c                   |  14 +-
>  11 files changed, 568 insertions(+), 94 deletions(-)

Thanks, applied and pushed.

-- 
Kind regards,
Luca Boccassi


More information about the stable mailing list