From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mailout1.radware.com (mailout1.radware.com [192.115.180.130]) by dpdk.org (Postfix) with ESMTP id 266ED2BA4 for ; Tue, 13 Dec 2016 12:20:01 +0100 (CET) Received: from ILMB1.corp.radware.com ([169.254.1.85]) by ILCAS1.corp.radware.com ([176.200.120.121]) with mapi id 14.03.0319.002; Tue, 13 Dec 2016 13:20:00 +0200 From: Shaham Fridenberg To: "users@dpdk.org" Thread-Topic: fm10k pmd limitations Thread-Index: AdJVMrxHvRIoKkbATK6TXPLlCB338A== Date: Tue, 13 Dec 2016 11:20:00 +0000 Message-ID: <2E654B490240B7449C846A96A8D8FE0C0116617A60@ILMB1.corp.radware.com> Accept-Language: he-IL, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [176.200.121.202] x-tm-as-product-ver: SMEX-11.0.0.4179-8.000.1202-22758.006 x-tm-as-result: No--14.376000-0.000000-31 x-tm-as-user-approved-sender: Yes x-tm-as-user-blocked-sender: No MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-users] fm10k pmd limitations 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, 13 Dec 2016 11:20:01 -0000 Hey guys, I'm using dpdk 16.4 and fm10k card. According to the code, there's no suppo= rt 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 b= ehavior 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 kerne= l fm10k driver? Thanks!