From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] examples/performance-thread: add c++ ifdefs Date: Fri, 21 Apr 2017 02:36:09 +0200 Message-ID: <1888306.6F0zFAhIfF@xps> References: <20170416133304.58209-1-keith.wiles@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Hiroki SHIROKURA To: Keith Wiles Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 18C38377A for ; Fri, 21 Apr 2017 02:36:11 +0200 (CEST) In-Reply-To: <20170416133304.58209-1-keith.wiles@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 16/04/2017 15:33, Keith Wiles: > Signed-off-by: Keith Wiles > --- > v2 - change ctx.h to be 664 permissions. > > examples/performance-thread/common/arch/x86/ctx.h | 8 ++++++++ > examples/performance-thread/common/lthread.h | 8 ++++++++ > examples/performance-thread/common/lthread_api.h | 8 ++++++++ > examples/performance-thread/common/lthread_cond.h | 8 ++++++++ > examples/performance-thread/common/lthread_diag.h | 9 +++++++++ > examples/performance-thread/common/lthread_diag_api.h | 8 ++++++++ > examples/performance-thread/common/lthread_int.h | 8 ++++++++ > examples/performance-thread/common/lthread_mutex.h | 8 ++++++++ > examples/performance-thread/common/lthread_objcache.h | 7 +++++++ > examples/performance-thread/common/lthread_pool.h | 7 +++++++ > examples/performance-thread/common/lthread_queue.h | 7 +++++++ > examples/performance-thread/common/lthread_sched.h | 7 +++++++ > examples/performance-thread/common/lthread_timer.h | 7 +++++++ > examples/performance-thread/common/lthread_tls.h | 7 +++++++ > 14 files changed, 107 insertions(+) You have already acked the same patch from Hiroki SHIROKURA. Why re-sending with your authorship?