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 0435645646 for ; Thu, 18 Jul 2024 18:30:43 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8C46342EE9; Thu, 18 Jul 2024 18:30:42 +0200 (CEST) Received: from mail-ua1-f42.google.com (mail-ua1-f42.google.com [209.85.222.42]) by mails.dpdk.org (Postfix) with ESMTP id 6855040A79 for ; Thu, 18 Jul 2024 18:30:31 +0200 (CEST) Received: by mail-ua1-f42.google.com with SMTP id a1e0cc1a2514c-821eab936d6so324419241.3 for ; Thu, 18 Jul 2024 09:30:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1721320230; x=1721925030; darn=dpdk.org; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :from:to:cc:subject:date:message-id:reply-to; bh=4sYlb8Q4G1pTnAkh38NNezfLnT4tywTtu6lFrOIEcHM=; b=DUscl+MlA6y3LXMtQVkErT0lqWRCKcjCwV8ZVQXlzZ7u0Ox/rz+KaTxOArIa7gni8n 3JpyLokI5K0qWW8xfB2IubtINUrNlZ1vn6Sp52NyWFkK4ipIsVVGkZurNl/4vayYqDLL eJDX0LnJXmqg4twucRCdXvQ/94j1f2t4Lqs+VnDAMkP8FReo0sD4lWMJq7sqq1Mf+sAo vNdeitIBAxM0I0rMbw9VydI+HdzZ46AWbinixf4QTTzKcHmgOxNUAn/V1yfrtqm6BGda moM9QwiDzzkeWhsyTUR6GLpBChG+tXqbassWKMY2pchQOB/S/CUCk7adrz8ezIn7Sj+V BIBg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1721320230; x=1721925030; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=4sYlb8Q4G1pTnAkh38NNezfLnT4tywTtu6lFrOIEcHM=; b=gkHWw1r/jyFB7OfeGkbsyLl2FL1kkV5pZMIbpt9XPWxfL1xKyG4WJEjpgYLfmvsneU BXvW+L+71cH62mhnyzhP4GZeBxYs/OQAT7AM1ustDz2+zF5AabEwW2x7prTk2T8C668+ wpecniSG2f6k+9XHIqyK4uq97PF+wFNGu58vxmIv7desVoaSRGsU/HQYRS46hczZioMW 5SbyAH7i9hQgDZ7OEVidIF7QkXY6aKhMiaEPWkfDBR7yzz00dAn4gZWmW/zkkJd3Mw7y ndNmpd21zibGi3eNcZ9RS8l8ni5Vskqkn3hPkHELFVfK8Gs/7Y9vaAV0214PRgbyU21p iASg== X-Gm-Message-State: AOJu0YxC9W203e8Hjr3AgpzzZoGtn9D3nE3hZwPTjcvf0VQC/pepArC6 xsTArJ5tIj55elZYQ+nvg/C0GbVO4RAOZCnYwj2sutZvDe//eYsQ5nkVK5OeTh95nW9aFu/a285 Tj8c7byAJPQPoYSl8ZSXaAgeLOzgWhSUI X-Google-Smtp-Source: AGHT+IFtIKvD8aHauWSJdLlwYpyqKVUu2ptB6CC4dhiGlVCVlePoum47dPjbJ6mHKo1SVhZwzGUcjetyrD2nT0ypAYI= X-Received: by 2002:a05:6122:411b:b0:4ef:27dc:7a9 with SMTP id 71dfb90a1353d-4f4df4d4f8cmr7217612e0c.0.1721320229916; Thu, 18 Jul 2024 09:30:29 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: James Huang Date: Thu, 18 Jul 2024 09:29:52 -0700 Message-ID: Subject: Re: DPDK v22.11.2 Intel E810 vlan strip not working To: users@dpdk.org Content-Type: multipart/alternative; boundary="000000000000d95e2e061d8818af" X-BeenThere: users@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK usage discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: users-bounces@dpdk.org --000000000000d95e2e061d8818af Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable here is the log of the ice driver: ice_set_rx_function(): Using AVX2 OFFLOAD Vector Rx (port 0). __vsi_queues_bind_intr(): queue 1 is binding to vect 1 ice_dev_start(): fail to set vsi broadcast Regards, James Huang On Wed, Jul 17, 2024 at 2:24=E2=80=AFPM James Huang wr= ote: > Hello, > we experienced that the Intel E810 ice driver does not strip vlan tag on > packet receiving. > > OS CentOS7 and RedHat 9. > > The rte_eth_conf is set as: > .rxmode.offloads =3DRTE_ETH_RX_OFFLOAD_VLAN_STRIP > > The packets are in Single Vlan Mode (SVM), not Double Vlan Mode (DVM). > The same code is working on other NIC drivers, i.e. Intel igb, ixgbe, and > Broadcom bnxt_en. > > Don't know what caused the issue, is there any hint ? > > Thanks, > James > --000000000000d95e2e061d8818af Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
here is the log of the ice driver:
<= div dir=3D"ltr" class=3D"gmail_signature" data-smartmail=3D"gmail_signature= ">
ice_set_rx_function(): Using = AVX2 OFFLOAD Vector Rx (port 0).
__vsi_queues_bind_intr(): queue 1 is bi= nding to vect 1
ice_dev_start(): fail to set vsi broadcast
Regards,
James Huang


<= div class=3D"gmail_quote">
On Wed, Jul= 17, 2024 at 2:24=E2=80=AFPM James Huang <jamsphon@gmail.com> wrote:
Hello,
we experienced that t= he Intel E810 ice driver does not strip vlan tag on packet receiving.
=

OS CentOS7 and RedHat 9.

The rte_eth_conf is set as:
.rxmode.offloads =3DRTE_ETH= _RX_OFFLOAD_VLAN_STRIP

The packets are in Single V= lan Mode (SVM), not Double Vlan Mode (DVM).
The = same code is working on other NIC drivers, i.e. Intel igb,=C2=A0ixgbe, and = Broadcom bnxt_en.

Don't know what caused the issue, is there any hint ?

Thanks,
James=C2=A0
<= /div>
--000000000000d95e2e061d8818af--