From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 29A5BA0032; Thu, 1 Sep 2022 11:20:12 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E761E40684; Thu, 1 Sep 2022 11:20:11 +0200 (CEST) Received: from szxga02-in.huawei.com (szxga02-in.huawei.com [45.249.212.188]) by mails.dpdk.org (Postfix) with ESMTP id 541E040395 for ; Thu, 1 Sep 2022 11:20:10 +0200 (CEST) Received: from dggpemm500024.china.huawei.com (unknown [172.30.72.57]) by szxga02-in.huawei.com (SkyGuard) with ESMTP id 4MJFm92mYtzlVtw; Thu, 1 Sep 2022 17:16:41 +0800 (CST) Received: from dggpemm100016.china.huawei.com (7.185.36.192) by dggpemm500024.china.huawei.com (7.185.36.203) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.24; Thu, 1 Sep 2022 17:20:07 +0800 Received: from dggpemm500008.china.huawei.com (7.185.36.136) by dggpemm100016.china.huawei.com (7.185.36.192) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.24; Thu, 1 Sep 2022 17:20:07 +0800 Received: from dggpemm500008.china.huawei.com ([7.185.36.136]) by dggpemm500008.china.huawei.com ([7.185.36.136]) with mapi id 15.01.2375.024; Thu, 1 Sep 2022 17:20:07 +0800 From: wangyunjian To: "dev@dpdk.org" , "matan@nvidia.com" , "rasland@nvidia.com" , "viacheslavo@nvidia.com" , "dkozlyuk@nvidia.com" CC: Huangshaozhang Subject: RE: [dpdk-dev] [PATCH v2 0/2] fixes for mlx5 Thread-Topic: [dpdk-dev] [PATCH v2 0/2] fixes for mlx5 Thread-Index: AQHYtrvu2nO+ytg27060I16j6cxX0K3KWmfw Date: Thu, 1 Sep 2022 09:20:06 +0000 Message-ID: References: In-Reply-To: Accept-Language: zh-CN, en-US Content-Language: zh-CN X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.174.242.157] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-CFilter-Loop: Reflected 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 Friendly ping. > -----Original Message----- > From: wangyunjian > Sent: Tuesday, August 23, 2022 2:45 PM > To: dev@dpdk.org > Cc: matan@nvidia.com; rasland@nvidia.com; viacheslavo@nvidia.com; > dkozlyuk@nvidia.com; Huangshaozhang ; > wangyunjian > Subject: [dpdk-dev] [PATCH v2 0/2] fixes for mlx5 >=20 > This series include two fixes patches for mlx5. >=20 > --- > v2: > * update patch 2/2 code styles >=20 > Yunjian Wang (2): > net/mlx5: fix use after free when releasing tx queues > net/mlx5: fix resource leak when releasing a drop action >=20 > drivers/net/mlx5/mlx5_devx.c | 7 +++++++ drivers/net/mlx5/mlx5_rxq.c | > 6 ------ drivers/net/mlx5/mlx5_txq.c | 3 ++- > 3 files changed, 9 insertions(+), 7 deletions(-) >=20 > -- > 2.27.0