[PATCH v2 13/68] acl: remove unnecessary include of rte_memcpy.h

Stephen Hemminger stephen at networkplumber.org
Fri Aug 21 21:24:08 CEST 2026


rte_memcpy is no longer used here.

Signed-off-by: Stephen Hemminger <stephen at networkplumber.org>
---
 lib/acl/rte_acl_osdep.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/acl/rte_acl_osdep.h b/lib/acl/rte_acl_osdep.h
index b2c262dee7..48f29d895b 100644
--- a/lib/acl/rte_acl_osdep.h
+++ b/lib/acl/rte_acl_osdep.h
@@ -33,7 +33,6 @@
 #include <rte_vect.h>
 #include <rte_memory.h>
 #include <rte_log.h>
-#include <rte_memcpy.h>
 #include <rte_prefetch.h>
 #include <rte_byteorder.h>
 #include <rte_branch_prediction.h>
-- 
2.53.0



More information about the dev mailing list