From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f175.google.com (mail-wi0-f175.google.com [209.85.212.175]) by dpdk.org (Postfix) with ESMTP id DE660C39C for ; Mon, 3 Aug 2015 12:47:02 +0200 (CEST) Received: by wicgj17 with SMTP id gj17so99247100wic.1 for ; Mon, 03 Aug 2015 03:47:02 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=7AhtkQ+PgSeweRQ76/wvINZKywhDq7z0+ZRu/QBaZOg=; b=hw/D3ALCxZhVofUKXwCIlK7/aSEdHhKQjQEUZ6Jrf5DkzWeQEMw9yYJjZiYRbTarD6 2Lc1WPQ6ok+92mvzx65DpShqx/pASqMTNipbjjpUB0aBXfWm1Ms+rLxiTKtuGfwSEpgm IywOpLIa/Zm7wwY9MAZTnvsBgOs0R6Rb/Qx+zjW83l2Bjutq6CjzAbXOopJ42yV3xofl R9imHQhcwbM/YgOe8kdCGdWnPuF/t6UQ27YLhS7AQtkDhWpa9HymOpVXO18N/4CEQNMM 4+VPv8ZQKupQ6GPR4d26f4i2sMEATzfJL7vLqdBbKv2UpsOfoH5ESHdeR88mEucUTaFP VhnQ== X-Gm-Message-State: ALoCoQlO69dWHIAJ67q5714bMo7Vz6pZEy3UMVHac1omN8hrH+/G7vkJrcPWkBUIT203A5kS2vND X-Received: by 10.180.211.49 with SMTP id mz17mr33047313wic.69.1438598822760; Mon, 03 Aug 2015 03:47:02 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id w8sm22244822wja.15.2015.08.03.03.47.00 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 03 Aug 2015 03:47:01 -0700 (PDT) From: Thomas Monjalon To: Chao Zhu Date: Mon, 03 Aug 2015 12:45:48 +0200 Message-ID: <1905602.nJGDun3h9E@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <1438586178-19555-2-git-send-email-chaozhu@linux.vnet.ibm.com> References: <1438586178-19555-1-git-send-email-chaozhu@linux.vnet.ibm.com> <1438586178-19555-2-git-send-email-chaozhu@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] PPC64: add cpu cycle support to IBM POWER8 PPC64LE 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, 03 Aug 2015 10:47:03 -0000 2015-08-03 15:16, Chao Zhu: > On IBM POWER8 PPC64 little endian architecture, the definition of tsc > union will be different. This patch fix this to enable the right output > from rte_rdtsc(). > > Signed-off-by: Chao Zhu Applied, thanks