Re: [dpdk-dev] [PATCH v2] net/ice: ignore error when remove RSS rule

2019-11-13 Thread Ye Xiaolong
On 11/14, Qi Zhang wrote: >Currently, multiple rte_flow RSS rules may map to the same >hardware rule if a later rule is just for input set change or >symm turn on/off. So after one of the rules be destroyed, we will >get error ICE_ERR_DOES_NOT_EXIST when destroying any other rules. >The patch simpl

[dpdk-dev] [PATCH v2] net/ice: ignore error when remove RSS rule

2019-11-13 Thread Qi Zhang
Currently, multiple rte_flow RSS rules may map to the same hardware rule if a later rule is just for input set change or symm turn on/off. So after one of the rules be destroyed, we will get error ICE_ERR_DOES_NOT_EXIST when destroying any other rules. The patch simply fixes this by ignoring this e