[0/2] fixes for mlx4/mlx5
Message ID | 1620825499-34072-1-git-send-email-wangyunjian@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 C1D40A0C43; Wed, 12 May 2021 15:18:33 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 80EB14003F; Wed, 12 May 2021 15:18:33 +0200 (CEST) Received: from szxga04-in.huawei.com (szxga04-in.huawei.com [45.249.212.190]) by mails.dpdk.org (Postfix) with ESMTP id 7B9F84003E for <dev@dpdk.org>; Wed, 12 May 2021 15:18:31 +0200 (CEST) Received: from DGGEMS410-HUB.china.huawei.com (unknown [172.30.72.60]) by szxga04-in.huawei.com (SkyGuard) with ESMTP id 4FgFdQ1bVpzpY9x; Wed, 12 May 2021 21:15:06 +0800 (CST) Received: from localhost (10.174.243.60) by DGGEMS410-HUB.china.huawei.com (10.3.19.210) with Microsoft SMTP Server id 14.3.498.0; Wed, 12 May 2021 21:18:20 +0800 From: wangyunjian <wangyunjian@huawei.com> To: <dev@dpdk.org> CC: <matan@nvidia.com>, <shahafs@nvidia.com>, <viacheslavo@nvidia.com>, <dingxiaoxiong@huawei.com>, Yunjian Wang <wangyunjian@huawei.com> Date: Wed, 12 May 2021 21:18:19 +0800 Message-ID: <1620825499-34072-1-git-send-email-wangyunjian@huawei.com> X-Mailer: git-send-email 1.9.5.msysgit.1 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.174.243.60] X-CFilter-Loop: Reflected Subject: [dpdk-dev] [PATCH 0/2] fixes for mlx4/mlx5 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 Sender: "dev" <dev-bounces@dpdk.org> |
Message
Yunjian Wang
May 12, 2021, 1:18 p.m. UTC
From: Yunjian Wang <wangyunjian@huawei.com>
This series include two fixes patches for mlx4/mlx5.
Yunjian Wang (2):
net/mlx4: fix mem leak when a device configured repeatedly
net/mlx5: fix mem leak when a device configured repeatedly
drivers/net/mlx4/mlx4.c | 2 ++
drivers/net/mlx5/mlx5.c | 2 ++
2 files changed, 4 insertions(+)