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

2019-01-17 Thread De Lara Guarch, Pablo
Hi, > -Original Message- > From: Vemula, Hari KumarX > Sent: Thursday, January 17, 2019 1:37 PM > To: dev@dpdk.org > Cc: Marohn, Byron ; Pattan, Reshma > ; De Lara Guarch, Pablo > ; Parthasarathy, JananeeX M > ; Vemula, Hari KumarX > ; sta...@dpdk.org > Subject: [PATCH v4] lib/efd: fix to

[dpdk-dev] [PATCH v4] 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 Acked-by: Reshma Pattan Reviewed-by: Honnappa Nagarahalli --- v4: