From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id B3E952084C; Thu, 20 Apr 2017 20:36:10 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Thu, 20 Apr 2017 20:36:10 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=RgGNjyl0ft6Nkdb eyEAn0HSEwdQzkSZ9disdxoxdtBo=; b=KR190W9DyKIwXM84Tbnw7FPWr6VZUc1 KH6S6q+2s00wYLpzjnqZA7EKMx80ZYXuWtDzUutIGcVSRJIcOq74ZyfM4cuNvIHw 1MsS13k+9S0OxEfAbOsoK3IB6Sa4q5wyp6tr/+wgp641Hsv69F6A686awpd6na78 zIG2Fk+AhNi8= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc:x-sasl-enc; s= fm1; bh=RgGNjyl0ft6NkdbeyEAn0HSEwdQzkSZ9disdxoxdtBo=; b=L2B+SnAp h7kxCmU3ICfraBsd7q5cyeqY8krcgbmrFMDOgogE/MBZCSYiWfEBjyjUBTVQmXwB AFPCNA72jIBktbS8FRBZ2h8MhG07pkiz9Knl7iBBqAS6SdxBLnfINCTlRsCamoat sW/FaAFDi2L0DK0Y3+8hAaUphdafpT0oLPy7mp2pUpexTzd2mLDdH0M4gO7vPTTZ zMWwnz1OImqEaUN0dYUkf+Ko44FBCzMZqhGGAAO3BdDhCC375/EMdI9GyMS1JXLw F28wWZ9n91LjhE8cb/TJsz3asGRor0dGn6gvcVvkFOU1oXqRk8rsUDR7MMaejbdE iPSKGE8qhXp6kQ== X-ME-Sender: X-Sasl-enc: FdBrNJjeIqFTQ2LKPigI44wi1fAEcWj4rgHGR6DTrmCS 1492734970 Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 71AA77E352; Thu, 20 Apr 2017 20:36:10 -0400 (EDT) From: Thomas Monjalon To: Keith Wiles Cc: dev@dpdk.org, Hiroki SHIROKURA Date: Fri, 21 Apr 2017 02:36:09 +0200 Message-ID: <1888306.6F0zFAhIfF@xps> In-Reply-To: <20170416133304.58209-1-keith.wiles@intel.com> References: <20170416133304.58209-1-keith.wiles@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2] examples/performance-thread: add c++ ifdefs X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Apr 2017 00:36:11 -0000 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?