From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 4C519A0A02; Thu, 14 Jan 2021 14:57:29 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 14DEA1412B1; Thu, 14 Jan 2021 14:57:29 +0100 (CET) Received: from inbox.dpdk.org (xvm-172-178.dc0.ghst.net [95.142.172.178]) by mails.dpdk.org (Postfix) with ESMTP id C9B371412A7 for ; Thu, 14 Jan 2021 14:57:27 +0100 (CET) Received: by inbox.dpdk.org (Postfix, from userid 33) id BA187A0A03; Thu, 14 Jan 2021 14:57:27 +0100 (CET) From: bugzilla@dpdk.org To: dev@dpdk.org Date: Thu, 14 Jan 2021 13:57:27 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: DPDK X-Bugzilla-Component: ethdev X-Bugzilla-Version: 18.11 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: alialnu@nvidia.com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: dev@dpdk.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.dpdk.org/ Auto-Submitted: auto-generated X-Auto-Response-Suppress: All MIME-Version: 1.0 Subject: [dpdk-dev] [Bug 617] [mlx5] packet does not match a corresponding rte_flow rule due to vxlan vni spec validation X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" https://bugs.dpdk.org/show_bug.cgi?id=3D617 Bug ID: 617 Summary: [mlx5] packet does not match a corresponding rte_flow rule due to vxlan vni spec validation Product: DPDK Version: 18.11 Hardware: All OS: All Status: UNCONFIRMED Severity: normal Priority: Normal Component: ethdev Assignee: dev@dpdk.org Reporter: alialnu@nvidia.com Target Milestone: --- Testpmd: """ testpmd -n 4 -w 0000:00:05.0,l3_vxlan_en=3D1 -w 0000:00:06.0,l3_vxlan_en= =3D1 -- -i --rxq=3D5 --txq=3D5 --flow-isolate-all """ Flow rule: """ flow create 1 ingress group 0 pattern eth type is 33024 / vlan vid spec 16= 01=20 vid prefix 8 / ipv6 src spec ::e2dd src mask ffff:ffff:ffff:ffff:ffff:ffff:ffff:0 proto spec 17 proto prefix 0 tc spe= c 0=20 tc mask 0x0 / udp src is 9942 dst spec 4789 dst mask 0xffff / vxlan vni spec 8914560 vni mask 0x000000 / eth type is 33024 / end actions queue index 4 / flag / count / end=20 """ The following scapy packet should match, but it doesn't: """ Ether(dst=3D'00:16:3e:64:47:7d', src=3D'00:16:3e:13:98:e7', type=3D33024)/Dot1Q(prio=3D0, id=3D0, vlan=3D1604, type=3D34525)/IPv6(versi= on=3D6, tc=3D104, fl=3D0, plen=3D1279, nh=3D17, hlim=3D64, src=3D'::f299', dst=3D'2387:10ed:fa33:89f0:b0ac:7f2c:641d:ed5')/UDP(sport=3D9942, dport=3D4= 789, len=3D1279, chksum=3D15512)/VXLAN(flags=3D8, reserved0=3DNone, NextProtocol= =3DNone, reserved1=3D0, gpflags=3DNone, gpid=3DNone, vni=3D4335927, reserved2=3D0)/Ether(dst=3D'00:16:3e:64:47:7d', src=3D'00:16:3e:13:98:e7', type=3D33024)/Dot1Q(prio=3D0, id=3D0, vlan=3D1601, type=3D2048)/IP(version= =3D4, ihl=3D5, tos=3D0, len=3D1245, id=3D1, flags=3D0, frag=3D0, ttl=3D64, proto=3D0, chks= um=3D30750, src=3D'127.0.0.1', dst=3D'127.0.0.1')/Raw(load=3Db'F'*1225)=20 """ NIC: ConnectX-5 OFED: MLNX_OFED_LINUX-5.2-1.0.4.0 Firmware version: 16.29.1016 OS: RHEL 7.4 Kernel: 3.10.0-693.el7.x86_64 gcc: 4.8.5 --=20 You are receiving this mail because: You are the assignee for the bug.=