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 C35512935 for ; Tue, 4 Jul 2017 15:20:57 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 5DA3C20AD6; Tue, 4 Jul 2017 09:20:57 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Tue, 04 Jul 2017 09:20:57 -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=+g23zfyDo+TLcH1 yYe/EafSf7X6FCaqaPAQ6iqvMpfY=; b=IgP1UqmZ+fsAmbKfWYDlUqTy5v0EEuI h5p2Y4hvXAoq1P4g+aOFfVYuHWksppGIrNkbg1U2MY+8Ty0HcwW88r4iEMjyj6u5 esS2qtkIctVuiwhR+yw+ZX/nkeXMgMfSiluhpWqPhVsb2LeL/gT4dxJyqq95jC9S pTCZCGrTYE38= 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=+g23zfyDo+TLcH1yYe/EafSf7X6FCaqaPAQ6iqvMpfY=; b=anoljSxl aLGw2iAo+7pd/K039QetT+h0iwn4yRkuWROBTbxETZ6uQH6TXRAjkY6d03CuNatg /tAZlFAEn86+vBAnTDs6QPD5wnwXhPl+0J02ck0rRGnbRqrwsgQ53ZORFHGa6TsX mDk3ki6Cn/3/bF9+NjbDI3Bm9bEqfN0LHDVPwRm9ZEtm9IShsSGeMauTJ+MUr3UE KIeIqj7IrS0fdxN4Qjv84q2m4sGEZcSHKm2jxyzSdPvE/1RWcxrliEbn0OjPKghv Rp5xAz4qoe9kuj88sgZI4YWH7+W/Ws7KeR7l03rFv0Cf/V8Nx2lm/UBnLfSj38P0 pTb8m20U0qkZ0w== X-ME-Sender: X-Sasl-enc: HQozKXG6lJCknVTKs4vsqffiInpBDviO0JZ1MX8Ma7J0 1499174457 Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 123B5240B0; Tue, 4 Jul 2017 09:20:57 -0400 (EDT) From: Thomas Monjalon To: Ashwin Sekhar T K Cc: dev@dpdk.org, jerin.jacob@caviumnetworks.com, john.mcnamara@intel.com, jianbo.liu@linaro.org, tim.odriscoll@intel.com Date: Tue, 04 Jul 2017 15:20:56 +0200 Message-ID: <13180518.hP9jKmMh7P@xps> In-Reply-To: <20170704082241.29217-1-ashwin.sekhar@caviumnetworks.com> References: <20170517181949.12002-1-ashwin.sekhar@caviumnetworks.com> <20170704082241.29217-1-ashwin.sekhar@caviumnetworks.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v5 0/2] examples/performance-thread: add arm64 support 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: Tue, 04 Jul 2017 13:20:58 -0000 > Ashwin Sekhar T K (2): > examples/performance-thread: reorganise arch dependent code > examples/performance-thread: add arm64 support Applied, thanks