X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=config%2Farm%2Fmeson.build;h=22cd81319c066ad1bbd28435cf25168cfe1ce44b;hb=99a2dd955fba6e4cc23b77d590a033650ced9c45;hp=1099776b24d4d8e4fb6b625a09621015d1eda1f0;hpb=f2cdd95f2d3f09ed84d33ba62d275e590b10fd67;p=dpdk.git diff --git a/config/arm/meson.build b/config/arm/meson.build index 1099776b24..22cd81319c 100644 --- a/config/arm/meson.build +++ b/config/arm/meson.build @@ -7,7 +7,7 @@ flags_common = [ # Accelerate rte_memcpy. Be sure to run unit test (memcpy_perf_autotest) # to determine the best threshold in code. Refer to notes in source file - # (lib/librte_eal/arm/include/rte_memcpy_64.h) for more info. + # (lib/eal/arm/include/rte_memcpy_64.h) for more info. ['RTE_ARCH_ARM64_MEMCPY', false], # ['RTE_ARM64_MEMCPY_ALIGNED_THRESHOLD', 2048], # ['RTE_ARM64_MEMCPY_UNALIGNED_THRESHOLD', 512],