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

Thomas Monjalon thomas at monjalon.net
Fri Jan 18 19:21:19 CET 2019


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: stable at dpdk.org
> 
> Signed-off-by: Hari Kumar Vemula <hari.kumarx.vemula at intel.com>
> Reviewed-by: Honnappa Nagarahalli <Honnappa.nagarahalli at arm.com>
> Acked-by: Reshma Pattan <reshma.pattan at intel.com>
> Acked-by: Pablo de Lara <pablo.de.lara.guarch at intel.com>
> ---
> v5: Removed NULL initialization
> v4: RTE_TAILQ_CAST moved after for loop
> v3: Replaced TAILQ_FOREACH_SAFE with TAILQ_FOREACH
> v2: Updated commit message.
> ---

Applied, thanks





More information about the stable mailing list