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 ADEDDA0527 for ; Wed, 25 Nov 2020 12:15:45 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A1B48C93C; Wed, 25 Nov 2020 12:15:44 +0100 (CET) Received: from szxga04-in.huawei.com (szxga04-in.huawei.com [45.249.212.190]) by dpdk.org (Postfix) with ESMTP id 9417AC93C for ; Wed, 25 Nov 2020 12:15:43 +0100 (CET) Received: from DGGEMS413-HUB.china.huawei.com (unknown [172.30.72.59]) by szxga04-in.huawei.com (SkyGuard) with ESMTP id 4Cgyw60l36z15N7B for ; Wed, 25 Nov 2020 19:14:46 +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 19:15:04 +0800 From: Lijun Ou To: , Date: Wed, 25 Nov 2020 19:15:17 +0800 Message-ID: <1606302923-12997-1-git-send-email-oulijun@huawei.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1606301898-51605-1-git-send-email-oulijun@huawei.com> References: <1606301898-51605-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 v4 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 V3: 1. remove the relatived macro with TSO 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