Re: [dpdk-dev] [PATCH] net/mlx5: fix matching for UDP tunnels with verbs

2020-05-05 Thread Slava Ovsiienko
> -Original Message- > From: Raslan Darawsheh > Sent: Tuesday, May 5, 2020 12:42 > To: Slava Ovsiienko ; Matan Azrad > > Cc: dev@dpdk.org; Ori Kam ; sta...@dpdk.org > Subject: [PATCH] net/mlx5: fix matching for UDP tunnels with verbs > > When creating flow rule with zero specs it will ca

[dpdk-dev] [PATCH] net/mlx5: fix matching for UDP tunnels with verbs

2020-05-05 Thread Raslan Darawsheh
When creating flow rule with zero specs it will cause matching all UDP packets like following: eth / ipv4 / udp / vxlan / end Such rule will match all udp packets. This change the behavior to match the dv flow engine which will automatically set the match on relative outer UDP port if the user di