[PATCH v3 24/44] net/enic: replace use of sys/queue.h
Stephen Hemminger
stephen at networkplumber.org
Mon Nov 3 17:47:29 CET 2025
Replace use of system sys/queue.h with DPDK rte_bsd_queue.h
Signed-off-by: Stephen Hemminger <stephen at networkplumber.org>
---
drivers/net/enic/enic.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/net/enic/enic.h b/drivers/net/enic/enic.h
index 87f6b35fcd..163aff226f 100644
--- a/drivers/net/enic/enic.h
+++ b/drivers/net/enic/enic.h
@@ -21,7 +21,6 @@
#include "enic_res.h"
#include "cq_enet_desc.h"
#include <stdbool.h>
-#include <sys/queue.h>
#include <rte_spinlock.h>
#define DRV_NAME "enic_pmd"
--
2.51.0
More information about the dev
mailing list