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

Wei Hu (Xavier) huwei013 at chinasoftinc.com
Tue Aug 18 09:15:35 CEST 2020


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(-)

-- 
2.27.0



More information about the stable mailing list