[PATCH v2 63/68] rib: remove rte_memcpy include
Stephen Hemminger
stephen at networkplumber.org
Fri Aug 21 21:24:58 CEST 2026
The rte_memcpy function is no longer used in this library.
Signed-off-by: Stephen Hemminger <stephen at networkplumber.org>
---
lib/rib/rte_rib6.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/lib/rib/rte_rib6.h b/lib/rib/rte_rib6.h
index e3fb464ae6..2e554579d1 100644
--- a/lib/rib/rte_rib6.h
+++ b/lib/rib/rte_rib6.h
@@ -14,7 +14,6 @@
* Level compressed tree implementation for IPv6 Longest Prefix Match
*/
-#include <rte_memcpy.h>
#include <rte_ip6.h>
#ifdef __cplusplus
--
2.53.0
More information about the dev
mailing list