[PATCH v4 04/13] net/ixgbe: add missing vector API header include
Mattias Rönnblom
mattias.ronnblom at ericsson.com
Thu Jun 20 19:57:22 CEST 2024
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.ronnblom at 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
More information about the dev
mailing list