mbox series

[v5,0/3] fixes for device event

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

Message

Yunjian Wang Oct. 21, 2020, 11:18 a.m. UTC
  From: Yunjian Wang <wangyunjian@huawei.com>

This series include three fixes patches for device event.

---
v5:
 * update patch 3/3 code styles suggested by David Marchand

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 | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)
  

Comments

David Marchand Oct. 23, 2020, 11:37 a.m. UTC | #1
On Wed, Oct 21, 2020 at 1:18 PM wangyunjian <wangyunjian@huawei.com> wrote:
>
> From: Yunjian Wang <wangyunjian@huawei.com>
>
> This series include three fixes patches for device event.

For the series,
Acked-by: David Marchand <david.marchand@redhat.com>

Applied, thanks.