> -----Original Message-----
> From: Ding, Xuan <xuan.d...@intel.com>
> Sent: Friday, January 8, 2021 4:39 PM
> To: Zhang, Qi Z <qi.z.zh...@intel.com>; Wu, Jingjing <jingjing...@intel.com>;
> Xing, Beilei <beilei.x...@intel.com>
> Cc: dev@dpdk.org; Wang, Haiyue <haiyue.w...@intel.com>; Guo, Jia
> <jia....@intel.com>; Su, Simei <simei...@intel.com>; Yan, Zhirun
> <zhirun....@intel.com>; Ding, Xuan <xuan.d...@intel.com>
> Subject: [PATCH] net/ice: refactor PF RSS
>
> This patch refactors the PF RSS code based on the below design:
> 1. ice_pattern_match_item->input_set_mask is the superset of
> ETH_RSS_xxx.
> 2. ice_pattern_match_item->meta is the ice_rss_hash_cfg template.
> 3. ice_hash_parse_pattern will generate pattern hint.
> 4. ice_hash_parse_action will refine the ice_rss_hash_cfg based on
> the pattern hint and rss_type.
> 5. The refine process includes:
> 1) refine protocol headers(VLAN/PPPOE/GTPU).
> 2) refine hash bit fields of l2, l3, l4.
> 3) refine hash bit fields for gtpu header.
>
> Signed-off-by: Xuan Ding <xuan.d...@intel.com>
Acked-by: Qi Zhang <qi.z.zh...@intel.com>
Applied to dpdk-next-net-intel.
Thanks
Qi