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 6074945CE8; Mon, 11 Nov 2024 12:02:19 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 49EC140E0C; Mon, 11 Nov 2024 12:02:19 +0100 (CET) Received: from inbox.dpdk.org (inbox.dpdk.org [95.142.172.178]) by mails.dpdk.org (Postfix) with ESMTP id 7F6154060C for ; Mon, 11 Nov 2024 12:02:17 +0100 (CET) Received: by inbox.dpdk.org (Postfix, from userid 33) id 6E74C45CE9; Mon, 11 Nov 2024 12:02:17 +0100 (CET) From: bugzilla@dpdk.org To: dev@dpdk.org Subject: [DPDK/ethdev Bug 1575] The 82599ES NIC encounters a core dump when using dpdk-proc-info to retrieve firmware information. Date: Mon, 11 Nov 2024 11:02:16 +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: 23.11 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: junwang01@cestc.cn 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: multipart/alternative; boundary=17313229370.A9C144a.3051649 Content-Transfer-Encoding: 7bit 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 --17313229370.A9C144a.3051649 Date: Mon, 11 Nov 2024 12:02:17 +0100 MIME-Version: 1.0 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 https://bugs.dpdk.org/show_bug.cgi?id=3D1575 Bug ID: 1575 Summary: The 82599ES NIC encounters a core dump when using dpdk-proc-info to retrieve firmware information. Product: DPDK Version: 23.11 Hardware: All OS: All Status: UNCONFIRMED Severity: normal Priority: Normal Component: ethdev Assignee: dev@dpdk.org Reporter: junwang01@cestc.cn Target Milestone: --- Hi, I am using an 82599ES NIC and encountered a core dump when executing dpdk-proc-info to retrieve firmware information. I added some debug print statements in the ixgbe driver and found that the core dump occurred in ixgbe_get_oem_prod_version. Additionally, my x710 NIC is able to retrieve firmware information without any issues. # /dpdk/app/dpdk-proc-info -- -p 1 --firmware-version =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D show - firmware version =3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D ixgbe_fw_version_get(): ixgbe_fw_version_get hw:0x17ff11440 ixgbe_get_oem_prod_version(): ixgbe_get_oem_prod_version 111 read:0x63e52f Segmentation fault (core dumped) # /dpdk/app/dpdk-proc-info -- -p 4 --firmware-version =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D show - firmware version =3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D Ethdev port 2 firmware version: 8.15 0x8000a4e8 1.2879.0 # lspci |grep Eth 3b:00.0 Ethernet controller: Intel Corporation 82599ES 10-Gigabit SFI/SFP+ Network Connection (rev 01) 3b:00.1 Ethernet controller: Intel Corporation 82599ES 10-Gigabit SFI/SFP+ Network Connection (rev 01) 3c:00.0 Ethernet controller: Intel Corporation 82599ES 10-Gigabit SFI/SFP+ Network Connection (rev 01) 3c:00.1 Ethernet controller: Intel Corporation 82599ES 10-Gigabit SFI/SFP+ Network Connection (rev 01) af:00.0 Ethernet controller: Intel Corporation Ethernet Controller X710 for 10GbE SFP+ (rev 02) af:00.1 Ethernet controller: Intel Corporation Ethernet Controller X710 for 10GbE SFP+ (rev 02) # /dpdk/app/dpdk-dumpcap -D 0. 0000:3c:00.0 1. 0000:3c:00.1 2. 0000:af:00.0 3. 0000:af:00.1 --=20 You are receiving this mail because: You are the assignee for the bug.= --17313229370.A9C144a.3051649 Date: Mon, 11 Nov 2024 12:02:17 +0100 MIME-Version: 1.0 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.dpdk.org/ Auto-Submitted: auto-generated X-Auto-Response-Suppress: All
Bug ID 1575
Summary The 82599ES NIC encounters a core dump when using dpdk-proc-i= nfo to retrieve firmware information.
Product DPDK
Version 23.11
Hardware All
OS All
Status UNCONFIRMED
Severity normal
Priority Normal
Component ethdev
Assignee dev@dpdk.org
Reporter junwang01@cestc.cn
Target Milestone ---

Hi, I am using an 82599ES NIC and =
encountered a core dump when executing
dpdk-proc-info to retrieve firmware information. I added some debug print
statements in the ixgbe driver and found that the core dump occurred in
ixgbe_get_oem_prod_version. Additionally, my x710 NIC is able to retrieve
firmware information without any issues.


# /dpdk/app/dpdk-proc-info -- -p 1 --firmware-version
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D show - firmware version =3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
ixgbe_fw_version_get(): ixgbe_fw_version_get hw:0x17ff11440
ixgbe_get_oem_prod_version(): ixgbe_get_oem_prod_version 111 read:0x63e52f
Segmentation fault (core dumped)

# /dpdk/app/dpdk-proc-info -- -p 4 --firmware-version
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D show - firmware version =3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
Ethdev port 2 firmware version: 8.15 0x8000a4e8 1.2879.0

# lspci |grep Eth
3b:00.0 Ethernet controller: Intel Corporation 82599ES 10-Gigabit SFI/SFP+
Network Connection (rev 01)
3b:00.1 Ethernet controller: Intel Corporation 82599ES 10-Gigabit SFI/SFP+
Network Connection (rev 01)
3c:00.0 Ethernet controller: Intel Corporation 82599ES 10-Gigabit SFI/SFP+
Network Connection (rev 01)
3c:00.1 Ethernet controller: Intel Corporation 82599ES 10-Gigabit SFI/SFP+
Network Connection (rev 01)
af:00.0 Ethernet controller: Intel Corporation Ethernet Controller X710 for
10GbE SFP+ (rev 02)
af:00.1 Ethernet controller: Intel Corporation Ethernet Controller X710 for
10GbE SFP+ (rev 02)
# /dpdk/app/dpdk-dumpcap -D
0. 0000:3c:00.0
1. 0000:3c:00.1
2. 0000:af:00.0
3. 0000:af:00.1
          


You are receiving this mail because:
  • You are the assignee for the bug.
=20=20=20=20=20=20=20=20=20=20
= --17313229370.A9C144a.3051649--