Re: [PATCH net V3] net/mlx4: Fix the check in attaching steering rules

2017-06-01 Thread David Miller
From: Tariq Toukan Date: Thu, 1 Jun 2017 12:16:46 +0300 > From: Talat Batheesh > > 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 onl

[PATCH net V3] net/mlx4: Fix the check in attaching steering rules

2017-06-01 Thread Tariq Toukan
From: Talat Batheesh 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: 89c557687a32 ("net/mlx4_en: Avoid adding steering rules with ...