From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] net/i40e: add VLAN stripping support for VF Date: Wed, 5 Jul 2017 11:19:44 +0100 Message-ID: <0f6f3daa-7c65-7d71-714e-4164dd2c9f8d@intel.com> References: <1499156776-15091-1-git-send-email-beilei.xing@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Beilei Xing , jingjing.wu@intel.com Return-path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 34A094C57 for ; Wed, 5 Jul 2017 12:19:46 +0200 (CEST) In-Reply-To: <1499156776-15091-1-git-send-email-beilei.xing@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 7/4/2017 9:26 AM, 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. > > Signed-off-by: Beilei Xing Applied to dpdk-next-net/master, thanks.