<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 - rte_eth_rx_burst causes segmentation fault when encountered in a Secondary process"
   href="https://bugs.dpdk.org/show_bug.cgi?id=1698">1698</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>rte_eth_rx_burst causes segmentation fault when encountered in a Secondary process
          </td>
        </tr>

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

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

        <tr>
          <th>Hardware</th>
          <td>x86
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux
          </td>
        </tr>

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

        <tr>
          <th>Severity</th>
          <td>critical
          </td>
        </tr>

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

        <tr>
          <th>Component</th>
          <td>examples
          </td>
        </tr>

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

        <tr>
          <th>Reporter</th>
          <td>reuben.koshy@vvdntech.in
          </td>
        </tr>

        <tr>
          <th>Target Milestone</th>
          <td>---
          </td>
        </tr></table>
      <p>
        <div class="bz_comment_block">
          <pre class="bz_comment_text">Created <span class=""><a href="attachment.cgi?id=311" name="attach_311" title="This is the screenshot of the log that appears when the secondary process  tries to execute tx_burst">attachment 311</a> <a href="attachment.cgi?id=311&action=edit" title="This is the screenshot of the log that appears when the secondary process  tries to execute tx_burst">[details]</a></span>
This is the screenshot of the log that appears when the secondary process 
tries to execute tx_burst

I took a copy of the simple_mp main program from multi_process within the DPDK
examples and modified it by adding bonding and allowing it to send dummy
packets. 

Two bonds are created, both are under the Active backup mode. This is done by
the primary process. 

Once the bonds are created, configured and started, the transmisssion of dummy
packets starts. When tx_burst is run for the primary process, the transmission
of packets occur without any issue. 

However, when the tx_burst is encountered during the Secondary process with the
primary process running in another terminal, a segmentation error occurs.

DPDK Version : 23.11
          </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=1698">
          <meta itemprop="name" content="View bug">
        </div>
        <meta itemprop="description" content="Bugzilla bug update notification">
      </div>
    </body>
</html>