Re: [dpdk-dev] [dpdk-dev v3 2/2] net/ice: enable new input set for rss hash

2020-07-02 Thread Jeff Guo
hi, qi Please expect the separate patch on next version and hope it would help to review again, thanks. On 7/1/2020 9:02 PM, Zhang, Qi Z wrote: Please also separate this patch into code refactor purpose and new features -Original Message- From: Guo, Jia Sent: Sunday, June 21, 2020

Re: [dpdk-dev] [dpdk-dev v3 2/2] net/ice: enable new input set for rss hash

2020-07-01 Thread Zhang, Qi Z
Please also separate this patch into code refactor purpose and new features > -Original Message- > From: Guo, Jia > Sent: Sunday, June 21, 2020 10:09 PM > To: Zhang, Qi Z ; Yang, Qiming > > Cc: Ye, Xiaolong ; dev@dpdk.org; Wu, Jingjing > ; Guo, Junfeng ; Su, Simei > ; Guo, Jia > Subject

[dpdk-dev] [dpdk-dev v3 2/2] net/ice: enable new input set for rss hash

2020-06-21 Thread Jeff Guo
PF could add or delete a RSS rule base on the PF's hash capability. Some new rss input set will be supported, the protocols as below: eth/vlan/l2tpv3/esp/ah/pfcp/gtpu. Signed-off-by: Jeff Guo --- v3->v2: refince code sturcture and fix simple xor issue fix some typos --- drivers/net/ice/ice_hash.