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 <[email protected]> > --- > 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 <[email protected]>

