From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp117.ord1d.emailsrvr.com (smtp117.ord1d.emailsrvr.com [184.106.54.117]) by dpdk.org (Postfix) with ESMTP id A4FA05F2C for ; Tue, 27 Mar 2018 08:31:28 +0200 (CEST) Received: from smtp7.relay.ord1d.emailsrvr.com (localhost [127.0.0.1]) by smtp7.relay.ord1d.emailsrvr.com (SMTP Server) with ESMTP id 2859AC0069; Tue, 27 Mar 2018 02:31:28 -0400 (EDT) X-Auth-ID: padam.singh@inventum.net Received: by smtp7.relay.ord1d.emailsrvr.com (Authenticated sender: padam.singh-AT-inventum.net) with ESMTPSA id AD8F3C0052; Tue, 27 Mar 2018 02:31:26 -0400 (EDT) X-Sender-Id: padam.singh@inventum.net Received: from [172.16.1.62] ([UNAVAILABLE]. [103.25.205.2]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384) by 0.0.0.0:25 (trex/5.7.12); Tue, 27 Mar 2018 02:31:28 -0400 From: Padam Jeet Singh Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 11.0 \(3445.1.7\)) Message-Id: Date: Tue, 27 Mar 2018 12:01:22 +0530 Cc: skhare@vmware.com To: users@dpdk.org X-Mailer: Apple Mail (2.3445.1.7) Subject: [dpdk-users] vmxnet3 RX VLAN Strip offload incorrect behaviour X-BeenThere: users@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK usage discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Mar 2018 06:31:28 -0000 Hi, When configuring the vmxnet3 based ethernet device, the RX VLAN Strip = offload does not work as it usually does with other real NICs which = support this function. When configuring with rxmode.hw_vlan_strip =3D 1, the ipackets statistic = does not increase when a VLAN ether type frame is received on the port = and it is also not received on queue RX. However, when configuring rxmode.hw_vlan_strip =3D 0 ,the ipackets = statistic increases as well as frames arrives with VLAN header. Though calling rte_eth_dev_set_vlan_offload(port, = ETH_VLAN_STRIP_OFFLOAD) returns a success, however VLAN stripping on RX = does not work. TX VLAN INSERT offload on the other hand works just fine. Is this a bug in vmxnet3 driver of dpdk? Thanks, Padam=