Re: [dpdk-dev] [PATCH v2] net/ice: fix flow destroy issue for RSS

2019-11-13 Thread Ye Xiaolong
On 11/13, Simei Su wrote: >In ice_hash_create(), whatever the hash_function is, the filter_ptr->symm >is always 0 and when we destroy the flow, the ice_rem_rss_cfg() is never >carried out. So the destroy function never works well. The patch fixes >this issue and at the same time distinguishes seman

Re: [dpdk-dev] [PATCH v2] net/ice: fix flow destroy issue for RSS

2019-11-13 Thread Zhang, Qi Z
> -Original Message- > From: Su, Simei > Sent: Wednesday, November 13, 2019 10:03 AM > To: Zhang, Qi Z ; Yang, Qiming > > Cc: dev@dpdk.org; Ye, Xiaolong ; Su, Simei > > Subject: [PATCH v2] net/ice: fix flow destroy issue for RSS > > In ice_hash_create(), whatever the hash_function is

[dpdk-dev] [PATCH v2] net/ice: fix flow destroy issue for RSS

2019-11-12 Thread Simei Su
In ice_hash_create(), whatever the hash_function is, the filter_ptr->symm is always 0 and when we destroy the flow, the ice_rem_rss_cfg() is never carried out. So the destroy function never works well. The patch fixes this issue and at the same time distinguishes semanteme between simple_xor and sy