[RFC 13/21] net/rnp: include network headers
Stephen Hemminger
stephen at networkplumber.org
Sun Aug 2 20:15:18 CEST 2026
The driver was getting definition of standard network protocol
headers indirectly from rte_ethdev.h
Signed-off-by: Stephen Hemminger <stephen at networkplumber.org>
---
drivers/net/rnp/rnp_rxtx.c | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/drivers/net/rnp/rnp_rxtx.c b/drivers/net/rnp/rnp_rxtx.c
index 81e8c6ba44..93a3372e5a 100644
--- a/drivers/net/rnp/rnp_rxtx.c
+++ b/drivers/net/rnp/rnp_rxtx.c
@@ -8,6 +8,12 @@
#include <rte_memzone.h>
#include <rte_mbuf.h>
#include <rte_malloc.h>
+#include <rte_vxlan.h>
+#include <rte_ip.h>
+#include <rte_gre.h>
+#include <rte_udp.h>
+#include <rte_tcp.h>
+#include <rte_sctp.h>
#include "base/rnp_bdq_if.h"
#include "base/rnp_dma_regs.h"
--
2.53.0
More information about the dev
mailing list