Re: [dpdk-dev] [PATCH] lib: fix to free trail queue entry after use

2018-11-13 Thread Pattan, Reshma
> -Original Message- > From: Vemula, Hari KumarX > Sent: Tuesday, November 13, 2018 11:46 AM > To: dev@dpdk.org > Cc: Pattan, Reshma ; Marohn, Byron > ; De Lara Guarch, Pablo > ; Vemula, Hari KumarX > ; sta...@dpdk.org > Subject: [PATCH] lib: fix to free trail queue entry after use Nit:

[dpdk-dev] [PATCH] lib: fix to free trail queue entry after use

2018-11-13 Thread Hari Kumar Vemula
In rte_efd_create() allocated memory for trail queue entry but not freed. Added freeing the trail queue entry. Fixes: 56b6ef874f80 ("efd: new Elastic Flow Distributor library") Cc: sta...@dpdk.org Signed-off-by: Hari Kumar Vemula --- lib/librte_efd/rte_efd.c | 21 + 1 file c