From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wm0-f53.google.com (mail-wm0-f53.google.com [74.125.82.53])
 by dpdk.org (Postfix) with ESMTP id 43D7A2BDF
 for <dev@dpdk.org>; Fri,  4 Mar 2016 23:42:12 +0100 (CET)
Received: by mail-wm0-f53.google.com with SMTP id p65so8550400wmp.0
 for <dev@dpdk.org>; Fri, 04 Mar 2016 14:42:12 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=6wind-com.20150623.gappssmtp.com; s=20150623;
 h=from:to:cc:subject:date:message-id:organization:user-agent
 :in-reply-to:references:mime-version:content-transfer-encoding;
 bh=sf8IiunFuiwQNEmVxQyLKxCGpU1xH8IhhtE1V4HPGiA=;
 b=YTrCNLQkG2gyJ4RaJai5kXjJ8NM0R3oH+W9wQanY9VDTxblq/JcQeH3rKQphFAt+lx
 J6TQ19pPzr5OYiXPGEm6Voj9boPybiqvkQ3PDuvLmFb2e80clUhBY9a3SU+QeIKG9Bhs
 zHsf5WRkm8SRI9KM3TmxgLjXWFpMtdKX4OxEhcYKlH3KTA1ynHeuYvShB1bmUQTu/NCE
 8yLLQsmIS5bDaqhP2jK7vPxlcbwobjxkHqjL86pWBI9sywmue3IjvLrPpr70/jZJ4Wm1
 VxhlTyXTntD0YjcJWKYrL2w8oOfPwgz0qUXPDUzrAHp8tsHYN+y+GYxG18Ar27Vhqzga
 yE1w==
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;
 bh=sf8IiunFuiwQNEmVxQyLKxCGpU1xH8IhhtE1V4HPGiA=;
 b=kxHK4QZD5JU021OUBEu22hlkoE5Vynt+zMM9f4vLjpVEUXrAZDLGsNVKCp3Q0eiyS5
 znjlkQ3bq5WAXOl330p87Ba/pqymzqINBdg658b9XhBfJTqO2SmnlmgkKOyjc5rGowea
 DLU2lspZ0KZDOegP9dRHyaxXmDRm/sIkTtbNhwYRXBPz/aoyU0cjyly7g9KTtwDp7EP4
 ZJvobI4brXqgbcvktTqfUkDi9rBpq5HVmTg93Xy812BOoExR54hIaf987oj3Ef4HIqQe
 buW5DYIcDYu/QB1en2Vifi5JDbWEP3e8/oazoK89KDMPuB/BnH7SAe5Pknf9WX/u9eRb
 aDDg==
X-Gm-Message-State: AD7BkJJJAVAWRgwZD56k1lH/xR01a3G5VISc/d6t7ilIBls0xE6YI8Nsv5sfr9t7ak8thhlX
X-Received: by 10.194.190.6 with SMTP id gm6mr11340707wjc.115.1457131332117;
 Fri, 04 Mar 2016 14:42:12 -0800 (PST)
Received: from xps13.localnet (171.36.101.84.rev.sfr.net. [84.101.36.171])
 by smtp.gmail.com with ESMTPSA id i5sm5392007wja.23.2016.03.04.14.42.10
 (version=TLSv1/SSLv3 cipher=OTHER);
 Fri, 04 Mar 2016 14:42:11 -0800 (PST)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Keith Wiles <keith.wiles@intel.com>
Date: Fri, 04 Mar 2016 23:40:35 +0100
Message-ID: <1741963.HfMxel7jnh@xps13>
Organization: 6WIND
User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; )
In-Reply-To: <1457111006-67476-1-git-send-email-keith.wiles@intel.com>
References: <1457111006-67476-1-git-send-email-keith.wiles@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] config: add missing CONFIG_RTE_ARCH_64
	configurations
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Fri, 04 Mar 2016 22:42:12 -0000

2016-03-04 11:03, Keith Wiles:
> Signed-off-by: Keith Wiles <keith.wiles@intel.com>
> ---
>  config/defconfig_x86_64-native-bsdapp-clang | 1 +
>  config/defconfig_x86_64-native-bsdapp-gcc   | 1 +

Until now, the generic 64-bit flag was used only for ARM or Linux,
and was not defined for BSD environment.
    
Fixes: d05e7115f466 ("mem: support layout of IBM Power")

Applied, thanks