[RFC 33/47] net/memif: replace use of sys/queue.h
Stephen Hemminger
stephen at networkplumber.org
Tue Aug 19 01:27:44 CEST 2025
Replace use of system sys/queue.h with DPDK 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 8e45a3ab78..dc6ca8be58 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.47.2
More information about the dev
mailing list