[PATCH v4 10/13] net/octeon_ep: add missing vector API header include
Mattias Rönnblom
mattias.ronnblom at ericsson.com
Thu Jun 20 19:57:28 CEST 2024
The octeon_ip 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>
Acked-by: Stephen Hemminger <stephen at networkplumber.org>
---
drivers/net/octeon_ep/otx_ep_ethdev.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/net/octeon_ep/otx_ep_ethdev.c b/drivers/net/octeon_ep/otx_ep_ethdev.c
index 46211361a0..b069216629 100644
--- a/drivers/net/octeon_ep/otx_ep_ethdev.c
+++ b/drivers/net/octeon_ep/otx_ep_ethdev.c
@@ -5,6 +5,8 @@
#include <inttypes.h>
#include <ethdev_pci.h>
+#include <rte_vect.h>
+
#include "otx_ep_common.h"
#include "otx_ep_vf.h"
#include "otx2_ep_vf.h"
--
2.34.1
More information about the dev
mailing list