Re: [dpdk-dev] [PATCH v4] net/iavf: fix invalid RSS combinations rule can be created

2020-12-23 Thread Guo, Jia
Acked-by: Jeff Guo > -Original Message- > From: Murphy Yang > Sent: Wednesday, December 23, 2020 4:04 PM > To: dev@dpdk.org > Cc: Yang, Qiming ; Guo, Jia ; > Zhang, Qi Z ; Yang, SteveX ; > Wu, Jingjing ; Xing, Beilei ; > Yang, MurphyX > Subject: [PATCH v4] net/iavf: fix invalid RSS comb

[dpdk-dev] [PATCH v4] net/iavf: fix invalid RSS combinations rule can be created

2020-12-23 Thread Murphy Yang
Currently, when use 'flow' command to create a rule that combine with several RSS types, even the RSS type combination is invalid, it also be created successfully. Here list some invalid RSS combinations: - ETH_RSS_IPV4 | ETH_RSS_NONFRAG_IPV4_TCP - ETH_RSS_IPV6 | ETH_RSS_NONFRAG_IPV6_TCP - ETH_