From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id E9AED56A1 for ; Mon, 7 Dec 2015 05:46:19 +0100 (CET) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga102.jf.intel.com with ESMTP; 06 Dec 2015 20:46:18 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,393,1444719600"; d="scan'208";a="701536161" Received: from irsmsx153.ger.corp.intel.com ([163.33.192.75]) by orsmga003.jf.intel.com with ESMTP; 06 Dec 2015 20:46:18 -0800 Received: from irsmsx111.ger.corp.intel.com (10.108.20.4) by IRSMSX153.ger.corp.intel.com (163.33.192.75) with Microsoft SMTP Server (TLS) id 14.3.248.2; Mon, 7 Dec 2015 04:46:17 +0000 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.13]) by irsmsx111.ger.corp.intel.com ([169.254.2.223]) with mapi id 14.03.0248.002; Mon, 7 Dec 2015 04:46:17 +0000 From: "Betts, Ian" To: Thomas Monjalon Thread-Topic: [dpdk-dev] [PATCH v8 3/4] examples: add l3fwd-thread example in performance-thread Thread-Index: AQHRLn95e7Rvfqip3UiFfSUne3NHSJ6+0xMAgAAiqkA= Date: Mon, 7 Dec 2015 04:46:15 +0000 Message-ID: <877C1F8553E92F43898365570816082F35C0C0CE@IRSMSX103.ger.corp.intel.com> References: <1449159683-7092-3-git-send-email-ian.betts@intel.com> <1449225265-14480-1-git-send-email-ian.betts@intel.com> <1449225265-14480-4-git-send-email-ian.betts@intel.com> <21971802.WvAiNsWy31@xps13> In-Reply-To: <21971802.WvAiNsWy31@xps13> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-inteldataclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsIiwiaWQiOiI1OWQ2NGU2Yy1kZTMzLTRhODAtOGQ5MS1kMjdkMDc4MGYzNWMiLCJwcm9wcyI6W3sibiI6IkludGVsRGF0YUNsYXNzaWZpY2F0aW9uIiwidmFscyI6W3sidmFsdWUiOiJDVFBfSUMifV19XX0sIlN1YmplY3RMYWJlbHMiOltdLCJUTUNWZXJzaW9uIjoiMTUuNC4xMC4xOSIsIlRydXN0ZWRMYWJlbEhhc2giOiJ0aWIyZVwvRE1rdUR6MXZDdHlrSHJMQnpnOWtzQjBUb3EwZzluNE04K1RmRT0ifQ== x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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 04:46:20 -0000 -----Original Message----- From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com]=20 Sent: Monday, December 7, 2015 2:36 AM To: Betts, Ian Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v8 3/4] examples: add l3fwd-thread example i= n performance-thread > Hi, >>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) +=3D performance-thread > I think this option should be removed. It is only to ensure that performance-thread example is built, along with a= ll 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 ? =20