Re: [dpdk-dev] [PATCH V4 2/4] net/i40e: FDIR flow memory management optimization

2020-07-16 Thread Wu, Jingjing
> -Original Message- > From: Sun, Chenmin > Sent: Thursday, July 16, 2020 3:53 AM > To: Zhang, Qi Z ; Xing, Beilei ; > Wu, > Jingjing ; Wang, Haiyue > Cc: dev@dpdk.org; Sun, Chenmin > Subject: [PATCH V4 2/4] net/i40e: FDIR flow memory management optimization > > From: Chenmin Sun >

[dpdk-dev] [PATCH V4 2/4] net/i40e: FDIR flow memory management optimization

2020-07-15 Thread chenmin . sun
From: Chenmin Sun 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