Re: [dpdk-dev] [PATCH] net/mlx5: change tunnel flow priority

2018-02-16 Thread Adrien Mazarguil
A few commit log rewording suggestions for clarity and a couple of additional comments below, otherwise patch looks fine. On Thu, Feb 15, 2018 at 10:23:29AM +0100, Nelio Laranjeiro wrote: > Packet matching inner and outer flow rules are catch by the first one catch => caught > added in the devic

[dpdk-dev] [PATCH] net/mlx5: change tunnel flow priority

2018-02-15 Thread Nelio Laranjeiro
Packet matching inner and outer flow rules are catch by the first one added in the device as both flows are configured with the same priority. To avoid such situation, the inner flow can have an higher priority than the outer ones as their pattern matching will not collide. Signed-off-by: Nelio La