From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-f181.google.com (mail-we0-f181.google.com [74.125.82.181]) by dpdk.org (Postfix) with ESMTP id B64CE4C6E for ; Thu, 20 Mar 2014 15:42:24 +0100 (CET) Received: by mail-we0-f181.google.com with SMTP id q58so661542wes.40 for ; Thu, 20 Mar 2014 07:43:56 -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=y/VbYCJPN2bE6yRWIIrCsdRbODnSzwq88QHvPOoR/rE=; b=U3uwITi5qq9hRRo/73M3yG0upN6DxTel5OZfecWej1U5PMby+SDSkQTYgLw654LBI/ oWMiIeCLtUmq/vDL1O7Xd+KraKtuIn5h+/ZRvvf8F6kxxGL3RQM7qsTp/oTDHdERbWAy rwev3xHy8n3xQA9SmQiXdxty65fbCvcoRfLyLqp42AENNQG8JJkyypoZL5XnkAZZe+H6 pPUHrB9u/1petKEjfdctSZlVtIKxOxW1NZaQp9jPgdBHup3k3he5T+tQ8S+ke4ACoXpu WemUOgPqE3svdgQqWusySxfhvby+1D4F2vwCDcOskJBlF9+/N2H+z5x+fFtWBiQzfVfW oP7g== X-Gm-Message-State: ALoCoQkVMUuSK/kK2FGPFhpOd23oyT0o4tlyBjQNHWG6zpHyzxNU4O4dOySjgb03oqx0EH+Z68Is X-Received: by 10.180.189.169 with SMTP id gj9mr3456389wic.17.1395326636271; Thu, 20 Mar 2014 07:43:56 -0700 (PDT) Received: from xps13.localnet (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id fb6sm53569916wib.2.2014.03.20.07.43.55 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 20 Mar 2014 07:43:55 -0700 (PDT) From: Thomas Monjalon To: David Marchand , liljegren.mats2@gmail.com Date: Thu, 20 Mar 2014 15:43:54 +0100 Message-ID: <20222732.nJ6nn7Ydt4@xps13> Organization: 6WIND User-Agent: KMail/4.12.3 (Linux/3.13.6-1-ARCH; KDE/4.12.3; x86_64; ; ) In-Reply-To: <1393575696-25289-2-git-send-email-david.marchand@6wind.com> References: <1393575696-25289-1-git-send-email-david.marchand@6wind.com> <1393575696-25289-2-git-send-email-david.marchand@6wind.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 2/2] mem: fix build on 32bits system 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, 20 Mar 2014 14:42:25 -0000 28/02/2014 09:21, David Marchand : > Rebase commit 57c24af85d9eaa81549a212169605b4e2468a29f introduced a build > regression for 32bits system. The commit log of the rebased commit was also wrong for branch 1.6.0. So I've reverted the rebased commit and did a new one. It's better now. Thank you for reporting -- Thomas