Re: [dpdk-dev] [PATCH v6 2/4] meson: add infra to support machine specific flags

2019-03-29 Thread Thomas Monjalon
19/03/2019 10:40, Bruce Richardson: > On Mon, Mar 18, 2019 at 04:50:16PM +, Jerin Jacob Kollanukkaran wrote: > > From: Pavan Nikhilesh > > > > Currently, RTE_* flags are set based on the implementer ID but there might > > be some micro arch specific differences from the same vendor > > eg. CA

Re: [dpdk-dev] [PATCH v6 2/4] meson: add infra to support machine specific flags

2019-03-19 Thread Bruce Richardson
On Mon, Mar 18, 2019 at 04:50:16PM +, Jerin Jacob Kollanukkaran wrote: > From: Pavan Nikhilesh > > Currently, RTE_* flags are set based on the implementer ID but there might > be some micro arch specific differences from the same vendor > eg. CACHE_LINESIZE. Add support to set micro arch spec

[dpdk-dev] [PATCH v6 2/4] meson: add infra to support machine specific flags

2019-03-18 Thread Jerin Jacob Kollanukkaran
From: Pavan Nikhilesh Currently, RTE_* flags are set based on the implementer ID but there might be some micro arch specific differences from the same vendor eg. CACHE_LINESIZE. Add support to set micro arch specific flags. Signed-off-by: Pavan Nikhilesh Signed-off-by: Jerin Jacob --- config/