Re: [dpdk-dev] [PATCH v2 2/4] meson: change default cache line size for armv8

2019-04-17 Thread Honnappa Nagarahalli
> > Currently, the cache line size of armv8 CPUs having Implementor ID of 0x41 is > 64 bytes. I guess you meant to say 128 bytes > > Signed-off-by: Yongseok Koh > --- > > v2: > * introduce flags_arm replacing flags_generic instead of using the extra flags > > config/arm/meson.build | 7 +

[dpdk-dev] [PATCH v2 2/4] meson: change default cache line size for armv8

2019-04-17 Thread Yongseok Koh
Currently, the cache line size of armv8 CPUs having Implementor ID of 0x41 is 64 bytes. Signed-off-by: Yongseok Koh --- v2: * introduce flags_arm replacing flags_generic instead of using the extra flags config/arm/meson.build | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --