From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 2662EA034C for ; Tue, 18 Aug 2020 08:50:10 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D8409AAB7; Tue, 18 Aug 2020 08:50:09 +0200 (CEST) Received: from mail.chinasoftinc.com (unknown [114.113.233.8]) by dpdk.org (Postfix) with ESMTP id DA9931C00D for ; Tue, 18 Aug 2020 08:50:07 +0200 (CEST) Received: from localhost.localdomain (120.133.139.157) by INCCAS001.ito.icss (10.168.0.60) with Microsoft SMTP Server id 14.3.487.0; Tue, 18 Aug 2020 14:49:54 +0800 From: "Wei Hu (Xavier)" To: , CC: Date: Tue, 18 Aug 2020 14:49:21 +0800 Message-ID: <20200818064931.46414-1-huwei013@chinasoftinc.com> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20200817092532.59530-1-huwei013@chinasoftinc.com> References: <20200817092532.59530-1-huwei013@chinasoftinc.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-Originating-IP: [120.133.139.157] Subject: [dpdk-stable] [PATCH v2 00/10] backport for 19.11.4 X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" From: "Wei Hu (Xavier)" 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