<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 - Bonding driver does not receive all packets in 8023ad mode (LACP)"
href="https://bugs.dpdk.org/show_bug.cgi?id=1426">1426</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>Bonding driver does not receive all packets in 8023ad mode (LACP)
</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>michel@digirati.com.br
</td>
</tr>
<tr>
<th>Target Milestone</th>
<td>---
</td>
</tr></table>
<p>
<div class="bz_comment_block">
<pre class="bz_comment_text">The bonding driver does not receive all packets in 8023ad mode (LACP) when it
has two or more members. This bug happens because the bonding driver does not
add the bond's MAC address to the members, so only the member whose MAC address
is the same as the bond receives packets. One can verify the bug by calling
rte_eth_macaddrs_get() on the members after the bond is started.
There are two workarounds:
1. Putting the bond in promiscuous mode with rte_eth_promiscuous_enable(), so
all members receive all packets.
2. Obtaining the MAC address of the bond _after_ adding all members with
rte_eth_macaddr_get(), _and_ adding this MAC address to all members with
rte_eth_dev_mac_addr_add().
</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=1426">
<meta itemprop="name" content="View bug">
</div>
<meta itemprop="description" content="Bugzilla bug update notification">
</div>
</body>
</html>