From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 90737A05D3 for ; Mon, 22 Apr 2019 15:28:55 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 7871F1B473; Mon, 22 Apr 2019 15:28:54 +0200 (CEST) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 719111B462 for ; Mon, 22 Apr 2019 15:28:52 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 11D5522050; Mon, 22 Apr 2019 09:28:52 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Mon, 22 Apr 2019 09:28:52 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=3K6pgkw5ydNHz1etjS8svyl7SVNfWhJ6PPNmfZIWVjA=; b=c235eyFrhioN LPPU+/SM7in7Pr8BuZ3VNm3K6ygJ+uo+fWqD1AgmEUWCQms1KD5PP77cVWj710xD 4zzqVsAxXqvMcaaqyQUONYdNIYyB25GJfMik6ya04Qeb8LIoZCmULlYkUmIxtNOp cIvTmu2cLIRs8SEqDEUAmN2hljoPBcw= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=3K6pgkw5ydNHz1etjS8svyl7SVNfWhJ6PPNmfZIWV jA=; b=PlggmSXgmU62+L48qXa+Ge95HoWuBeLE5jHH0p0awa9Qj24ZU4qp5fz3e wVT8lPZChGjOJLJVYF3uv6p2bh4A0Wd5Vg1WGvS14/epEdiBXbx80AdJfKdI7uAA 1tC4+W/DaJGmz7XAhhg3ixsqbpHfkQJXHF5Mfhe2ghiIJpOcdlbRNS7qJk5kPVkv ntCHGdUi4s2LXv94vHSdyj2hCvKuucCC39BW0i5Zmi6TbQnLVoXnrIFdNiKqhCSx Drwy5l+lkfoV7A7PcQ8XHGO25AdyqJTtBXUUGKICf/9LXOwcFvkQlW+GDPKB+PT5 TRbOl76Abjy6ZUqqGmQLRR58qEMKQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduuddrgeeigdeiudcutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epledtrddvledrudehkedrudehleenucfrrghrrghmpehmrghilhhfrhhomhepthhhohhm rghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedt X-ME-Proxy: Received: from xps.localnet (alyon-655-1-477-159.w90-29.abo.wanadoo.fr [90.29.158.159]) by mail.messagingengine.com (Postfix) with ESMTPA id C7330103C9; Mon, 22 Apr 2019 09:28:50 -0400 (EDT) From: Thomas Monjalon To: dev@dpdk.org Cc: "Ananyev, Konstantin" , Olivier Matz Date: Mon, 22 Apr 2019 15:28:49 +0200 Message-ID: <5988269.ndrqKdQhp3@xps> In-Reply-To: <2601191342CEEE43887BDE71AB9772580148A94ED9@irsmsx105.ger.corp.intel.com> References: <20190409194904.6822-1-thomas@monjalon.net> <20190409200636.2193-2-thomas@monjalon.net> <2601191342CEEE43887BDE71AB9772580148A94ED9@irsmsx105.ger.corp.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH v2 1/2] mbuf: fix big endian build 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Message-ID: <20190422132849.WIHYaUJhU2eWLjTgUh8gR_J6jAZjGJQMuvQHYQfDX1w@z> > > Compilation was failing when using a big endian toolchain: > > > > rte_mbuf.h:504:2: error: expected ',' or '}' before 'RTE_MBUF_L3_LEN_OFS' > > > > Fixes: 8d9c2c3a1f01 ("mbuf: add function to generate raw Tx offload value") > > Cc: konstantin.ananyev@intel.com > > > > Signed-off-by: Thomas Monjalon > > Thanks for fixing > Acked-by: Konstantin Ananyev Applied alone because patch 2 has been integrated in another patchset.