diff options
author | Paul Blakey <paulb@mellanox.com> | 2017-07-06 16:40:34 +0300 |
---|---|---|
committer | Saeed Mahameed <saeedm@mellanox.com> | 2017-07-27 16:40:17 +0300 |
commit | bcec601f30fb41e9233674942fa4040a6e63657a (patch) | |
tree | 01bacc16c360108ecf9452b4d995eb17b679b986 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | f08c39ed0bfb503c7b3e013cd40d036ce6a0941a (diff) | |
download | linux-bcec601f30fb41e9233674942fa4040a6e63657a.tar.xz |
net/mlx5: Fix mlx5_add_flow_rules call with correct num of dests
When adding ethtool steering rule with action DISCARD we wrongly
pass a NULL dest with dest_num 1 to mlx5_add_flow_rules().
What this error seems to have caused is sending VPORT 0
(MLX5_FLOW_DESTINATION_TYPE_VPORT) as the fte dest instead of no dests.
We have fte action correctly set to DROP so it might been ignored
anyways.
To reproduce use:
# sudo ethtool --config-nfc <dev> flow-type ether \
dst aa:bb:cc:dd:ee:ff action -1
Fixes: 74491de93712 ("net/mlx5: Add multi dest support")
Signed-off-by: Paul Blakey <paulb@mellanox.com>
Reviewed-by: Mark Bloch <markb@mellanox.com>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions