]> 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)
commitd57ac6cfc9d41729dffb94bf45bd73723a138e8e
treeb5a2e18d98948d219041402de5a78e35d829f93d
parent50eda6ea9527db9b751a444ed1b80fbf87ff475a
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: 970209aa364d ("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