Re: [dpdk-dev] [PATCH v5] lib/efd: fix to free tail queue entry after use

2019-01-18 Thread Thomas Monjalon
18/01/2019 08:40, Hari Kumar Vemula: > In rte_efd_create() allocated memory for tail queue entry but > not freed. > Added freeing the tail queue entry. > > Fixes: 56b6ef874f80 ("efd: new Elastic Flow Distributor library") > Cc: sta...@dpdk.org > > Signed-off-by: Hari Kumar Vemula > Reviewed-by:

[dpdk-dev] [PATCH v5] lib/efd: fix to free tail queue entry after use

2019-01-17 Thread Hari Kumar Vemula
In rte_efd_create() allocated memory for tail queue entry but not freed. Added freeing the tail queue entry. Fixes: 56b6ef874f80 ("efd: new Elastic Flow Distributor library") Cc: sta...@dpdk.org Signed-off-by: Hari Kumar Vemula Reviewed-by: Honnappa Nagarahalli Acked-by: Reshma Pattan Acked-by