https://bugs.dpdk.org/show_bug.cgi?id=886
Bug ID: 886 Summary: mlx5 packet does not match rte_flow VXLAN if destination port is non-standard Product: DPDK Version: 21.08 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: Normal Component: ethdev Assignee: dev@dpdk.org Reporter: sunnyla...@gmail.com Target Milestone: --- Created attachment 178 --> https://bugs.dpdk.org/attachment.cgi?id=178&action=edit program to reproduce bug I'm trying to use rte_flow API on ConnectX-5 Ethernet adapter with rte_net_mlx5 driver to match incoming VXLAN traffic. If the destination UDP port is 4789, packets are received by the DPDK application as expected. If the destination UDP port is a non-standard port such as 14789 (specified both on the remote host and in the flow pattern), packets are not reaching the application. -- You are receiving this mail because: You are the assignee for the bug.