From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 7790C8E64 for ; Tue, 24 Nov 2015 19:50:19 +0100 (CET) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga103.fm.intel.com with ESMTP; 24 Nov 2015 10:48:04 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,339,1444719600"; d="scan'208";a="693582960" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by orsmga003.jf.intel.com with ESMTP; 24 Nov 2015 10:47:57 -0800 Received: from sivlogin002.ir.intel.com (sivlogin002.ir.intel.com [10.237.217.37]) by irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id tAOIltQV003654; Tue, 24 Nov 2015 18:47:55 GMT Received: from sivlogin002.ir.intel.com (localhost [127.0.0.1]) by sivlogin002.ir.intel.com with ESMTP id tAOIltU0026785; Tue, 24 Nov 2015 18:47:55 GMT Received: (from fyigit@localhost) by sivlogin002.ir.intel.com with œ id tAOIltqs026780; Tue, 24 Nov 2015 18:47:55 GMT X-Authentication-Warning: sivlogin002.ir.intel.com: fyigit set sender to ferruh.yigit@intel.com using -f Date: Tue, 24 Nov 2015 18:47:55 +0000 From: Ferruh Yigit To: Thomas Monjalon Message-ID: <20151124184755.GA26521@sivlogin002.ir.intel.com> Mail-Followup-To: Thomas Monjalon , dev@dpdk.org, david.marchand@6wind.com References: <20151119165935.GA4888@sivlogin002.ir.intel.com> <1447955066-17131-1-git-send-email-ferruh.yigit@intel.com> <1736209.Pnlj1Vup4i@xps13> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1736209.Pnlj1Vup4i@xps13> User-Agent: Mutt/1.5.17 (2007-11-01) Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] eal: fix compile error for old glibc caused by pthread_setname_np() 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: Tue, 24 Nov 2015 18:50:19 -0000 On Tue, Nov 24, 2015 at 06:54:15PM +0100, Thomas Monjalon wrote: > 2015-11-19 17:44, Ferruh Yigit: > > examples/tep_termination/main.c | 2 +- > > examples/vhost/main.c | 2 +- > > examples/vhost_xen/main.c | 2 +- > > lib/librte_eal/common/eal_thread.h | 6 ++++++ > > It cannot compile because eal_thread.h is not part of the public API > so not included in the examples. My bad. > Please could you move it in lib/librte_eal/common/include? > An idea of the filename it should be? Is rte_lcore.h good? It already has rte_thread_* APIs in it. ferruh