[PATCH v2 19/22] net/intel/common: include network headers
Stephen Hemminger
stephen at networkplumber.org
Mon Aug 3 18:52:05 CEST 2026
This file was depending on network protocol headers getting
included via rte_ethdev.h -> rte_flow.h.
Signed-off-by: Stephen Hemminger <stephen at networkplumber.org>
---
drivers/net/intel/common/tx_scalar.h | 3 +++
1 file changed, 3 insertions(+)
diff --git a/drivers/net/intel/common/tx_scalar.h b/drivers/net/intel/common/tx_scalar.h
index 11ab6c08fc..dcb2ea5542 100644
--- a/drivers/net/intel/common/tx_scalar.h
+++ b/drivers/net/intel/common/tx_scalar.h
@@ -8,6 +8,9 @@
#include <stdint.h>
#include <rte_io.h>
#include <rte_byteorder.h>
+#include <rte_udp.h>
+#include <rte_tcp.h>
+#include <rte_sctp.h>
/* depends on common Tx definitions. */
#include "tx.h"
--
2.53.0
More information about the dev
mailing list