[PATCH v3 26/44] net/memif: replace use of sys/queue.h

Stephen Hemminger stephen at networkplumber.org
Mon Nov 3 17:47:31 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/memif/memif_socket.h  | 1 -
 drivers/net/memif/rte_eth_memif.h | 1 -
 2 files changed, 2 deletions(-)

diff --git a/drivers/net/memif/memif_socket.h b/drivers/net/memif/memif_socket.h
index b0decbb0a2..f95b64fd61 100644
--- a/drivers/net/memif/memif_socket.h
+++ b/drivers/net/memif/memif_socket.h
@@ -5,7 +5,6 @@
 #ifndef _MEMIF_SOCKET_H_
 #define _MEMIF_SOCKET_H_
 
-#include <sys/queue.h>
 #include <sys/un.h>
 
 /**
diff --git a/drivers/net/memif/rte_eth_memif.h b/drivers/net/memif/rte_eth_memif.h
index d4e625ab51..0154930cb7 100644
--- a/drivers/net/memif/rte_eth_memif.h
+++ b/drivers/net/memif/rte_eth_memif.h
@@ -5,7 +5,6 @@
 #ifndef _RTE_ETH_MEMIF_H_
 #define _RTE_ETH_MEMIF_H_
 
-#include <sys/queue.h>
 
 #include <ethdev_driver.h>
 #include <rte_ether.h>
-- 
2.51.0



More information about the dev mailing list