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 C1A3DA0526 for ; Wed, 25 Nov 2020 04:24:40 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 80727C93C; Wed, 25 Nov 2020 04:24:39 +0100 (CET) Received: from szxga07-in.huawei.com (szxga07-in.huawei.com [45.249.212.35]) by dpdk.org (Postfix) with ESMTP id DA81CC93C for ; Wed, 25 Nov 2020 04:24:37 +0100 (CET) Received: from DGGEMS413-HUB.china.huawei.com (unknown [172.30.72.58]) by szxga07-in.huawei.com (SkyGuard) with ESMTP id 4CgmTC2K0Qz6tvv for ; Wed, 25 Nov 2020 11:24:15 +0800 (CST) Received: from localhost.localdomain (10.69.192.56) by DGGEMS413-HUB.china.huawei.com (10.3.19.213) with Microsoft SMTP Server id 14.3.487.0; Wed, 25 Nov 2020 11:24:24 +0800 From: Lijun Ou To: , CC: Date: Wed, 25 Nov 2020 11:24:36 +0800 Message-ID: <1606274683-41536-1-git-send-email-oulijun@huawei.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1605274630-23414-1-git-send-email-oulijun@huawei.com> References: <1605274630-23414-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 v2 19.11.6 0/7] 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 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 Lijun Ou (1): net/hns3: report Tx descriptor segment limitations 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 | 34 +++- drivers/net/hns3/hns3_ethdev.h | 31 +++- drivers/net/hns3/hns3_ethdev_vf.c | 13 ++ drivers/net/hns3/hns3_rxtx.c | 363 +++++++++++++++++++++++--------------- drivers/net/hns3/hns3_rxtx.h | 30 +++- 5 files changed, 312 insertions(+), 159 deletions(-) -- 2.7.4