From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] PPC64: add cpu cycle support to IBM POWER8 PPC64LE Date: Mon, 03 Aug 2015 12:45:48 +0200 Message-ID: <1905602.nJGDun3h9E@xps13> 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-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Chao Zhu 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) In-Reply-To: <1438586178-19555-2-git-send-email-chaozhu@linux.vnet.ibm.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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