[PATCH v7 3/4] pipeline: add include of bitops
Tyler Retzlaff
roretzla at linux.microsoft.com
Sat Apr 1 02:45:06 CEST 2023
Include rte_bitops.h with the inline functions moving this include is
now needed.
Signed-off-by: Tyler Retzlaff <roretzla at linux.microsoft.com>
---
lib/pipeline/rte_swx_pipeline_internal.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/lib/pipeline/rte_swx_pipeline_internal.h b/lib/pipeline/rte_swx_pipeline_internal.h
index 2f24e1a..a67b6e9 100644
--- a/lib/pipeline/rte_swx_pipeline_internal.h
+++ b/lib/pipeline/rte_swx_pipeline_internal.h
@@ -8,6 +8,7 @@
#include <string.h>
#include <sys/queue.h>
+#include <rte_bitops.h>
#include <rte_byteorder.h>
#include <rte_common.h>
#include <rte_cycles.h>
--
1.8.3.1
More information about the dev
mailing list