From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id E255B4341F; Fri, 1 Dec 2023 15:24:04 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9CA57402AF; Fri, 1 Dec 2023 15:24:04 +0100 (CET) Received: from inbox.dpdk.org (inbox.dpdk.org [95.142.172.178]) by mails.dpdk.org (Postfix) with ESMTP id 090504029C for ; Fri, 1 Dec 2023 15:24:03 +0100 (CET) Received: by inbox.dpdk.org (Postfix, from userid 33) id DCD9E43420; Fri, 1 Dec 2023 15:24:02 +0100 (CET) From: bugzilla@dpdk.org To: dev@dpdk.org Subject: [Bug 1331] net/ice: driver logs an error level message about QinQ support Date: Fri, 01 Dec 2023 14:24:02 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: DPDK X-Bugzilla-Component: other X-Bugzilla-Version: 23.07 X-Bugzilla-Keywords: X-Bugzilla-Severity: major X-Bugzilla-Who: david.marchand@redhat.com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: dev@dpdk.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: Content-Type: multipart/alternative; boundary=17014406420.eDa2.2297205 Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://bugs.dpdk.org/ Auto-Submitted: auto-generated X-Auto-Response-Suppress: All MIME-Version: 1.0 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org --17014406420.eDa2.2297205 Date: Fri, 1 Dec 2023 15:24:02 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.dpdk.org/ Auto-Submitted: auto-generated X-Auto-Response-Suppress: All https://bugs.dpdk.org/show_bug.cgi?id=3D1331 Bug ID: 1331 Summary: net/ice: driver logs an error level message about QinQ support Product: DPDK Version: 23.07 Hardware: All OS: All Status: UNCONFIRMED Severity: major Priority: Normal Component: other Assignee: dev@dpdk.org Reporter: david.marchand@redhat.com Target Milestone: --- 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=3Dpmd.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 : n=3D171456, size=3D2176, socke= t=3D0 testpmd: preferred mempool ops selected: ring_mp_mc testpmd: create a new mbuf pool : n=3D171456, size=3D2176, socke= t=3D1 testpmd: preferred mempool ops selected: ring_mp_mc Warning! port-topology=3Dpaired 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 supp= ort qinq Port 0: 50:7C:6F:3C:0C:26 Checking link statuses... Done testpmd>=20 This error log makes no sense: no QinQ support has been requested. The commit that introduced it is: de5da9d16430 ("net/ice: support double VL= AN") --=20 You are receiving this mail because: You are the assignee for the bug.= --17014406420.eDa2.2297205 Date: Fri, 1 Dec 2023 15:24:02 +0100 MIME-Version: 1.0 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.dpdk.org/ Auto-Submitted: auto-generated X-Auto-Response-Suppress: All
Bug ID 1331
Summary net/ice: driver logs an error level message about QinQ support
Product DPDK
Version 23.07
Hardware All
OS All
Status UNCONFIRMED
Severity major
Priority Normal
Component other
Assignee dev@dpdk.org
Reporter david.marchand@redhat.com
Target Milestone ---

This has been noticed with OVS whi=
ch refuses any error log level in basic
sanity checks.

This can be easily reproduced with a E810 nic and "default" ddp f=
iles.
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=3Dpmd.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=3D171456, size=3D2176,=
 socket=3D0
testpmd: preferred mempool ops selected: ring_mp_mc
testpmd: create a new mbuf pool <mb_pool_1>: n=3D171456, size=3D2176,=
 socket=3D1
testpmd: preferred mempool ops selected: ring_mp_mc

Warning! port-topology=3Dpaired 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 supp=
ort
qinq
Port 0: 50:7C:6F:3C:0C:26
Checking link statuses...
Done
testpmd>=20


This error log makes no sense: no QinQ support has been requested.

The commit that introduced it is: de5da9d16430 ("net/ice: support doub=
le VLAN")
          


You are receiving this mail because:
  • You are the assignee for the bug.
=20=20=20=20=20=20=20=20=20=20
= --17014406420.eDa2.2297205--