Re: [dpdk-dev] [PATCH] net/ice: refactor PF RSS

2021-01-10 Thread Zhang, Qi Z
> -Original Message- > From: Ding, Xuan > Sent: Friday, January 8, 2021 4:39 PM > To: Zhang, Qi Z ; Wu, Jingjing ; > Xing, Beilei > Cc: dev@dpdk.org; Wang, Haiyue ; Guo, Jia > ; Su, Simei ; Yan, Zhirun > ; Ding, Xuan > Subject: [PATCH] net/ice: refactor PF RSS > > This patch refactor

[dpdk-dev] [PATCH] net/ice: refactor PF RSS

2021-01-08 Thread Xuan Ding
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 t