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 42FABA0527 for ; Wed, 25 Nov 2020 11:58:25 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 0CC00C962; Wed, 25 Nov 2020 11:58:15 +0100 (CET) Received: from szxga07-in.huawei.com (szxga07-in.huawei.com [45.249.212.35]) by dpdk.org (Postfix) with ESMTP id 968F9C956 for ; Wed, 25 Nov 2020 11:58:11 +0100 (CET) Received: from DGGEMS410-HUB.china.huawei.com (unknown [172.30.72.60]) by szxga07-in.huawei.com (SkyGuard) with ESMTP id 4CgyXY3Qvcz6y1m for ; Wed, 25 Nov 2020 18:57:49 +0800 (CST) Received: from localhost.localdomain (10.69.192.56) by DGGEMS410-HUB.china.huawei.com (10.3.19.210) with Microsoft SMTP Server id 14.3.487.0; Wed, 25 Nov 2020 18:57:59 +0800 From: Lijun Ou To: , CC: Date: Wed, 25 Nov 2020 18:58:12 +0800 Message-ID: <1606301898-51605-1-git-send-email-oulijun@huawei.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1606274683-41536-1-git-send-email-oulijun@huawei.com> References: <1606274683-41536-1-git-send-email-oulijun@huawei.com> MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.69.192.56] X-CFilter-Loop: Reflected Subject: [dpdk-stable] [PATCH v3 19.11.6 0/6] 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" His series are backport for 19.11.6 about hns3 PMD driver Change from V2: 1. remove the relatived patch with TSO Change from V1: 1. split TSO part from fix TX checksum with fix header length 2. remove TSO patch and the relatived patch Chengchang Tang (2): net/hns3: decrease non-nearby memory access in Rx net/hns3: fix TX checksum with fix header length Wei Hu (Xavier) (4): net/hns3: fix reassembling multiple segment packets in Tx net/hns3: report Rx drop packets enable configuration net/hns3: report Rx free threshold net/hns3: reduce address calculation in Rx drivers/net/hns3/hns3_ethdev.c | 32 +++- drivers/net/hns3/hns3_ethdev.h | 31 +++- drivers/net/hns3/hns3_ethdev_vf.c | 11 ++ drivers/net/hns3/hns3_rxtx.c | 363 +++++++++++++++++++++++--------------- drivers/net/hns3/hns3_rxtx.h | 30 +++- 5 files changed, 308 insertions(+), 159 deletions(-) -- 2.7.4