From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp97.iad3a.emailsrvr.com (smtp97.iad3a.emailsrvr.com [173.203.187.97]) by dpdk.org (Postfix) with ESMTP id A36EF1D107 for ; Fri, 6 Apr 2018 15:57:32 +0200 (CEST) Received: from smtp21.relay.iad3a.emailsrvr.com (localhost [127.0.0.1]) by smtp21.relay.iad3a.emailsrvr.com (SMTP Server) with ESMTP id 321C82567D; Fri, 6 Apr 2018 09:57:32 -0400 (EDT) X-Auth-ID: padam.singh@inventum.net Received: by smtp21.relay.iad3a.emailsrvr.com (Authenticated sender: padam.singh-AT-inventum.net) with ESMTPSA id 71668255AA; Fri, 6 Apr 2018 09:57:31 -0400 (EDT) X-Sender-Id: padam.singh@inventum.net Received: from [172.16.1.38] ([UNAVAILABLE]. [103.25.205.2]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384) by 0.0.0.0:587 (trex/5.7.12); Fri, 06 Apr 2018 09:57:32 -0400 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 11.0 \(3445.1.7\)) From: Padam Jeet Singh In-Reply-To: <27296DED-C9CF-41DA-AD23-61C58242E7E4@inventum.net> Date: Fri, 6 Apr 2018 19:27:28 +0530 Cc: yongwang@vmware.com Content-Transfer-Encoding: quoted-printable Message-Id: References: <27296DED-C9CF-41DA-AD23-61C58242E7E4@inventum.net> To: dev@dpdk.org X-Mailer: Apple Mail (2.3445.1.7) Subject: Re: [dpdk-dev] vmxnet3 RX VLAN Strip offload incorrect behaviour X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Apr 2018 13:57:32 -0000 + Yong Wang - new maintainer for vmxnet3 pod > On 06-Apr-2018, at 7:21 PM, Padam Jeet Singh = wrote: >=20 > Hi, >=20 > 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. >=20 > 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. >=20 > Though calling rte_eth_dev_set_vlan_offload(port, = ETH_VLAN_STRIP_OFFLOAD) returns a success, however VLAN stripping on RX = does not work. >=20 > TX VLAN INSERT offload on the other hand works just fine. >=20 > Is this a bug in vmxnet3 driver of dpdk? >=20 > Thanks, > Padam