[PATCH v4 02/13] net/iavf: add missing vector API header include
Mattias Rönnblom
mattias.ronnblom at ericsson.com
Thu Jun 20 19:57:20 CEST 2024
The iavf 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/iavf/iavf_rxtx_vec_sse.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/drivers/net/iavf/iavf_rxtx_vec_sse.c b/drivers/net/iavf/iavf_rxtx_vec_sse.c
index 96f187f511..75270876c1 100644
--- a/drivers/net/iavf/iavf_rxtx_vec_sse.c
+++ b/drivers/net/iavf/iavf_rxtx_vec_sse.c
@@ -5,13 +5,12 @@
#include <stdint.h>
#include <ethdev_driver.h>
#include <rte_malloc.h>
+#include <rte_vect.h>
#include "iavf.h"
#include "iavf_rxtx.h"
#include "iavf_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