commit | a5fcf8a6c968ed8e312ff0b2a55d4c62d821eabb | [log] [tgz] |
---|---|---|
author | Jiri Pirko <jiri@mellanox.com> | Tue Jun 06 17:00:16 2017 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu Jun 08 09:55:53 2017 -0400 |
tree | d7ad6227c33518bb2339cb2e2190f7db407cebb8 | |
parent | 50dffe7fad6c156c2928e45c19ff7b86eb951f4c [diff] |
net: propagate tc filter chain index down the ndo_setup_tc call We need to push the chain index down to the drivers, so they have the information to which chain the rule belongs. For now, no driver supports multichain offload, so only chain 0 is supported. This is needed to prevent chain squashes during offload for now. Later this will be used to implement multichain offload. Signed-off-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>