mbox series

[v4,0/3] fixes for device event

Message ID cover.1593768308.git.wangyunjian@huawei.com (mailing list archive)
Headers
Series fixes for device event |

Message

Yunjian Wang July 3, 2020, 9:44 a.m. UTC
  From: Yunjian Wang <wangyunjian@huawei.com>

This series include three fixes patches for device event.

---
v4:
 * add fix a wrong returned value
 * remove redundant check suggested by David Marchand

v3:
 * modified the format.

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

 lib/librte_eal/common/eal_common_dev.c | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)
  

Comments

Yunjian Wang Sept. 3, 2020, 3:33 a.m. UTC | #1
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) <jerry.lilijun@huawei.com>; xudingke
> <xudingke@huawei.com>; wangyunjian <wangyunjian@huawei.com>
> Subject: [dpdk-dev] [PATCH v4 0/3] fixes for device event
> 
> From: Yunjian Wang <wangyunjian@huawei.com>
> 
> This series include three fixes patches for device event.
> 
> ---
> v4:
>  * add fix a wrong returned value
>  * remove redundant check suggested by David Marchand
> 
> v3:
>  * modified the format.
> 
> 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
> 
>  lib/librte_eal/common/eal_common_dev.c | 13 ++++++++++---
>  1 file changed, 10 insertions(+), 3 deletions(-)
> 
> --
> 1.8.3.1
>