From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 90801A04D7; Thu, 3 Sep 2020 05:33:58 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 484781C0B1; Thu, 3 Sep 2020 05:33:58 +0200 (CEST) Received: from huawei.com (szxga08-in.huawei.com [45.249.212.255]) by dpdk.org (Postfix) with ESMTP id 2489A1C0AE for ; Thu, 3 Sep 2020 05:33:57 +0200 (CEST) Received: from DGGEMM403-HUB.china.huawei.com (unknown [172.30.72.55]) by Forcepoint Email with ESMTP id CCE51756C68AB1533F84; Thu, 3 Sep 2020 11:33:55 +0800 (CST) Received: from DGGEMM533-MBX.china.huawei.com ([169.254.5.123]) by DGGEMM403-HUB.china.huawei.com ([10.3.20.211]) with mapi id 14.03.0487.000; Thu, 3 Sep 2020 11:33:48 +0800 From: wangyunjian To: "dev@dpdk.org" , Ferruh Yigit , David Marchand CC: "jia.guo@intel.com" , "Lilijun (Jerry)" , xudingke Thread-Topic: [dpdk-dev] [PATCH v4 0/3] fixes for device event Thread-Index: AQHWUR6IznKzFbO1v0i9WGe9JhOFG6lWn9Vw Date: Thu, 3 Sep 2020 03:33:47 +0000 Message-ID: <34EFBCA9F01B0748BEB6B629CE643AE60DA232B1@DGGEMM533-MBX.china.huawei.com> References: In-Reply-To: Accept-Language: en-US Content-Language: zh-CN X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.174.185.168] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-CFilter-Loop: Reflected Subject: Re: [dpdk-dev] [PATCH v4 0/3] fixes for device event X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hi, Ferruh Yigit & David Marchand Could you please give any suggestion? Thanks, Yunjian > -----Original Message----- > From: wangyunjian > Sent: Friday, July 3, 2020 5:44 PM > To: dev@dpdk.org > Cc: jia.guo@intel.com; Lilijun (Jerry) ; xuding= ke > ; wangyunjian > Subject: [dpdk-dev] [PATCH v4 0/3] fixes for device event >=20 > From: Yunjian Wang >=20 > This series include three fixes patches for device event. >=20 > --- > v4: > * add fix a wrong returned value > * remove redundant check suggested by David Marchand >=20 > v3: > * modified the format. >=20 > Yunjian Wang (3): > eal: fix memory leak when removing event_cb > eal: return error code when failure > eal: fix a wrong returned value when callback exists >=20 > lib/librte_eal/common/eal_common_dev.c | 13 ++++++++++--- > 1 file changed, 10 insertions(+), 3 deletions(-) >=20 > -- > 1.8.3.1 >=20