From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f44.google.com (mail-wm0-f44.google.com [74.125.82.44]) by dpdk.org (Postfix) with ESMTP id 6539B95A1 for ; Mon, 7 Dec 2015 12:21:59 +0100 (CET) Received: by wmuu63 with SMTP id u63so136045421wmu.0 for ; Mon, 07 Dec 2015 03:21:59 -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 :content-type; bh=saeZbsuu3S6F7RO/Q+8NSvuiwKEWOg5PuNOkF558YFg=; b=WH5NrAD4I0Fzf6Bbe6Z5Y4cv29DSQcZNM/VLInnuo4pxr6JIQCYcmbY89lh/zH+p9r IBoYr/IOEKQiw8+1ZomlTGOZuIfFx8ic6re+oWQTDMBNFLduuCGnXOWET9pBmkwJuoau PIdcrxju3c1hA8DId0y3qwMHGwfP9EWEoPEaxGrRcvArmcGvoD4bnW9GYVpxd46Szwve YcUl0xyoBcdk3I3MzesjCgvfQ9O+dJUISdrn/DBj/l/0EfV4qruR7LCQJzKMVPf7JmvF Dy1ZnRqkMbbMXBO2NFgQNT8KytoxoVt+Z4J4nlWvLZNWsbcMT7fEP/Bx1qUup04kJjzO LyAw== 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=saeZbsuu3S6F7RO/Q+8NSvuiwKEWOg5PuNOkF558YFg=; b=PkQtU3Z17lPWOjmJB6pDhQGEcdT8YHDggP2dKKMOZJntl9s4yh8swm5G2U7dt1cnB1 1WX3M4xCrXc0CGoWpSH/4rCr/1GdxMqbUV48vUKRDUfoCFuQPSvNXuCsIG+M0qVZi3PZ Zm9GLLYizladh0NuSVm8wQnI3FNDmXX35qmOWLSTvKF6bTsOgRuG+vZa9W485BUHCM+2 AEASXg57fx+frUT8MU36xBlVjVIyuD9Enf/wQBubHc16pS9zYTbP4MlI6xEdNoSKnN+z jOwrJZobsOdUxcvSa1XTQKON4PPPlyr3yeuWwS6z7ePB8h1eAwTIcCaUi7NHVGXveGH4 /agg== X-Gm-Message-State: ALoCoQlepSrSJWT30sCHSX94Fov7cVJDMnDidC2GwxCx4Ix3jWaz3sH00J17X827Mpr4g+bMDjSY X-Received: by 10.28.63.204 with SMTP id m195mr19369892wma.11.1449487319192; Mon, 07 Dec 2015 03:21:59 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id l20sm16267591wmd.20.2015.12.07.03.21.58 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 07 Dec 2015 03:21:58 -0800 (PST) From: Thomas Monjalon To: "Betts, Ian" Date: Mon, 07 Dec 2015 12:20:46 +0100 Message-ID: <3297170.pf9yERCVcv@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <877C1F8553E92F43898365570816082F35C0C0CE@IRSMSX103.ger.corp.intel.com> References: <1449159683-7092-3-git-send-email-ian.betts@intel.com> <21971802.WvAiNsWy31@xps13> <877C1F8553E92F43898365570816082F35C0C0CE@IRSMSX103.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 v8 3/4] examples: add l3fwd-thread example in performance-thread 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: Mon, 07 Dec 2015 11:21:59 -0000 2015-12-07 04:46, Betts, Ian: > >>I had no time to check how it works. > >> I'm just surprised that you introduce a new config option. > >> +DIRS-$(CONFIG_RTE_PERFORMANCE_THREAD) += performance-thread > > I think this option should be removed. > > It is only to ensure that performance-thread example is built, along with all other examples, > if you run "make" top level of examples folder. > Also to ensure it is only enabled for x86_64 linux. > > Is there is another way ? The config options must be avoided for libraries and not used for examples. You can use CONFIG_RTE_ARCH_X86_64.