commit | 1dbd0d373ac338903d27fab5204b13122cc5accd | [log] [tgz] |
---|---|---|
author | Hadar Hen Zion <hadarh@mellanox.com> | Thu Aug 18 21:09:07 2016 +0300 |
committer | David S. Miller <davem@davemloft.net> | Fri Aug 19 16:09:56 2016 -0700 |
tree | e45e65d85d123d8eb76c77d279527913235cfa43 | |
parent | 6c3b4f90861c7ed59d0287b0ff7f2623f9d93d73 [diff] |
net/mlx5e: Use correct flow dissector key on flower offloading The wrong key is used when extracting the address type field set by the flower offload code. We have to use the control key and not the basic key, fix that. Fixes: e3a2b7ed018e ('net/mlx5e: Support offload cls_flower with drop action') Signed-off-by: Hadar Hen Zion <hadarh@mellanox.com> Signed-off-by: Saeed Mahameed <saeedm@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>