]> git.baikalelectronics.ru Git - kernel.git/commit
net/mlx4: Fix the check in attaching steering rules
authorTalat Batheesh <talatb@mellanox.com>
Sun, 4 Jun 2017 11:30:07 +0000 (14:30 +0300)
committerDavid S. Miller <davem@davemloft.net>
Mon, 5 Jun 2017 03:10:05 +0000 (23:10 -0400)
commit1526db0ad852c64e042d99d58f3bc674bafb36fd
treeb5a2e18d98948d219041402de5a78e35d829f93d
parent1417c95d5f40efc44328ec834671ae34bbc9002a
net/mlx4: Fix the check in attaching steering rules

Our previous patch (cited below) introduced a regression
for RAW Eth QPs.

Fix it by checking if the QP number provided by user-space
exists, hence allowing steering rules to be added for valid
QPs only.

Fixes: 18d3e6b0e807 ("net/mlx4_en: Avoid adding steering rules with invalid ring")
Reported-by: Or Gerlitz <gerlitz.or@gmail.com>
Signed-off-by: Talat Batheesh <talatb@mellanox.com>
Signed-off-by: Tariq Toukan <tariqt@mellanox.com>
Acked-by: Or Gerlitz <ogerlitz@mellanox.com>
Reviewed-by: Leon Romanovsky <leonro@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mellanox/mlx4/en_ethtool.c
drivers/net/ethernet/mellanox/mlx4/mcg.c
drivers/net/ethernet/mellanox/mlx4/qp.c
include/linux/mlx4/qp.h