Re: [dpdk-dev] [PATCH v3 2/4] meson: change default config for armv8

2019-04-18 Thread Honnappa Nagarahalli
> > Current default cache line size for armv8 CPUs having Implementor ID of > 0x41 is 128 bytes, changing it to 64 bytes. Also, the max number of lcores is > changed to 16 from 256. > > Signed-off-by: Yongseok Koh > --- > > v3: > * decrease RTE_MAX_LCORE to 16 from 256 > * change title and comm

[dpdk-dev] [PATCH v3 2/4] meson: change default config for armv8

2019-04-18 Thread Yongseok Koh
Current default cache line size for armv8 CPUs having Implementor ID of 0x41 is 128 bytes, changing it to 64 bytes. Also, the max number of lcores is changed to 16 from 256. Signed-off-by: Yongseok Koh --- v3: * decrease RTE_MAX_LCORE to 16 from 256 * change title and commit log v2: * introduce