The ixgbe driver relied on <rte_vect.h>, but failed to provide a direct include of this file.
Signed-off-by: Mattias Rönnblom <mattias.ronnb...@ericsson.com> --- drivers/net/ixgbe/ixgbe_rxtx_vec_sse.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/net/ixgbe/ixgbe_rxtx_vec_sse.c b/drivers/net/ixgbe/ixgbe_rxtx_vec_sse.c index f60808d576..0f93f58745 100644 --- a/drivers/net/ixgbe/ixgbe_rxtx_vec_sse.c +++ b/drivers/net/ixgbe/ixgbe_rxtx_vec_sse.c @@ -5,13 +5,12 @@ #include <stdint.h> #include <ethdev_driver.h> #include <rte_malloc.h> +#include <rte_vect.h> #include "ixgbe_ethdev.h" #include "ixgbe_rxtx.h" #include "ixgbe_rxtx_vec_common.h" -#include <tmmintrin.h> - #ifndef __INTEL_COMPILER #pragma GCC diagnostic ignored "-Wcast-qual" #endif -- 2.34.1