[ovs-dev] [PATCH dpdk-latest 3/3] Revert "sparse: Fix build with 20.05 DPDK tracepoints."

Eli Britstein elibr at nvidia.com
Wed Oct 21 07:48:07 UTC 2020


This reverts commit 2f531cbdc46d92a3cd78572e3ce0e32eb9fd8d20.

Signed-off-by: Eli Britstein <elibr at nvidia.com>
---
 include/sparse/automake.mk                |  1 -
 include/sparse/rte_trace_point_provider.h | 26 -----------------------
 2 files changed, 27 deletions(-)
 delete mode 100644 include/sparse/rte_trace_point_provider.h

diff --git a/include/sparse/automake.mk b/include/sparse/automake.mk
index 49d4513d6..974ad3fe5 100644
--- a/include/sparse/automake.mk
+++ b/include/sparse/automake.mk
@@ -12,7 +12,6 @@ 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/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_provider.h
deleted file mode 100644
index 27bc8725a..000000000
--- a/include/sparse/rte_trace_point_provider.h
+++ /dev/null
@@ -1,26 +0,0 @@
-/* Copyright 2020, Red Hat, Inc.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at:
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-#ifndef __CHECKER__
-#error "Use this header only with sparse.  It is not a correct implementation."
-#endif
-
-/* sparse doesn't know about gcc atomic builtins. */
-#define __ATOMIC_ACQUIRE 0
-#define __atomic_load_n(p, memorder) *(p)
-
-/* Get actual <rte_trace_point_provider.h> definitions for us to annotate and
- * build on. */
-#include_next <rte_trace_point_provider.h>
-- 
2.28.0.546.g385c171



More information about the dev mailing list