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 630C8A034C; Thu, 18 Aug 2022 17:03:45 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0F26740694; Thu, 18 Aug 2022 17:03:45 +0200 (CEST) Received: from inbox.dpdk.org (inbox.dpdk.org [95.142.172.178]) by mails.dpdk.org (Postfix) with ESMTP id 1735F40156 for ; Thu, 18 Aug 2022 17:03:44 +0200 (CEST) Received: by inbox.dpdk.org (Postfix, from userid 33) id E2B70A04FD; Thu, 18 Aug 2022 17:03:43 +0200 (CEST) From: bugzilla@dpdk.org To: dev@dpdk.org Subject: [Bug 1068] [20.11] creating a rule with a shared action after port restart causes a segfault Date: Thu, 18 Aug 2022 15:03:43 +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: 20.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 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 https://bugs.dpdk.org/show_bug.cgi?id=3D1068 Bug ID: 1068 Summary: [20.11] creating a rule with a shared action after port restart causes a segfault Product: DPDK Version: 20.11 Hardware: All OS: All Status: UNCONFIRMED Severity: normal Priority: Normal Component: ethdev Assignee: dev@dpdk.org Reporter: alialnu@nvidia.com Target Milestone: --- To reproduce: $ sudo ./build/app/dpdk-testpmd -n 4 -a 0000:08:00.0 -- -i --rxq=3D4 --txq= =3D4 --hairpinq=3D8 --hairpin-mode=3D0x12 [..] testpmd> flow shared_action 0 destroy action_id 1 testpmd> flow shared_action 0 create action_id 1 ingress action rss queues = 9 8 end level 2 types ipv6 l3-dst-only end func default key_len 40 / end Shared action #1 created testpmd> port stop 0 testpmd> port start 0 testpmd> flow shared_action 0 destroy action_id 1 port_flow_complain(): Caught PMD error type 16 (specific action): invalid shared action: Invalid argument testpmd> flow validate 0 priority 0 ingress group 0 pattern eth / end actio= ns set_mac_dst mac_addr 00:16:3e:3f:0f:4f / shared 1 / end Segmentation fault OS: Ubuntu 20.04 OFED: MLNX_OFED_LINUX-5.7-1.0.2.0 Device: ConnectX-5 Firmware: 16.34.1002 --=20 You are receiving this mail because: You are the assignee for the bug.=