On Mon, Mar 14, 2016 at 09:02:04AM +, Jiangu Zhao wrote:
> The old code still uses entry in the next loop of LIST_FOREACH after free()
> in i40e_res_pool_destroy().
> Change to a safe way to free entry, which is similar with LIST_FOREACH_SAFE
> in FreeBSD.
>
> Signed-off-by: Jiangu Zhao
Th
The old code still uses entry in the next loop of LIST_FOREACH after free() in
i40e_res_pool_destroy().
Change to a safe way to free entry, which is similar with LIST_FOREACH_SAFE in
FreeBSD.
Signed-off-by: Jiangu Zhao
---
drivers/net/i40e/i40e_ethdev.c | 10 +++---
1 file changed, 7 inser
2 matches
Mail list logo