Re: [PATCH net] net/mlx5: DR, Allow insertion of duplicate rules

2019-10-08 Thread Jakub Kicinski
On Mon, 7 Oct 2019 16:13:25 +0300, Tariq Toukan wrote: > From: Alex Vesker > > Duplicate rules were not allowed to be configured with SW steering. > This restriction caused failures with the replace rule logic done by > upper layers. > > This fix allows for multiple rules with the same match va

[PATCH net] net/mlx5: DR, Allow insertion of duplicate rules

2019-10-07 Thread Tariq Toukan
From: Alex Vesker Duplicate rules were not allowed to be configured with SW steering. This restriction caused failures with the replace rule logic done by upper layers. This fix allows for multiple rules with the same match values, in such case the first inserted rules will match. Fixes: 41d070