Re: [dpdk-dev] [PATCH 28/28] net/ice/base: update Max TCAM/PTG Per Profile

2021-08-09 Thread Guo, Junfeng
> -Original Message- > From: Zhang, Qi Z > Sent: Tuesday, August 10, 2021 10:52 > To: Yang, Qiming > Cc: Guo, Junfeng ; dev@dpdk.org; Zhang, Qi Z > > Subject: [PATCH 28/28] net/ice/base: update Max TCAM/PTG Per Profile > > For GTPoGRE protocol in AVF FDIR/RSS, the number of associate

[dpdk-dev] [PATCH 28/28] net/ice/base: update Max TCAM/PTG Per Profile

2021-08-09 Thread Qi Zhang
For GTPoGRE protocol in AVF FDIR/RSS, the number of associated PTGs of one Profile may exceeds the defined ICE_MAX_PTG_PER_PROFILE and ICE_MAX_TCAM_PER_PROFILE. In those cases, some PTGs may be missed, and therefore, the related and received packets will not have hash values. Thus, this patch updat