From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f48.google.com (mail-wm0-f48.google.com [74.125.82.48]) by dpdk.org (Postfix) with ESMTP id 5C8DF2BD7 for ; Thu, 24 Mar 2016 14:18:15 +0100 (CET) Received: by mail-wm0-f48.google.com with SMTP id l68so274066073wml.0 for ; Thu, 24 Mar 2016 06:18:15 -0700 (PDT) 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=Y4gy7+C0VjsuOCJBe2S9TyRB901AI2+w++haji5uUIw=; b=XNsO2iwmI3wbgcneH93fK8El8VxEJ6815UifQ1xS9pJOKxeueAG7mjFO4r/nEN+ulv 6+ub98u8KxCcM/mqb1z3OrJGMWkNxa5zp5XiiBJcV6zQg161olTGC0VFJYVEwFXKNR31 QS9yHMx2143+87UJNpd11yXDF91F8lccEfbQ0vSKXbxz2u9I2O9Y+Nnmdn/DEkbjX+Ku HHChFAyjRtk/d9hM03CguU/sYucSaRsGetJiu8uHR1sqc+cwdm9BXec4NUi0qVMAWpIF MVkpmRfuZjMZhv/toffGmSwvm0TMJskoVoK1ljHuzLSYodXstY5lN80ufWt5lxD1PdVm +Oqw== 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=Y4gy7+C0VjsuOCJBe2S9TyRB901AI2+w++haji5uUIw=; b=lm81fDfypq3HxdH4MP+dF9K5ImU2TRlToya6bSEHzDfp8muTR194tzi5ZhxVW8/71T CKoVYlEvSj9YfFdW4YIH+eZWOQRDpHUO/DM/wy70jEfwNWj+BZxPstLA+L+GJK+GFzbU NW+igXl0L0+SVVs/UZ4QAE8xrmwOqzWCuO5oyf9L8oyySLH8k/FFUnPvyFiiFLFvKma3 obFnE0xrbSVNs+R94Au6SSiKMAtPOnAmNyizPibQC5leZPH6FddRKfdirFrrqqxUXV2H /f0b/Ok89/5tJ35zH8tHzYGIsyBg+Ixmu78AtWl5+pHqqhyyz+I1R1rfXKgXmHUcwzXH Vz1A== X-Gm-Message-State: AD7BkJITmfg48FUQK9oyIkJQ2OmJqY5a341MlRvEWfOvfE5Tm3XRUsa6ALRshrR0d1Sf4Wpa X-Received: by 10.194.94.229 with SMTP id df5mr11095155wjb.133.1458825495154; Thu, 24 Mar 2016 06:18:15 -0700 (PDT) Received: from xps13.localnet (91.111.75.86.rev.sfr.net. [86.75.111.91]) by smtp.gmail.com with ESMTPSA id v2sm7747641wmd.24.2016.03.24.06.18.14 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 24 Mar 2016 06:18:14 -0700 (PDT) From: Thomas Monjalon To: "De Lara Guarch, Pablo" Cc: "Richardson, Bruce" , dev@dpdk.org Date: Thu, 24 Mar 2016 14:16:30 +0100 Message-ID: <5066636.22jD4vx1yD@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: References: <3286701.A42TaaeMmo@xps13> <45589310.A2cUW16xOY@xps13> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] arch check in example dpdk_qat 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, 24 Mar 2016 13:18:15 -0000 2016-03-24 11:58, De Lara Guarch, Pablo: > > > -----Original Message----- > > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > > Sent: Thursday, March 24, 2016 11:01 AM > > To: De Lara Guarch, Pablo > > Cc: Richardson, Bruce; dev@dpdk.org > > Subject: Re: arch check in example dpdk_qat > > > > 2016-03-24 10:50, De Lara Guarch, Pablo: > > > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > > > > When reading examples/dpdk_qat/Makefile, we can see this check: > > > > > > > > ifneq ($(CONFIG_RTE_ARCH),"x86_64") > > > > ifneq ($(LBITS),i686) > > > > $(error The RTE_TARGET chosen is not compatible with this > > environment > > > > \ > > > > (x86_64), for this application. Please change the definition of the \ > > > > RTE_TARGET environment variable, or run the application on a 32-bit > > > > OS) > > > > endif > > > > endif > > > > > > > > Is it on purpose to limit the 32-bit support to i686 only? > > > > Instead of the message "run the application on a 32-bit OS", should it be > > > > "on an i686 OS"? > > > > > > i686 OS looks fine to me. Basically, when this app was made, the only 32-bit > > target was i686, > > > > What about i386, i486, i586 builds ? > > We only support i686, no other 32-bit architectures. So we need a small patch :)