> -----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 1/4] net/i40e: introducing the fdir space tracking > > From: Chenmin Sun <[email protected]> > > This patch introduces a fdir flow management for guaranteed/shared > space tracking. > The fdir space is reported by the > i40e_hw_capabilities.fd_filters_guaranteed and fd_filters_best_effort. > The fdir space is managed by hardware and now is tracking in software. > The management algorithm is controlled by the GLQF_CTL.INVALPRIO. > Detailed implementation please check in the datasheet and the > description of struct i40e_fdir_info.fdir_invalprio. > > This patch changes the global register GLQF_CTL. Therefore, when devarg > ``support-multi-driver`` is set, the patch will not take effect to > avoid affecting the normal behavior of other i40e drivers, e.g., Linux > kernel driver. > > Signed-off-by: Chenmin Sun <[email protected]> Reviewed-by: Jingjing Wu <[email protected]>
- [dpdk-dev] [PATCH V2] net/i40e: i40e FDIR update rate optimi... chenmin . sun
- Re: [dpdk-dev] [PATCH V2] net/i40e: i40e FDIR update ra... Zhang, Qi Z
- [dpdk-dev] [PATCH V3 0/2] i40e FDIR update rate optimiz... chenmin . sun
- [dpdk-dev] [PATCH V3 2/2] net/i40e: i40e FDIR updat... chenmin . sun
- [dpdk-dev] [PATCH V3 1/2] net/i40e: i40e FDIR updat... chenmin . sun
- [dpdk-dev] [PATCH V4 0/4] i40e FDIR update rate opt... chenmin . sun
- [dpdk-dev] [PATCH V4 3/4] net/i40e: move the i4... chenmin . sun
- [dpdk-dev] [PATCH V4 1/4] net/i40e: introducing... chenmin . sun
- Re: [dpdk-dev] [PATCH V4 1/4] net/i40e: int... Wu, Jingjing
- [dpdk-dev] [PATCH V4 2/4] net/i40e: FDIR flow m... chenmin . sun
- Re: [dpdk-dev] [PATCH V4 2/4] net/i40e: FDI... Wu, Jingjing
- [dpdk-dev] [PATCH V4 4/4] net/i40e: FDIR update... chenmin . sun
- Re: [dpdk-dev] [PATCH V4 4/4] net/i40e: FDI... Wu, Jingjing
- Re: [dpdk-dev] [PATCH V4 4/4] net/i40e... Sun, Chenmin
- [dpdk-dev] [PATCH v5 0/4] i40e FDIR update rate... chenmin . sun
- [dpdk-dev] [PATCH v5 1/4] net/i40e: introdu... chenmin . sun
- [dpdk-dev] [PATCH v5 4/4] net/i40e: FDIR up... chenmin . sun
- [dpdk-dev] [PATCH v5 3/4] net/i40e: move th... chenmin . sun
- [dpdk-dev] [PATCH v5 2/4] net/i40e: FDIR fl... chenmin . sun

