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

2017-05-25 Thread Tariq Toukan
On 25/05/2017 4:21 PM, Tariq Toukan wrote: 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

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

2017-05-25 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 ...