Re: [dpdk-dev] [PATCH] meson: Update flags and values for ppc_64

2019-06-04 Thread dwilder
On 2019-06-04 14:04, Thomas Monjalon wrote: 04/06/2019 22:25, dwilder: On 2019-06-03 15:30, Thomas Monjalon wrote: > 27/05/2019 11:41, Bruce Richardson: >> On Fri, May 24, 2019 at 09:04:04AM -0700, David Wilder wrote: >> > Setting RTE_MAX_LCORE to reflect the largest available configuration. >>

Re: [dpdk-dev] [PATCH] meson: Update flags and values for ppc_64

2019-06-04 Thread Thomas Monjalon
04/06/2019 22:25, dwilder: > On 2019-06-03 15:30, Thomas Monjalon wrote: > > 27/05/2019 11:41, Bruce Richardson: > >> On Fri, May 24, 2019 at 09:04:04AM -0700, David Wilder wrote: > >> > Setting RTE_MAX_LCORE to reflect the largest available configuration. > >> > Adding defines for missing RTE_MACH

Re: [dpdk-dev] [PATCH] meson: Update flags and values for ppc_64

2019-06-04 Thread dwilder
On 2019-06-03 15:30, Thomas Monjalon wrote: 27/05/2019 11:41, Bruce Richardson: On Fri, May 24, 2019 at 09:04:04AM -0700, David Wilder wrote: > Setting RTE_MAX_LCORE to reflect the largest available configuration. > Adding defines for missing RTE_MACHINE_CPUFLAGs. > > Signed-off-by: David Wilder

Re: [dpdk-dev] [PATCH] meson: Update flags and values for ppc_64

2019-06-03 Thread Thomas Monjalon
27/05/2019 11:41, Bruce Richardson: > On Fri, May 24, 2019 at 09:04:04AM -0700, David Wilder wrote: > > Setting RTE_MAX_LCORE to reflect the largest available configuration. > > Adding defines for missing RTE_MACHINE_CPUFLAGs. > > > > Signed-off-by: David Wilder > > --- > > --- a/config/ppc_64/me

Re: [dpdk-dev] [PATCH] meson: Update flags and values for ppc_64

2019-05-27 Thread Bruce Richardson
On Fri, May 24, 2019 at 09:04:04AM -0700, David Wilder wrote: > Setting RTE_MAX_LCORE to reflect the largest available configuration. > Adding defines for missing RTE_MACHINE_CPUFLAGs. > > Signed-off-by: David Wilder > --- > config/ppc_64/meson.build | 4 +++- > 1 file changed, 3 insertions(+),

[dpdk-dev] [PATCH] meson: Update flags and values for ppc_64

2019-05-24 Thread David Wilder
Setting RTE_MAX_LCORE to reflect the largest available configuration. Adding defines for missing RTE_MACHINE_CPUFLAGs. Signed-off-by: David Wilder --- config/ppc_64/meson.build | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/ppc_64/meson.build b/config/ppc_64/meson.