From patchwork Wed Oct 21 07:48:06 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eli Britstein X-Patchwork-Id: 1385751 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=openvswitch.org (client-ip=140.211.166.133; helo=hemlock.osuosl.org; envelope-from=ovs-dev-bounces@openvswitch.org; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=nvidia.com Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4CGjHj2FC3z9sSC for ; Thu, 22 Oct 2020 07:48:00 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 375FF874C6; Wed, 21 Oct 2020 20:47:58 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id hibxCzGSNDZP; Wed, 21 Oct 2020 20:47:57 +0000 (UTC) Received: from lists.linuxfoundation.org (lf-lists.osuosl.org [140.211.9.56]) by hemlock.osuosl.org (Postfix) with ESMTP id 8224E874C3; Wed, 21 Oct 2020 20:47:57 +0000 (UTC) Received: from lf-lists.osuosl.org (localhost [127.0.0.1]) by lists.linuxfoundation.org (Postfix) with ESMTP id 65F70C08A1; Wed, 21 Oct 2020 20:47:57 +0000 (UTC) X-Original-To: dev@openvswitch.org Delivered-To: ovs-dev@lists.linuxfoundation.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by lists.linuxfoundation.org (Postfix) with ESMTP id 7E08BC0052 for ; Wed, 21 Oct 2020 20:47:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 640D01FF98 for ; Wed, 21 Oct 2020 20:47:56 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id T71f7TOxXcJ5 for ; Wed, 21 Oct 2020 20:47:52 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mellanox.co.il (mail-il-dmz.mellanox.com [193.47.165.129]) by silver.osuosl.org (Postfix) with ESMTP id E54B23318F for ; Wed, 21 Oct 2020 07:48:42 +0000 (UTC) Received: from Internal Mail-Server by MTLPINE1 (envelope-from elibr@nvidia.com) with SMTP; 21 Oct 2020 10:48:39 +0300 Received: from nvidia.com (dev-r-vrt-214.mtr.labs.mlnx [10.212.214.1]) by labmailer.mlnx (8.13.8/8.13.8) with ESMTP id 09L7mc6A031785; Wed, 21 Oct 2020 10:48:39 +0300 From: Eli Britstein To: dev@openvswitch.org, Ian Stokes Date: Wed, 21 Oct 2020 07:48:06 +0000 Message-Id: <20201021074807.3527-3-elibr@nvidia.com> X-Mailer: git-send-email 2.28.0.546.g385c171 In-Reply-To: <20201021074807.3527-1-elibr@nvidia.com> References: <20201021074807.3527-1-elibr@nvidia.com> MIME-Version: 1.0 Cc: Eli Britstein , David Marchand , Ilya Maximets Subject: [ovs-dev] [PATCH dpdk-latest 2/3] Revert "sparse: Update to DPDK 20.05 trace point header." X-BeenThere: ovs-dev@openvswitch.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ovs-dev-bounces@openvswitch.org Sender: "dev" This reverts commit 3db526d2ad127ca46452fa97016075b32b07e806. Signed-off-by: Eli Britstein --- include/sparse/automake.mk | 2 +- .../sparse/{rte_trace_point.h => rte_trace_point_provider.h} | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename include/sparse/{rte_trace_point.h => rte_trace_point_provider.h} (87%) diff --git a/include/sparse/automake.mk b/include/sparse/automake.mk index c6ced9387..49d4513d6 100644 --- a/include/sparse/automake.mk +++ b/include/sparse/automake.mk @@ -12,7 +12,7 @@ noinst_HEADERS += \ include/sparse/pthread.h \ include/sparse/rte_atomic.h \ include/sparse/rte_memcpy.h \ - include/sparse/rte_trace_point.h \ + include/sparse/rte_trace_point_provider.h \ include/sparse/sys/socket.h \ include/sparse/sys/sysmacros.h \ include/sparse/sys/types.h \ diff --git a/include/sparse/rte_trace_point.h b/include/sparse/rte_trace_point_provider.h similarity index 87% rename from include/sparse/rte_trace_point.h rename to include/sparse/rte_trace_point_provider.h index c28f1c941..27bc8725a 100644 --- a/include/sparse/rte_trace_point.h +++ b/include/sparse/rte_trace_point_provider.h @@ -21,6 +21,6 @@ #define __ATOMIC_ACQUIRE 0 #define __atomic_load_n(p, memorder) *(p) -/* Get actual definitions for us to annotate and +/* Get actual definitions for us to annotate and * build on. */ -#include_next +#include_next