diff options
author | Paul Blakey <paulb@mellanox.com> | 2016-12-14 18:00:58 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-12-17 16:44:35 +0100 |
commit | f93bd17b916959fc20fbb7dc578e1f2657a8c343 (patch) | |
tree | e362e0d647151a2c26d037db341a12d5cabd7783 /arch | |
parent | net/sched: cls_flower: Use mask for addr_type (diff) | |
download | linux-f93bd17b916959fc20fbb7dc578e1f2657a8c343.tar.xz linux-f93bd17b916959fc20fbb7dc578e1f2657a8c343.zip |
net/sched: cls_flower: Use masked key when calling HW offloads
Zero bits on the mask signify a "don't care" on the corresponding bits
in key. Some HWs require those bits on the key to be zero. Since these
bits are masked anyway, it's okay to provide the masked key to all
drivers.
Fixes: 5b33f48842fa ('net/flower: Introduce hardware offload support')
Signed-off-by: Paul Blakey <paulb@mellanox.com>
Reviewed-by: Roi Dayan <roid@mellanox.com>
Acked-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions