From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v5 3/3] ip_frag: extend IPv6 fragment header retrieval Date: Wed, 31 Oct 2018 18:03:15 +0100 Message-ID: <1693070.K3n6qVy3Rk@xps> References: <20181031021758.66752-1-doucette@bu.edu> <20181031021758.66752-4-doucette@bu.edu> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Cody Doucette , Cristian Dumitrescu , Qiaobin Fu To: Konstantin Ananyev Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 397C6FEB for ; Wed, 31 Oct 2018 18:03:11 +0100 (CET) In-Reply-To: <20181031021758.66752-4-doucette@bu.edu> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 31/10/2018 03:17, Cody Doucette: > Add the ability to parse IPv6 extenders to find the > IPv6 fragment header, and update callers. > > According to RFC 8200, there is no guarantee that the IPv6 > Fragment extension header will come before any other extension > header, even though it is recommended. > > Signed-off-by: Cody Doucette > Signed-off-by: Qiaobin Fu > Reviewed-by: Michel Machado Konstantin, did you already ack this patch?