<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 - net/ice: driver logs an error level message about QinQ support"
href="https://bugs.dpdk.org/show_bug.cgi?id=1331">1331</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>net/ice: driver logs an error level message about QinQ support
</td>
</tr>
<tr>
<th>Product</th>
<td>DPDK
</td>
</tr>
<tr>
<th>Version</th>
<td>23.07
</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>major
</td>
</tr>
<tr>
<th>Priority</th>
<td>Normal
</td>
</tr>
<tr>
<th>Component</th>
<td>other
</td>
</tr>
<tr>
<th>Assignee</th>
<td>dev@dpdk.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>david.marchand@redhat.com
</td>
</tr>
<tr>
<th>Target Milestone</th>
<td>---
</td>
</tr></table>
<p>
<div class="bz_comment_block">
<pre class="bz_comment_text">This has been noticed with OVS which refuses any error log level in basic
sanity checks.
This can be easily reproduced with a E810 nic and "default" ddp files.
On a RHEL8 for example, with:
# find /lib/firmware/intel/ice/ddp* ! -type d -exec ls -l {} \;
lrwxrwxrwx. 1 root root 16 Sep 27 14:09 /lib/firmware/intel/ice/ddp/ice.pkg ->
ice-1.3.30.0.pkg
-rw-r--r--. 1 root root 692660 Sep 27 14:09
/lib/firmware/intel/ice/ddp/ice-1.3.30.0.pkg
-rw-r--r--. 1 root root 725428 Sep 27 14:09
/lib/firmware/intel/ice/ddp-comms/ice_comms-1.3.40.0.pkg
-rw-r--r--. 1 root root 692776 Sep 27 14:09
/lib/firmware/intel/ice/ddp-lag/ice_lag-1.3.1.0.pkg
-rw-r--r--. 1 root root 725428 Sep 27 14:09
/lib/firmware/intel/ice/ddp-wireless_edge/ice_wireless_edge-1.3.10.0.pkg
# dpdk-testpmd -a 0000:04:00.0 --log-level=pmd.net.*:error -- -i
EAL: Detected CPU lcores: 56
EAL: Detected NUMA nodes: 2
EAL: Detected static linkage of DPDK
EAL: Multi-process socket /var/run/dpdk/rte/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: VFIO support initialized
EAL: Using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_ice (8086:159b) device: 0000:04:00.0 (socket 0)
TELEMETRY: No legacy callbacks, legacy socket not created
Interactive-mode selected
testpmd: create a new mbuf pool <mb_pool_0>: n=171456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc
testpmd: create a new mbuf pool <mb_pool_1>: n=171456, size=2176, socket=1
testpmd: preferred mempool ops selected: ring_mp_mc
Warning! port-topology=paired and odd forward ports number, the last port will
pair with itself.
Configuring Port 0 (socket 0)
ice_vsi_config_outer_vlan_stripping(): Single VLAN mode (SVM) does not support
qinq
Port 0: 50:7C:6F:3C:0C:26
Checking link statuses...
Done
testpmd>
This error log makes no sense: no QinQ support has been requested.
The commit that introduced it is: de5da9d16430 ("net/ice: support double VLAN")
</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=1331">
<meta itemprop="name" content="View bug">
</div>
<meta itemprop="description" content="Bugzilla bug update notification">
</div>
</body>
</html>