[PATCH v3 28/44] net/ntnic: replace use of sys/queue.h

Stephen Hemminger stephen at networkplumber.org
Mon Nov 3 17:47:33 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/ntnic/ntnic_ethdev.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/net/ntnic/ntnic_ethdev.c b/drivers/net/ntnic/ntnic_ethdev.c
index f8a01dc9fc..6e1bc16036 100644
--- a/drivers/net/ntnic/ntnic_ethdev.c
+++ b/drivers/net/ntnic/ntnic_ethdev.c
@@ -14,8 +14,6 @@
 #include <ethdev_pci.h>
 #include <rte_kvargs.h>
 
-#include <sys/queue.h>
-
 #include "rte_spinlock.h"
 #include "ntlog.h"
 #include "ntdrv_4ga.h"
-- 
2.51.0



More information about the dev mailing list