> -----Original Message-----
> From: Sun, Chenmin <chenmin....@intel.com>
> Sent: Thursday, July 16, 2020 3:53 AM
> To: Zhang, Qi Z <qi.z.zh...@intel.com>; Xing, Beilei <beilei.x...@intel.com>; 
> Wu,
> Jingjing <jingjing...@intel.com>; Wang, Haiyue <haiyue.w...@intel.com>
> Cc: dev@dpdk.org; Sun, Chenmin <chenmin....@intel.com>
> Subject: [PATCH V4 2/4] net/i40e: FDIR flow memory management optimization
> 
> From: Chenmin Sun <chenmin....@intel.com>
> 
> This patch allocated some memory pool for flow management to avoid
> calling rte_zmalloc/rte_free every time.
> This patch also improves the hash table operation. When adding/removing
> a flow, the software will directly add/delete it from the hash table.
> If any error occurs, it then roll back the operation it just done.
> 
> Signed-off-by: Chenmin Sun <chenmin....@intel.com>
Reviewed-by: Jingjing Wu <jingjing...@intel.com>

Reply via email to