Re: [dpdk-dev] [PATCH] config: change default cache line size for ARMv8 with meson

2019-01-09 Thread Luca Boccassi
On Wed, 2019-01-09 at 15:34 +, Jerin Jacob Kollanukkaran wrote: > > > Please check below thread and patch. > > > > > > http://mails.dpdk.org/archives/dev/2019-January/122676.html > > > https://patches.dpdk.org/patch/49477/ > > > > > > Debian folks are building like this for the _generic_ imag

Re: [dpdk-dev] [PATCH] config: change default cache line size for ARMv8 with meson

2019-01-09 Thread Jerin Jacob Kollanukkaran
> > Please check below thread and patch. > > > > http://mails.dpdk.org/archives/dev/2019-January/122676.html > > https://patches.dpdk.org/patch/49477/ > > > > Debian folks are building like this for the _generic_ image. > > What ever works for every distros, I am fine with that. > > > > meson c

[dpdk-dev] [PATCH] config: change default cache line size for ARMv8 with meson

2019-01-09 Thread Yongseok Koh
In config/arm64_armv8_linuxapp_gcc, maximum available cache line size (128B) in arm64 implementations is set by default for generic config. However, setting 64B is preferable for meson build in order to support majority of CPUs which don't have Implementor ID or Part Number programmed on chip. Sig