From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.droids-corp.org (zoll.droids-corp.org [94.23.50.67]) by dpdk.org (Postfix) with ESMTP id 6417C1B1BE for ; Wed, 3 Jan 2018 11:36:35 +0100 (CET) Received: from lfbn-lil-1-110-231.w90-45.abo.wanadoo.fr ([90.45.197.231] helo=droids-corp.org) by mail.droids-corp.org with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1eWgVg-0007O9-A2; Wed, 03 Jan 2018 11:43:01 +0100 Received: by droids-corp.org (sSMTP sendmail emulation); Wed, 03 Jan 2018 11:36:25 +0100 Date: Wed, 3 Jan 2018 11:36:25 +0100 From: Olivier Matz To: Beilei Xing Cc: qi.z.zhang@intel.com, dev@dpdk.org, jingjing.wu@intel.com, andrey.chilikin@intel.com Message-ID: <20180103103624.5aiu542upa4myc2i@platinum> References: <1511863976-126599-1-git-send-email-beilei.xing@intel.com> <1513758164-39610-1-git-send-email-beilei.xing@intel.com> <1513758164-39610-2-git-send-email-beilei.xing@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1513758164-39610-2-git-send-email-beilei.xing@intel.com> User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [dpdk-dev] [PATCH v2 1/2] mbuf: add PPPoE and L2TP packet types 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: Wed, 03 Jan 2018 10:36:35 -0000 On Wed, Dec 20, 2017 at 04:22:43PM +0800, Beilei Xing wrote: > Add support of PPPoE and L2TP packet types. > > Signed-off-by: Beilei Xing Acked-by: Olivier Matz