Re: [dpdk-dev] [PATCH] net/ice: fix flow fdir/switch memory leak.

2020-01-22 Thread Ye Xiaolong
On 01/16, taox@intel.com wrote: >From: Tao Zhu > >1. Fix ice fdir and hash flow memory leak. >2. Fix the ice definition of LIST_FOR_EACH_ENTRY_SAFE not > save tmp which cause list deletion incompletely. > >Fixes: 5f0978e9622 ("net/ice/base: add OS specific implementation") >Fixes: f5cafa961

[dpdk-dev] [PATCH] net/ice: fix flow fdir/switch memory leak.

2020-01-16 Thread taox . zhu
From: Tao Zhu 1. Fix ice fdir and hash flow memory leak. 2. Fix the ice definition of LIST_FOR_EACH_ENTRY_SAFE not save tmp which cause list deletion incompletely. Fixes: 5f0978e9622 ("net/ice/base: add OS specific implementation") Fixes: f5cafa961fa ("net/ice: add flow director create and d