[PATCH v4 20/23] net/intel/common: include network headers
Bruce Richardson
bruce.richardson at intel.com
Thu Sep 3 12:41:00 CEST 2026
On Wed, Aug 05, 2026 at 10:09:14PM -0700, Stephen Hemminger wrote:
> 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"
> --
Acked-by: Bruce Richardson <bruce.richardson at intel.com>
More information about the dev
mailing list