Re: [PATCH net 2/3] net/mlx4_en: Avoid adding steering rules with invalid ring

2017-05-10 Thread Or Gerlitz
On Tue, May 9, 2017 at 2:45 PM, Tariq Toukan wrote: > From: Talat Batheesh > > Inserting steering rules with illegal ring is an invalid operation, block it. Hi Dave, I realized today that the patch introduced a regression, Tariq will see if to revert it as a whole or fix the regression. Just w

[PATCH net 2/3] net/mlx4_en: Avoid adding steering rules with invalid ring

2017-05-09 Thread Tariq Toukan
From: Talat Batheesh Inserting steering rules with illegal ring is an invalid operation, block it. Fixes: 820672812f82 ('net/mlx4_en: Manage flow steering rules with ethtool') Signed-off-by: Talat Batheesh Signed-off-by: Tariq Toukan --- drivers/net/ethernet/mellanox/mlx4/en_ethtool.c | 5 +++