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 5E78C1B2AC for ; Tue, 23 Oct 2018 09:48:48 +0200 (CEST) Received: from rsa59-2-82-233-193-189.fbx.proxad.net ([82.233.193.189] helo=droids-corp.org) by mail.droids-corp.org with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1gErS0-0003NN-7P; Tue, 23 Oct 2018 09:50:05 +0200 Received: by droids-corp.org (sSMTP sendmail emulation); Tue, 23 Oct 2018 09:48:45 +0200 Date: Tue, 23 Oct 2018 09:48:45 +0200 From: Olivier Matz To: Jerin Jacob Cc: dev@dpdk.org Message-ID: <20181023074845.ubg7zcswz2fi2jky@platinum> References: <20180826125455.27393-1-jerin.jacob@caviumnetworks.com> <20180826125455.27393-2-jerin.jacob@caviumnetworks.com> <20181023074533.3quoze26nqwsuf5k@platinum> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20181023074533.3quoze26nqwsuf5k@platinum> User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [dpdk-dev] [PATCH 2/2] mbuf: add MPLS packet type 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: Tue, 23 Oct 2018 07:48:48 -0000 On Tue, Oct 23, 2018 at 09:45:33AM +0200, Olivier Matz wrote: > On Sun, Aug 26, 2018 at 06:24:55PM +0530, Jerin Jacob wrote: > > Add support of MPLS packet type. > > > > Signed-off-by: Jerin Jacob > > Acked-by: Olivier Matz By the way, I've just submitted an implementation of the software parser for MPLS. https://mails.dpdk.org/archives/dev/2018-October/116691.html