[ovs-dev] [PATCH dpdk-latest] sparse: Update to DPDK 20.05 trace point header.

David Marchand david.marchand at redhat.com
Wed May 27 12:26:28 UTC 2020


A simplication happened in the trace point framework in 20.05-rc2.
Align to the header renaming.

Note: Can this be squashed with the previous fix at the next dpdk-latest
rebase?

Signed-off-by: David Marchand <david.marchand at redhat.com>
---
 include/sparse/automake.mk                                    | 2 +-
 .../sparse/{rte_trace_point_provider.h => rte_trace_point.h}  | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
 rename include/sparse/{rte_trace_point_provider.h => rte_trace_point.h} (87%)

diff --git a/include/sparse/automake.mk b/include/sparse/automake.mk
index 49d4513d69..c6ced93872 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_provider.h \
+        include/sparse/rte_trace_point.h \
         include/sparse/sys/socket.h \
         include/sparse/sys/sysmacros.h \
         include/sparse/sys/types.h \
diff --git a/include/sparse/rte_trace_point_provider.h b/include/sparse/rte_trace_point.h
similarity index 87%
rename from include/sparse/rte_trace_point_provider.h
rename to include/sparse/rte_trace_point.h
index 27bc8725ac..c28f1c9418 100644
--- a/include/sparse/rte_trace_point_provider.h
+++ b/include/sparse/rte_trace_point.h
@@ -21,6 +21,6 @@
 #define __ATOMIC_ACQUIRE 0
 #define __atomic_load_n(p, memorder) *(p)
 
-/* Get actual <rte_trace_point_provider.h> definitions for us to annotate and
+/* Get actual <rte_trace_point.h> definitions for us to annotate and
  * build on. */
-#include_next <rte_trace_point_provider.h>
+#include_next <rte_trace_point.h>
-- 
2.23.0



More information about the dev mailing list