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 C71D0A00BE; Tue, 19 Apr 2022 22:35:34 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 89D464068E; Tue, 19 Apr 2022 22:35:34 +0200 (CEST) Received: from inbox.dpdk.org (inbox.dpdk.org [95.142.172.178]) by mails.dpdk.org (Postfix) with ESMTP id 0ED5E40687 for ; Tue, 19 Apr 2022 22:35:33 +0200 (CEST) Received: by inbox.dpdk.org (Postfix, from userid 33) id 01E96A00C3; Tue, 19 Apr 2022 22:35:32 +0200 (CEST) From: bugzilla@dpdk.org To: dev@dpdk.org Subject: [Bug 996] DPDK:20.11.1: net/ena crash while fetching xstats Date: Tue, 19 Apr 2022 20:35:32 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: DPDK X-Bugzilla-Component: ethdev X-Bugzilla-Version: 20.11 X-Bugzilla-Keywords: X-Bugzilla-Severity: major X-Bugzilla-Who: mk@semihalf.com X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: WONTFIX X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: dev@dpdk.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution cc Message-ID: In-Reply-To: References: 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=3D996 Michal Krawczyk (mk@semihalf.com) changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |WONTFIX CC| |mk@semihalf.com --- Comment #1 from Michal Krawczyk (mk@semihalf.com) --- Hi Amiya, this is associated with lack of the proper MP support of the older ENA PMD = (it supports MP properly starting from DPDK v22.03). The xstats API uses ENA admin queue in DPDK v20.11, and admin queue cannot = be used safely from the secondary process. Those commits were improving the MP support starting from v20.11 to v22.03: net/ena: make ethdev references multi-process safe aab58857330bb4bd03f6699bf1ee716f72993774 net/ena: disable ops not supported by secondary process 39ecdd3dfa15d5ac591ce8d77d362480bff32355 net/ena: proxy AQ calls to primary process (this is the critical patch) e3595539e0e03f0dbb81904f8edaaef0447a4f62 net/ena: enable stats for multi-process mode 3aa3fa851f58873457bdc5c387d0e5956f812322 net/ena/base: make IO memzone unique per port 850e1bb1c72b3d1163b2857ab7a02af11ba29c40 Thanks, Michal --=20 You are receiving this mail because: You are the assignee for the bug.=