<html>
    <head>
      <base href="https://bugs.dpdk.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8" class="bz_new_table">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - The 82599ES NIC encounters a core dump when using dpdk-proc-info to retrieve firmware information."
   href="https://bugs.dpdk.org/show_bug.cgi?id=1575">1575</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>The 82599ES NIC encounters a core dump when using dpdk-proc-info to retrieve firmware information.
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>DPDK
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>23.11
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>UNCONFIRMED
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>Normal
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>ethdev
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>dev@dpdk.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>junwang01@cestc.cn
          </td>
        </tr>

        <tr>
          <th>Target Milestone</th>
          <td>---
          </td>
        </tr></table>
      <p>
        <div class="bz_comment_block">
          <pre class="bz_comment_text">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
========== show - firmware version ==========
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
========== show - firmware version ==========
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
          </pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
      <div itemscope itemtype="http://schema.org/EmailMessage">
        <div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
          
          <link itemprop="url" href="https://bugs.dpdk.org/show_bug.cgi?id=1575">
          <meta itemprop="name" content="View bug">
        </div>
        <meta itemprop="description" content="Bugzilla bug update notification">
      </div>
    </body>
</html>