commit | c561da68038a738f30eca21456534c2d1872d13d | [log] [tgz] |
---|---|---|
author | Maxime Chevallier <maxime.chevallier@bootlin.com> | Fri May 24 12:05:53 2019 +0200 |
committer | David S. Miller <davem@davemloft.net> | Sat May 25 16:38:15 2019 -0700 |
tree | 30323d47be775abf7ef960878aa67845a952d94e | |
parent | 895586d5dc32ef1017830ee6a4162e6f158b99f3 [diff] |
net: mvpp2: cls: Extract the RSS context when parsing the ethtool rule ethtool_rx_flow_rule_create takes into parameter the ethtool flow spec, which doesn't contain the rss context id. We therefore need to extract it ourself before parsing the ethtool rule. The FLOW_RSS flag is only set in info->fs.flow_type, and not info->flow_type. Signed-off-by: Maxime Chevallier <maxime.chevallier@bootlin.com> Signed-off-by: David S. Miller <davem@davemloft.net>