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

2018-11-23 Thread Maxime Coquelin
On 11/23/18 2:30 PM, Maxime Coquelin wrote: On 11/14/18 12:17 PM, Hari Kumar Vemula wrote: 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 Sig

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

2018-11-23 Thread Maxime Coquelin
On 11/14/18 12:17 PM, Hari Kumar Vemula wrote: 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

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

2018-11-18 Thread Thomas Monjalon
This patch is not trivial, it may require an ack from a maintainer, Pablo is unavailable this month. Byron, any comment please? 14/11/2018 12:17, Hari Kumar Vemula: > In rte_efd_create() allocated memory for tail queue entry but > not freed. > Added freeing the tail queue entry. > > Fixes: 56b6ef