[v3,0/2] fixes for device event
Message ID | 1593690370-10468-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 dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 4CF93A0520; Thu, 2 Jul 2020 13:46:46 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B54A61D99F; Thu, 2 Jul 2020 13:46:45 +0200 (CEST) Received: from huawei.com (szxga05-in.huawei.com [45.249.212.191]) by dpdk.org (Postfix) with ESMTP id 245561D97B for <dev@dpdk.org>; Thu, 2 Jul 2020 13:46:44 +0200 (CEST) Received: from DGGEMS410-HUB.china.huawei.com (unknown [172.30.72.60]) by Forcepoint Email with ESMTP id 0CABFB0EC42E178055E8 for <dev@dpdk.org>; Thu, 2 Jul 2020 19:46:42 +0800 (CST) Received: from localhost (10.174.185.168) by DGGEMS410-HUB.china.huawei.com (10.3.19.210) with Microsoft SMTP Server id 14.3.487.0; Thu, 2 Jul 2020 19:46:32 +0800 From: wangyunjian <wangyunjian@huawei.com> To: <dev@dpdk.org> CC: <jia.guo@intel.com>, <jerry.lilijun@huawei.com>, <xudingke@huawei.com>, Yunjian Wang <wangyunjian@huawei.com> Date: Thu, 2 Jul 2020 19:46:09 +0800 Message-ID: <1593690370-10468-1-git-send-email-wangyunjian@huawei.com> X-Mailer: git-send-email 1.9.5.msysgit.1 In-Reply-To: <a2a8a6832e6621e578c6f779221d00cbd620b3b6.1591186247.git.wangyunjian@huawei.com> References: <a2a8a6832e6621e578c6f779221d00cbd620b3b6.1591186247.git.wangyunjian@huawei.com> MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.174.185.168] X-CFilter-Loop: Reflected Subject: [dpdk-dev] [PATCH v3 0/2] fixes for device event X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 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
July 2, 2020, 11:46 a.m. UTC
From: Yunjian Wang <wangyunjian@huawei.com>
v3: modified the format.
This series include two fixes patches for device event.
Yunjian Wang (2):
eal: fix memory leak when removing event_cb
eal: return error code when failure
lib/librte_eal/common/eal_common_dev.c | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)