[dpdk-dev] [PATCH V4 1/4] net/i40e: introducing the fdir space tracking

Wu, Jingjing jingjing.wu at intel.com
Thu Jul 16 15:16:36 CEST 2020



> -----Original Message-----
> From: Sun, Chenmin <chenmin.sun at intel.com>
> Sent: Thursday, July 16, 2020 3:53 AM
> To: Zhang, Qi Z <qi.z.zhang at intel.com>; Xing, Beilei <beilei.xing at intel.com>; Wu,
> Jingjing <jingjing.wu at intel.com>; Wang, Haiyue <haiyue.wang at intel.com>
> Cc: dev at dpdk.org; Sun, Chenmin <chenmin.sun at intel.com>
> Subject: [PATCH V4 1/4] net/i40e: introducing the fdir space tracking
> 
> From: Chenmin Sun <chenmin.sun at intel.com>
> 
> 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 <chenmin.sun at intel.com>
Reviewed-by: Jingjing Wu <jingjing.wu at intel.com>


More information about the dev mailing list