<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 - Frame Overhead Inconsistencies Within Drivers"
href="https://bugs.dpdk.org/show_bug.cgi?id=1476">1476</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>Frame Overhead Inconsistencies Within Drivers
</td>
</tr>
<tr>
<th>Product</th>
<td>DPDK
</td>
</tr>
<tr>
<th>Version</th>
<td>unspecified
</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>npratte@iol.unh.edu
</td>
</tr>
<tr>
<th>Target Milestone</th>
<td>---
</td>
</tr></table>
<p>
<div class="bz_comment_block">
<pre class="bz_comment_text">There are inconsistencies within DPDK network drivers regarding how it
calculates Ethernet overhead. These calculations have meaningful impacts
towards how we write test suites to assess the ethdev API, namely MTUs.
Network drivers base their implementations of rte_ethdev's set_mtu() on
arbitrary Ethernet overhead constants specific to the individual network
driver. For example, the file bnxt_ethdev.c assumes an Ethernet overhead of the
standard 14 byte Ether header, CRC, and space for QinQ; i40e makes the same
assumptions. Mellanox, however, assumes only for a 14 byte Ether header plus
CRC, so the overall Ether overhead is different between NICs. DPDK drops or
forwards packets based on the total frame size, not the L3 packet/MTU size. So,
the result is that we can set the MTU the same way for different devices and
see different behavior.
If we want to, for example, test MTUs without concern for individual behavior,
then we need to discuss what the proper amount of assumed overhead is before we
can consider it a bug.
</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=1476">
<meta itemprop="name" content="View bug">
</div>
<meta itemprop="description" content="Bugzilla bug update notification">
</div>
</body>
</html>