> -----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]>
- Re: [dpdk-dev] [PATCH V2] net/i40e: i40e FDIR update rate op... Zhang, Qi Z
- [dpdk-dev] [PATCH V3 0/2] i40e FDIR update rate optimization chenmin . sun
- [dpdk-dev] [PATCH V3 2/2] net/i40e: i40e FDIR update ra... chenmin . sun
- [dpdk-dev] [PATCH V3 1/2] net/i40e: i40e FDIR update ra... chenmin . sun
- [dpdk-dev] [PATCH V4 0/4] i40e FDIR update rate optimiz... chenmin . sun
- [dpdk-dev] [PATCH V4 3/4] net/i40e: move the i40e_g... chenmin . sun
- [dpdk-dev] [PATCH V4 1/4] net/i40e: introducing the... chenmin . sun
- Re: [dpdk-dev] [PATCH V4 1/4] net/i40e: introdu... Wu, Jingjing
- [dpdk-dev] [PATCH V4 2/4] net/i40e: FDIR flow memor... chenmin . sun
- Re: [dpdk-dev] [PATCH V4 2/4] net/i40e: FDIR fl... Wu, Jingjing
- [dpdk-dev] [PATCH V4 4/4] net/i40e: FDIR update rat... chenmin . sun
- Re: [dpdk-dev] [PATCH V4 4/4] net/i40e: FDIR up... Wu, Jingjing
- Re: [dpdk-dev] [PATCH V4 4/4] net/i40e: FDI... Sun, Chenmin
- [dpdk-dev] [PATCH v5 0/4] i40e FDIR update rate opt... chenmin . sun
- [dpdk-dev] [PATCH v5 1/4] net/i40e: introducing... chenmin . sun
- [dpdk-dev] [PATCH v5 4/4] net/i40e: FDIR update... chenmin . sun
- [dpdk-dev] [PATCH v5 3/4] net/i40e: move the i4... chenmin . sun
- [dpdk-dev] [PATCH v5 2/4] net/i40e: FDIR flow m... chenmin . sun
- [dpdk-dev] [PATCH v6 0/4] i40e FDIR update rate... chenmin . sun
- [dpdk-dev] [PATCH v6 4/4] net/i40e: FDIR up... chenmin . sun

