[PATCH v3 1/6] net/fm10k: add missing vector API header include
Mattias Rönnblom
mattias.ronnblom at ericsson.com
Thu Jun 20 13:50:22 CEST 2024
The fm10k PMD 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>
Acked-by: Bruce Richardson <bruce.richardson at intel.com>
---
drivers/net/fm10k/fm10k_rxtx_vec.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/net/fm10k/fm10k_rxtx_vec.c b/drivers/net/fm10k/fm10k_rxtx_vec.c
index 2b6914b1da..62119de373 100644
--- a/drivers/net/fm10k/fm10k_rxtx_vec.c
+++ b/drivers/net/fm10k/fm10k_rxtx_vec.c
@@ -6,6 +6,7 @@
#include <ethdev_driver.h>
#include <rte_common.h>
+#include <rte_vect.h>
#include "fm10k.h"
#include "base/fm10k_type.h"
--
2.34.1
More information about the dev
mailing list