From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v4 1/1] ip_frag: fix creating ipv6 fragment extension header Date: Thu, 08 Oct 2015 13:24:01 +0200 Message-ID: <3313250.IfoG6D9hkU@xps13> References: <1441805945-19889-1-git-send-email-piotrx.t.azarewicz@intel.com> <1441868957-20479-1-git-send-email-piotrx.t.azarewicz@intel.com> <3EB4FA525960D640B5BDFFD6A3D89126478B9AD3@IRSMSX108.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: "Azarewicz, PiotrX T" Return-path: Received: from mail-wi0-f172.google.com (mail-wi0-f172.google.com [209.85.212.172]) by dpdk.org (Postfix) with ESMTP id D92DA5A84 for ; Thu, 8 Oct 2015 13:25:08 +0200 (CEST) Received: by wicge5 with SMTP id ge5so21023615wic.0 for ; Thu, 08 Oct 2015 04:25:08 -0700 (PDT) In-Reply-To: <3EB4FA525960D640B5BDFFD6A3D89126478B9AD3@IRSMSX108.ger.corp.intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2015-09-10 12:24, Dumitrescu, Cristian: > From: Azarewicz, PiotrX T > > Previous implementation won't work on every environment. The order of > > allocation of bit-fields within a unit (high-order to low-order or > > low-order to high-order) is implementation-defined. > > Solution: used bytes instead of bit fields. > > > > Acked-by: Cristian Dumitrescu Applied, thanks