Re: [dpdk-dev] [PATCH v1] net/ice: add invalid RSS combinations

2021-04-12 Thread Zhang, Qi Z
> -Original Message- > From: Liu, Lingyu > Sent: Thursday, April 8, 2021 11:55 PM > To: dev@dpdk.org; Zhang, Qi Z ; Xing, Beilei > > Cc: Liu, Lingyu > Subject: [PATCH v1] net/ice: add invalid RSS combinations > > When create a rule with following invalid RSS type combinations, it sho

[dpdk-dev] [PATCH v1] net/ice: add invalid RSS combinations

2021-04-08 Thread Liulingyu
When create a rule with following invalid RSS type combinations, it should fails. Invalid RSS combinations list: - ETH_RSS_IPV4 | ETH_RSS_NONFRAG_IPV4_TCP - ETH_RSS_IPV6 | ETH_RSS_NONFRAG_IPV6_TCP This patch adds these combinations in 'invalid_rss_comb' array to do valid check, if the combination