Re: [dpdk-dev] [PATCH v5 0/4] net/ice: fix memory release in FDIR

2019-11-13 Thread Ye Xiaolong
On 11/13, Wang ShougangX wrote: >These patches include FDIR memory resource fixes related to ICE driver. >Patch 1: fix memzone reserve and release in FDIR >Patch 2: fix removal of FDIR profile >Patch 3: fix FDIR counter resource release >Patch 4: fix wild pointer > >--- >v5 changes: > Changed loop

[dpdk-dev] [PATCH v5 0/4] net/ice: fix memory release in FDIR

2019-11-12 Thread Wang ShougangX
These patches include FDIR memory resource fixes related to ICE driver. Patch 1: fix memzone reserve and release in FDIR Patch 2: fix removal of FDIR profile Patch 3: fix FDIR counter resource release Patch 4: fix wild pointer --- v5 changes: Changed loop start index in ice_fdir_prof_alloc().