[PATCH v2 12/22] node: get UDP header
Stephen Hemminger
stephen at networkplumber.org
Mon Aug 3 18:51:58 CEST 2026
This library was getting UDP header indirectly via rte_ethdev.h
Signed-off-by: Stephen Hemminger <stephen at networkplumber.org>
---
lib/node/udp4_input.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/lib/node/udp4_input.c b/lib/node/udp4_input.c
index 5a74e28c85..fb62822b76 100644
--- a/lib/node/udp4_input.c
+++ b/lib/node/udp4_input.c
@@ -11,6 +11,7 @@
#include <rte_graph.h>
#include <rte_graph_worker.h>
#include <rte_ip.h>
+#include <rte_udp.h>
#include <rte_lpm.h>
#include <rte_hash.h>
#include <rte_fbk_hash.h>
--
2.53.0
More information about the dev
mailing list