From patchwork Wed Apr 3 10:16:18 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jie Hai X-Patchwork-Id: 832 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 4B2DF43DE7; Wed, 3 Apr 2024 12:21:50 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DC370402E7; Wed, 3 Apr 2024 12:21:46 +0200 (CEST) Received: from szxga02-in.huawei.com (szxga02-in.huawei.com [45.249.212.188]) by mails.dpdk.org (Postfix) with ESMTP id 15C24402CE for ; Wed, 3 Apr 2024 12:21:45 +0200 (CEST) Received: from mail.maildlp.com (unknown [172.19.88.194]) by szxga02-in.huawei.com (SkyGuard) with ESMTP id 4V8gh4353dzXkc2 for ; Wed, 3 Apr 2024 18:18:44 +0800 (CST) Received: from kwepemd100004.china.huawei.com (unknown [7.221.188.31]) by mail.maildlp.com (Postfix) with ESMTPS id 136EF1402C7 for ; Wed, 3 Apr 2024 18:21:42 +0800 (CST) Received: from localhost.localdomain (10.67.165.2) by kwepemd100004.china.huawei.com (7.221.188.31) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1258.28; Wed, 3 Apr 2024 18:21:41 +0800 From: Jie Hai To: CC: , , , , Subject: [PATCH 0/5] net/hns3: add some bugfix Date: Wed, 3 Apr 2024 18:16:18 +0800 Message-ID: <20240403101624.2771140-1-haijie1@huawei.com> X-Mailer: git-send-email 2.30.0 MIME-Version: 1.0 X-Originating-IP: [10.67.165.2] X-ClientProxiedBy: dggems706-chm.china.huawei.com (10.3.19.183) To kwepemd100004.china.huawei.com (7.221.188.31) X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org This patchset adds some bugfixes. Dengdui Huang (4): net/hns3: fix offload flag of IEEE 1588 net/hns3: fix read Rx timestamp handle net/hns3: fix double free for Rx/Tx queue net/hns3: fix variable overflow Jie Hai (1): net/hns3: disable SCTP verification Tag for RSS hash input drivers/net/hns3/hns3_common.c | 2 +- drivers/net/hns3/hns3_rss.c | 6 ++---- drivers/net/hns3/hns3_rss.h | 6 ++---- drivers/net/hns3/hns3_rxtx.c | 29 +++++++++++++++++++++-------- 4 files changed, 26 insertions(+), 17 deletions(-)