> -----Original Message-----
> From: Ding, Xuan <[email protected]>
> Sent: Friday, January 8, 2021 4:39 PM
> To: Zhang, Qi Z <[email protected]>; Wu, Jingjing <[email protected]>;
> Xing, Beilei <[email protected]>
> Cc: [email protected]; Wang, Haiyue <[email protected]>; Guo, Jia
> <[email protected]>; Su, Simei <[email protected]>; Yan, Zhirun
> <[email protected]>; Ding, Xuan <[email protected]>
> 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 <[email protected]>
Acked-by: Qi Zhang <[email protected]>
Applied to dpdk-next-net-intel.
Thanks
Qi