From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id DF5B68D35 for ; Thu, 10 Sep 2015 14:24:48 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga103.jf.intel.com with ESMTP; 10 Sep 2015 05:24:47 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,504,1437462000"; d="scan'208";a="802241267" Received: from irsmsx101.ger.corp.intel.com ([163.33.3.153]) by fmsmga002.fm.intel.com with ESMTP; 10 Sep 2015 05:24:47 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.12]) by IRSMSX101.ger.corp.intel.com ([163.33.3.153]) with mapi id 14.03.0224.002; Thu, 10 Sep 2015 13:24:46 +0100 From: "Dumitrescu, Cristian" To: "Azarewicz, PiotrX T" , "dev@dpdk.org" Thread-Topic: [PATCH v4 1/1] ip_frag: fix creating ipv6 fragment extension header Thread-Index: AQHQ65gDgWWupovwwU2Zb4yAkAUE4541r/ZA Date: Thu, 10 Sep 2015 12:24:46 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D89126478B9AD3@IRSMSX108.ger.corp.intel.com> References: <1441805945-19889-1-git-send-email-piotrx.t.azarewicz@intel.com> <1441868957-20479-1-git-send-email-piotrx.t.azarewicz@intel.com> In-Reply-To: <1441868957-20479-1-git-send-email-piotrx.t.azarewicz@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v4 1/1] ip_frag: fix creating ipv6 fragment extension header X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Sep 2015 12:24:49 -0000 > -----Original Message----- > From: Azarewicz, PiotrX T > Sent: Thursday, September 10, 2015 10:09 AM > To: dev@dpdk.org > Cc: Dumitrescu, Cristian; Ananyev, Konstantin; Azarewicz, PiotrX T > Subject: [PATCH v4 1/1] ip_frag: fix creating ipv6 fragment extension hea= der >=20 > 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. >=20 Acked-by: Cristian Dumitrescu