From mboxrd@z Thu Jan 1 00:00:00 1970 From: "John Daley (johndale)" Subject: PKT_RX_VLAN_PKT when VLAN stripping is disabled Date: Thu, 21 Apr 2016 23:36:57 +0000 Message-ID: <55ece514189d46d59cca2217214d89be@XCH-RCD-007.cisco.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable To: "dev@dpdk.org" Return-path: Received: from rcdn-iport-9.cisco.com (rcdn-iport-9.cisco.com [173.37.86.80]) by dpdk.org (Postfix) with ESMTP id 3C1F42C4B for ; Fri, 22 Apr 2016 01:36:59 +0200 (CEST) Received: from XCH-ALN-009.cisco.com (xch-aln-009.cisco.com [173.36.7.19]) by alln-core-5.cisco.com (8.14.5/8.14.5) with ESMTP id u3LNawsP004699 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=FAIL) for ; Thu, 21 Apr 2016 23:36:58 GMT Content-Language: en-US List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hi, When VLAN stripping is disabled, X710 and 82599ES act differently for me in= this case when receiving VLAN tagged packets. On 82599ES the flag is set b= ut on X710 the flag not set. Do I maybe have old X710 firmware? Or is it not set for X710 on purpose in = this case and instead the flag is used to indicate if vlan_tci is valid? Ri= ght now the enic pmd does what my X710 does, which I think is incorrect and= I want to fix it. Thanks, John