[dpdk-dev] [PATCH v2 0/2] Safe tailq element removal in i40e driver

Thomas Monjalon thomas.monjalon at 6wind.com
Fri Jul 22 18:23:18 CEST 2016


2016-07-22 15:02, Pablo de Lara:
> i40e driver was removing elements when iterating tailq lists 
> with TAILQ_FOREACH macro, which is not safe.
> Instead, TAILQ_FOREACH_SAFE macro is used when removing/freeing
> these elements, which is defined in DPDK if it is not already
> defined (in FreeBSD).

Applied, thanks


More information about the dev mailing list