[PATCH v2 12/68] lpm: remove unnecessary include of rte_memcpy.h

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


No longer used.

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

diff --git a/lib/lpm/rte_lpm6.c b/lib/lpm/rte_lpm6.c
index e23c886766..c3fb795c59 100644
--- a/lib/lpm/rte_lpm6.c
+++ b/lib/lpm/rte_lpm6.c
@@ -12,7 +12,6 @@
 #include <rte_log.h>
 #include <rte_common.h>
 #include <rte_malloc.h>
-#include <rte_memcpy.h>
 #include <rte_eal_memconfig.h>
 #include <rte_string_fns.h>
 #include <rte_errno.h>
-- 
2.53.0



More information about the dev mailing list