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 DB1AAA04E6; Sat, 31 Oct 2020 04:35:23 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 3B688C9EC; Sat, 31 Oct 2020 04:35:21 +0100 (CET) Received: from szxga06-in.huawei.com (szxga06-in.huawei.com [45.249.212.32]) by dpdk.org (Postfix) with ESMTP id AFB26C9DC; Sat, 31 Oct 2020 04:35:18 +0100 (CET) Received: from DGGEMS412-HUB.china.huawei.com (unknown [172.30.72.60]) by szxga06-in.huawei.com (SkyGuard) with ESMTP id 4CNPvT4vWhzhd47; Sat, 31 Oct 2020 11:35:17 +0800 (CST) Received: from tester.localdomain (10.175.119.39) by DGGEMS412-HUB.china.huawei.com (10.3.19.212) with Microsoft SMTP Server id 14.3.487.0; Sat, 31 Oct 2020 11:35:07 +0800 From: Xiaoyun wang To: CC: , , , , , , , Xiaoyun wang Date: Sat, 31 Oct 2020 11:38:34 +0800 Message-ID: X-Mailer: git-send-email 1.8.3.1 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.175.119.39] X-CFilter-Loop: Reflected Subject: [dpdk-dev] [PATCH v1 0/2] fix some csum errors X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" This patch fixes outer_l3_len parse error when PKT_TX_OUTER_IP_CKSUM is not set, which does not affect checksum function, just be consistent with mbuf meta information description, and fixes SCTP checksum errors because driver doesn't pass payload offset info to hardware, which may cause SCTP checksum error. -- v1: - fix outer_l3_len parse error - fix SCTP checksum error Xiaoyun wang (2): net/hinic: fix outer_l3_len parse error net/hinic: fix SCTP checksum error drivers/net/hinic/hinic_pmd_tx.c | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) -- 1.8.3.1