commit | 7bd754c47dd3ad1b048c9641294b0234fcce2c58 | [log] [tgz] |
---|---|---|
author | Jose Abreu <Jose.Abreu@synopsys.com> | Fri Jan 10 16:23:53 2020 +0100 |
committer | David S. Miller <davem@davemloft.net> | Fri Jan 10 11:31:10 2020 -0800 |
tree | 38fc39ed6e89dd30ede27dfe283059531007f882 | |
parent | e715d74504352968cf24ac95476706bc911a69cd [diff] |
net: stmmac: tc: Do not setup flower filtering if RSS is enabled RSS, when enabled, will bypass the L3 and L4 filtering causing it not to work. Add a check before trying to setup the filters. Fixes: 425eabddaf0f ("net: stmmac: Implement L3/L4 Filters using TC Flower") Signed-off-by: Jose Abreu <Jose.Abreu@synopsys.com> Signed-off-by: David S. Miller <davem@davemloft.net>