> -----Original Message-----
> From: Sun, Chenmin <[email protected]>
> Sent: Thursday, July 16, 2020 3:53 AM
> To: Zhang, Qi Z <[email protected]>; Xing, Beilei <[email protected]>; 
> Wu,
> Jingjing <[email protected]>; Wang, Haiyue <[email protected]>
> Cc: [email protected]; Sun, Chenmin <[email protected]>
> Subject: [PATCH V4 2/4] net/i40e: FDIR flow memory management optimization
> 
> From: Chenmin Sun <[email protected]>
> 
> 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 <[email protected]>
Reviewed-by: Jingjing Wu <[email protected]>

Reply via email to