From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olivier MATZ Subject: Re: [PATCH] net/i40e: add VLAN stripping support for VF Date: Fri, 28 Jul 2017 13:43:22 +0200 Message-ID: <20170728134322.364d73b2@neon> References: <1499156776-15091-1-git-send-email-beilei.xing@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: jingjing.wu@intel.com, dev@dpdk.org To: Beilei Xing Return-path: Received: from mail-wm0-f50.google.com (mail-wm0-f50.google.com [74.125.82.50]) by dpdk.org (Postfix) with ESMTP id D0C4E9957 for ; Fri, 28 Jul 2017 13:43:24 +0200 (CEST) Received: by mail-wm0-f50.google.com with SMTP id m85so19639442wma.0 for ; Fri, 28 Jul 2017 04:43:24 -0700 (PDT) In-Reply-To: <1499156776-15091-1-git-send-email-beilei.xing@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hi Beilei, On Tue, 4 Jul 2017 16:26:16 +0800 Beilei Xing wrote: > VLAN stripping configuration is supported only for DPDK PF > previously. Since kernel PF supports VLAN stripping now, this > patch adds VLAN stripping support for both DPDK PF and kernel > PF. > If I understand correctly, enabling/disabling vlan stripping should now work with a kernel PF, is that correct? Which version of the driver should we use? I don't see any definition for VIRTCHNL_OP_ENABLE_VLAN_STRIPPING in the latest kernel or in the sourceforge driver. Thanks, Olivier