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 44FF658F6 for ; Mon, 5 Nov 2018 09:45:06 +0100 (CET) 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 1gJaWg-0003fh-LT; Mon, 05 Nov 2018 09:46:28 +0100 Received: by droids-corp.org (sSMTP sendmail emulation); Mon, 05 Nov 2018 09:45:01 +0100 Date: Mon, 5 Nov 2018 09:45:01 +0100 From: Olivier Matz To: Thomas Monjalon Cc: dev@dpdk.org, Cody Doucette Message-ID: <20181105084501.b5jbofzrn6zeqm7t@platinum> References: <20181031021758.66752-1-doucette@bu.edu> <20181031021758.66752-3-doucette@bu.edu> <3639668.BjtYqUTYXL@xps> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3639668.BjtYqUTYXL@xps> User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [dpdk-dev] [PATCH v5 2/3] net: add IPv6 extension header definitions 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: Mon, 05 Nov 2018 08:45:06 -0000 On Wed, Oct 31, 2018 at 06:03:37PM +0100, Thomas Monjalon wrote: > 31/10/2018 03:17, Cody Doucette: > > Add a common IPv6 extension header and an inline function > > for determining whether a next header field represents > > an IPv6 extension header. > > > > Signed-off-by: Cody Doucette > > Olivier, is this patch OK? Yes, thanks Acked-by: Olivier Matz