From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=GqmmXLtvxYvq6sXzVNtr+8Oexcl8wZD/BUTzuXDqNIg=; b=FVLKMcioBFvAPNMSNWXc6rbVPnj+w5ndZma5WwRXM0ABPzeUrDX84NBylg0/DPuX/u GPM6nsUIsbP9TRXKykhCtGiU6cNSJnk/xYcpDgRWqOUA/AjDuEi2DgQR92mM08/bf7+I A7eg6cI2sFg5O2LZrEo+Yk9J/kRAOufLX6QCiplAavM9RjiR0bN5S1pkLwvDtUpeNgWZ nQc2unMSDWuJCzrFPyZr0F09UJ2d5gJzs3tMSfdYvTmIbFytAsUY60kth7TdYl7JJdrJ S2FXtKNqqn4OPYcREIITM8R6onEfrNj5yyXlFFwkkTGUEeSfdc8uhKuwU2ERL4cfOo4L HaPQ== X-Gm-Message-State: ALoCoQnp7VSqvpP6mq3uCSmKlMhypOc6b/t+jorn+9EXUGc/1YQ6ysFGhL3XpDB+Ja2NieDwSeb1 X-Received: by 10.180.184.138 with SMTP id eu10mr3590676wic.25.1444303508619; Thu, 08 Oct 2015 04:25:08 -0700 (PDT) Received: from xps13.localnet ([80.215.154.160]) by smtp.gmail.com with ESMTPSA id iw8sm45441801wjb.5.2015.10.08.04.25.07 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 08 Oct 2015 04:25:08 -0700 (PDT) From: Thomas Monjalon To: "Azarewicz, PiotrX T" Date: Thu, 08 Oct 2015 13:24:01 +0200 Message-ID: <3313250.IfoG6D9hkU@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <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> <3EB4FA525960D640B5BDFFD6A3D89126478B9AD3@IRSMSX108.ger.corp.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org 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, 08 Oct 2015 11:25:09 -0000 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