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 7B727A09E0 for ; Fri, 13 Nov 2020 14:36:59 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 8F3F2C87A; Fri, 13 Nov 2020 14:36:57 +0100 (CET) Received: from szxga07-in.huawei.com (szxga07-in.huawei.com [45.249.212.35]) by dpdk.org (Postfix) with ESMTP id A62AA4CA6 for ; Fri, 13 Nov 2020 14:36:56 +0100 (CET) Received: from DGGEMS404-HUB.china.huawei.com (unknown [172.30.72.59]) by szxga07-in.huawei.com (SkyGuard) with ESMTP id 4CXfdQ1PgSz76Kw for ; Fri, 13 Nov 2020 21:36:42 +0800 (CST) Received: from localhost.localdomain (10.69.192.56) by DGGEMS404-HUB.china.huawei.com (10.3.19.204) with Microsoft SMTP Server id 14.3.487.0; Fri, 13 Nov 2020 21:36:43 +0800 From: Lijun Ou To: , CC: Date: Fri, 13 Nov 2020 21:36:57 +0800 Message-ID: <1605274630-23414-1-git-send-email-oulijun@huawei.com> X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.69.192.56] X-CFilter-Loop: Reflected Subject: [dpdk-stable] [PATCH 19.11.6 00/13] backport for 19.11.6 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" Hi, Luca Boccassi His series are backport for 19.11.6 about hns3 PMD driver I also noticed that you gave Hu Wei a suggestion on the 19.11.4 backport. You did not recommend adding new features. I reselected the TSO and some performance optimization patch request backports. The reason I do this is that I think TSO is also a performance optimization point, including other fixes. In addition, if TSO is not integrated, the bug fixes of the cksum may not be integrated, which will cause the stability of the cksum function. Chengchang Tang (5): net/hns3: support promiscuous and allmulticast mode for VF net/hns3: decrease non-nearby memory access in Rx net/hns3: cleanup duplicated code on processing TSO in Tx net/hns3: fix Tx checksum outer header prepare net/hns3: fix Tx checksum with fixed header length Hongbo Zheng (1): net/hns3: check TSO segment size during Tx Lijun Ou (2): net/hns3: support TSO net/hns3: report Tx descriptor segment limitations Wei Hu (Xavier) (5): net/hns3: fix reassembling multiple segment packets in Tx net/hns3: fix inserted VLAN tag position in Tx net/hns3: report Rx drop packets enable configuration net/hns3: report Rx free threshold net/hns3: reduce address calculation in Rx doc/guides/nics/features/hns3.ini | 1 + doc/guides/nics/features/hns3_vf.ini | 3 + doc/guides/nics/hns3.rst | 1 + drivers/net/hns3/hns3_ethdev.c | 38 +- drivers/net/hns3/hns3_ethdev.h | 37 +- drivers/net/hns3/hns3_ethdev_vf.c | 134 ++++++- drivers/net/hns3/hns3_mbx.c | 23 ++ drivers/net/hns3/hns3_mbx.h | 2 + drivers/net/hns3/hns3_rxtx.c | 666 ++++++++++++++++++++++++----------- drivers/net/hns3/hns3_rxtx.h | 31 +- 10 files changed, 720 insertions(+), 216 deletions(-) -- 2.7.4