[dpdk-dev] [PATCH] net/mlx5: fix validation of VXLAN/VXLAN-GPE specs

2020-03-23 Thread Raslan Darawsheh
Trying to create zero spec for vni wasn't allowed, to avoid matching all packets from previous layer (udp). This behavior is incorrect, since VXLAN is being identified through the outer UDP destination port. Currently, if the user didn't specify outer UDP destination port the PMD will automaticall

Re: [dpdk-dev] [PATCH] net/mlx5: fix validation of VXLAN/VXLAN-GPE specs

2020-03-23 Thread Matan Azrad
From: Raslan Darawsheh > Trying to create zero spec for vni wasn't allowed, to avoid matching all > packets from previous layer (udp). > This behavior is incorrect, since VXLAN is being identified through the outer > UDP destination port. > > Currently, if the user didn't specify outer UDP desti

Re: [dpdk-dev] [PATCH] net/mlx5: fix validation of VXLAN/VXLAN-GPE specs

2020-03-24 Thread Raslan Darawsheh
Hi, > -Original Message- > From: dev On Behalf Of Raslan Darawsheh > Sent: Monday, March 23, 2020 4:22 PM > To: Matan Azrad ; Slava Ovsiienko > > Cc: dev@dpdk.org; sta...@dpdk.org > Subject: [dpdk-dev] [PATCH] net/mlx5: fix validation of VXLAN/VXLAN-GPE > specs &g