From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 2BAD4F6D2 for ; Thu, 12 Jan 2017 12:57:00 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga105.jf.intel.com with ESMTP; 12 Jan 2017 03:57:00 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,349,1477983600"; d="scan'208";a="29460648" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.38]) ([10.237.220.38]) by orsmga002.jf.intel.com with ESMTP; 12 Jan 2017 03:56:59 -0800 To: Shaham Fridenberg , "dev@dpdk.org" References: <2E654B490240B7449C846A96A8D8FE0C0116617B08@ILMB1.corp.radware.com> Cc: Jing Chen From: Ferruh Yigit Message-ID: Date: Thu, 12 Jan 2017 11:56:58 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: <2E654B490240B7449C846A96A8D8FE0C0116617B08@ILMB1.corp.radware.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] fm10k pmd limitations 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: Thu, 12 Jan 2017 11:57:01 -0000 On 12/13/2016 1:49 PM, Shaham Fridenberg wrote: > Hey guys, > > I'm using dpdk 16.4 and fm10k card. According to the code, there's no support for disabling vlan stripping and VLAN QinQ in pmd fm10k. > Does anybody know why? If there's any way to work-around it, or when is a behavior change expected? > I need my VF to receive the packets with the VLAN headers. > Even if it's possible to change this configurations through the linux kernel fm10k driver? > > Thanks! > CC fm10k maintainer: Jing Chen