From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 14201A3168 for ; Thu, 17 Oct 2019 07:02:07 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 37F3C1E540; Thu, 17 Oct 2019 07:01:56 +0200 (CEST) Received: from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com [207.211.31.120]) by dpdk.org (Postfix) with ESMTP id 722621E540 for ; Thu, 17 Oct 2019 07:01:54 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1571288514; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=cbq0+nG9/M3cYfpBo7plFLL3ecWzku/F/prfHp62yHQ=; b=ZEEoyBB4v7pkJfcWnnNGSnKp3G4YFe3UgukVvr0mNksZuKi9TSDtp30h/QHwCOk9ID04h1 k83Yrq/ksySdrqvLs+h+q4ODADA7t1gU1kBSRzLNdRHCdK3EMx9sLVqmJ6/I6aabOb1DzX x+hqAtXpHwOAdl1RFRSe+Hxdi7g1CwY= Received: from mail-pl1-f198.google.com (mail-pl1-f198.google.com [209.85.214.198]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-239-XW0QiV3sM_KloIWnA-rrTg-1; Thu, 17 Oct 2019 01:01:52 -0400 Received: by mail-pl1-f198.google.com with SMTP id d1so675974plj.9 for ; Wed, 16 Oct 2019 22:01:52 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=cbq0+nG9/M3cYfpBo7plFLL3ecWzku/F/prfHp62yHQ=; b=JA1uDC1EmusvSPtTmZMSxQSXPQYGxnyn4H8+7Weuisud0ocDIRH3wIC8yVVNjtcWnA qL0vBxG2LeTrVxFS+NQ9ATK12vjTCAcMPJQsyBgJWxU5jUa5Rjk25TawmVLzsDdCuxEH 9VxjhLxm/rp1SrwFP68pyr4ak42OB+cc1wffwPS73Iky+kfJcAfkFpA4Lr76nBxj4p9R D3HZtlsm2dwNUIOb2UZlBhsFsEi3YA3qwq+i7GWpHGa6ug5iXE5642L2uOjWf10yHUBJ FoKHEeQSAxtBFQ1XW1+U9XRNJ1JRWtHRHBwbfZuv0/o5BxLWeZUAgteCs2RmEGzVeCSI jfDg== X-Gm-Message-State: APjAAAXV4LJsmwZe6r7WLNIZYasBhyCIKLAdcW0100UK+cET3t5yRHcv +s5z9WMTQ4zA1RPJFsYdQdrSuYIWWEjgFUGtmLfvF5FCC91slL4Y5GWmc9vtpBKf5AaSGVz4XRd PDJP84iTiqEeEjzbUKBk= X-Received: by 2002:a05:6122:10d4:: with SMTP id l20mr976052vko.18.1571288510502; Wed, 16 Oct 2019 22:01:50 -0700 (PDT) X-Google-Smtp-Source: APXvYqyM3v1rKr178qQTyJBLK1cXvMIepzdp/45ReJXCWMQybo7+tWNywLm2/jWeMD9WN+pOOkQAmbbnVljSWKW6plo= X-Received: by 2002:a05:6122:10d4:: with SMTP id l20mr976035vko.18.1571288510246; Wed, 16 Oct 2019 22:01:50 -0700 (PDT) MIME-Version: 1.0 References: <20190927090433.32311-1-hemant.agrawal@nxp.com> In-Reply-To: From: David Marchand Date: Thu, 17 Oct 2019 07:01:39 +0200 Message-ID: To: David Christensen Cc: dev X-MC-Unique: XW0QiV3sM_KloIWnA-rrTg-1 X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [dpdk-dev] [PATCH] eal/ppc_64: add SPDX license tag 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Sat, Sep 28, 2019 at 1:45 AM David Christensen wrote: > > > Cc: Gowrishankar Muthukrishnan > > > > Signed-off-by: Hemant Agrawal > > --- > > lib/librte_eal/common/arch/ppc_64/rte_cycles.c | 4 ++++ > > 1 file changed, 4 insertions(+) > > Reviewed-by: David Christensen As discussed offlist, changed this to an ack. Applied, thanks. -- David Marchand