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

2020-05-11 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Raslan Darawsheh > Sent: Wednesday, May 6, 2020 9:58 AM > To: Slava Ovsiienko ; Matan Azrad > > Cc: dev@dpdk.org; Ori Kam ; sta...@dpdk.org > Subject: [PATCH v4] net/mlx5: fix matching for UDP tunnels with verbs > > When creating flow rule with zero spec

[dpdk-dev] [PATCH v4] 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