[dpdk-stable] [PATCH v2 00/10] backport for 19.11.4

Wei Hu (Xavier) huwei013 at chinasoftinc.com
Tue Aug 18 08:49:21 CEST 2020


From: "Wei Hu (Xavier)" <xavier.huwei at huawei.com>

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 (3):
  net/hns3: remove unnecessary branch
  net/hns3: report Tx descriptor segment limitations
  app/testpmd: remove hardcoded descriptors limit

Wei Hu (Xavier) (2):
  net/hns3: get device capability in primary process
  net/hns3: fix reassembling multiple segment packets in Tx

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                | 197 ++++++++++---
 drivers/net/hns3/hns3_ethdev.h                |   5 +-
 drivers/net/hns3/hns3_ethdev_vf.c             | 277 ++++++++++++++----
 drivers/net/hns3/hns3_mbx.c                   |  37 +++
 drivers/net/hns3/hns3_mbx.h                   |   8 +
 drivers/net/hns3/hns3_rss.c                   |  14 +-
 drivers/net/hns3/hns3_rxtx.c                  |  25 +-
 12 files changed, 662 insertions(+), 109 deletions(-)

-- 
2.27.0



More information about the stable mailing list