Message ID | 20240403101624.2771140-1-haijie1@huawei.com (mailing list archive) |
---|---|
Headers |
Return-Path: <dev-bounces@dpdk.org> 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 <dev@dpdk.org>; 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 <dev@dpdk.org>; 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 <dev@dpdk.org>; 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 <haijie1@huawei.com> To: <dev@dpdk.org> CC: <lihuisong@huawei.com>, <fengchengwen@huawei.com>, <liuyonglong@huawei.com>, <huangdengdui@huawei.com>, <haijie1@huawei.com> 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 Content-Transfer-Encoding: 8bit Content-Type: text/plain 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 <dev.dpdk.org> List-Unsubscribe: <https://mails.dpdk.org/options/dev>, <mailto:dev-request@dpdk.org?subject=unsubscribe> List-Archive: <http://mails.dpdk.org/archives/dev/> List-Post: <mailto:dev@dpdk.org> List-Help: <mailto:dev-request@dpdk.org?subject=help> List-Subscribe: <https://mails.dpdk.org/listinfo/dev>, <mailto:dev-request@dpdk.org?subject=subscribe> Errors-To: dev-bounces@dpdk.org |
Series | net/hns3: add some bugfix | |
Message
Jie Hai
April 3, 2024, 10:16 a.m. UTC
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(-)
Comments
On 4/3/2024 11:16 AM, Jie Hai wrote: > 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 > Series applied to dpdk-next-net/main, thanks.