From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id B78EF568A for ; Thu, 13 Oct 2016 11:37:08 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga102.fm.intel.com with ESMTP; 13 Oct 2016 02:37:07 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,339,1473145200"; d="scan'208";a="1044103095" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.210.139]) by orsmga001.jf.intel.com with SMTP; 13 Oct 2016 02:37:06 -0700 Received: by (sSMTP sendmail emulation); Thu, 13 Oct 2016 10:37:05 +0025 Date: Thu, 13 Oct 2016 10:37:05 +0100 From: Bruce Richardson To: John Daley Cc: dev@dpdk.org, olivier.matz@6wind.com Message-ID: <20161013093704.GB90972@bricha3-MOBL3> References: <1472065622-17886-1-git-send-email-johndale@cisco.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1472065622-17886-1-git-send-email-johndale@cisco.com> Organization: Intel Research and =?iso-8859-1?Q?De=ACvel?= =?iso-8859-1?Q?opment?= Ireland Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH] net/enic: add Ethernet VLAN ptype X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Oct 2016 09:37:09 -0000 On Wed, Aug 24, 2016 at 12:07:02PM -0700, John Daley wrote: > Enic is capable of recognizing packets to be delivered to the > app with single VLAN tags. Advertise this with the ptype > RTE_PTYPE_L2_ETHER_VLAN and set the ptype for VLAN packets. > > Signed-off-by: John Daley > --- Applied to dpdk-next-net/rel_16_11 /Bruce