* [dpdk-dev] [PATCH] config: update for ppc build with meson
@ 2019-06-05 22:55 David Wilder
2019-06-05 23:22 ` David Christensen
0 siblings, 1 reply; 3+ messages in thread
From: David Wilder @ 2019-06-05 22:55 UTC (permalink / raw)
To: dev; +Cc: thomas, bruce.richardson, pradeep, drc
Adding defines for missing RTE_MACHINE_CPUFLAGs.
Signed-off-by: David Wilder <dwilder@us.ibm.com>
---
I am splitting my previous patch "meson: Update flags and values for ppc_64"
into two separate patches (not a series). This is the first patch.
config/ppc_64/meson.build | 2 ++
1 file changed, 2 insertions(+)
diff --git a/config/ppc_64/meson.build b/config/ppc_64/meson.build
index 7ceae1d..8c64445 100644
--- a/config/ppc_64/meson.build
+++ b/config/ppc_64/meson.build
@@ -11,3 +11,5 @@ dpdk_conf.set('RTE_ARCH_PPC_64', 1)
dpdk_conf.set('RTE_MAX_LCORE', 256)
dpdk_conf.set('RTE_MAX_NUMA_NODES', 32)
dpdk_conf.set('RTE_CACHE_LINE_SIZE', 128)
+dpdk_conf.set('RTE_MACHINE_CPUFLAG_ALTIVEC', 1)
+dpdk_conf.set('RTE_MACHINE_CPUFLAG_VSX', 1)
--
1.8.3.1
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dpdk-dev] [PATCH] config: update for ppc build with meson
2019-06-05 22:55 [dpdk-dev] [PATCH] config: update for ppc build with meson David Wilder
@ 2019-06-05 23:22 ` David Christensen
2019-07-04 15:38 ` Thomas Monjalon
0 siblings, 1 reply; 3+ messages in thread
From: David Christensen @ 2019-06-05 23:22 UTC (permalink / raw)
To: David Wilder, dev; +Cc: thomas, bruce.richardson, pradeep, drc
> Adding defines for missing RTE_MACHINE_CPUFLAGs.
>
> Signed-off-by: David Wilder <dwilder@us.ibm.com>
> ---
> I am splitting my previous patch "meson: Update flags and values for ppc_64"
> into two separate patches (not a series). This is the first patch.
Acked-by: David Christensen <drc@linux.vnet.ibm.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dpdk-dev] [PATCH] config: update for ppc build with meson
2019-06-05 23:22 ` David Christensen
@ 2019-07-04 15:38 ` Thomas Monjalon
0 siblings, 0 replies; 3+ messages in thread
From: Thomas Monjalon @ 2019-07-04 15:38 UTC (permalink / raw)
To: David Wilder; +Cc: dev, David Christensen, bruce.richardson, pradeep, drc
06/06/2019 01:22, David Christensen:
> > Adding defines for missing RTE_MACHINE_CPUFLAGs.
> >
> > Signed-off-by: David Wilder <dwilder@us.ibm.com>
> > ---
> > I am splitting my previous patch "meson: Update flags and values for ppc_64"
> > into two separate patches (not a series). This is the first patch.
>
> Acked-by: David Christensen <drc@linux.vnet.ibm.com>
Applied, thanks
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-07-04 15:38 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-05 22:55 [dpdk-dev] [PATCH] config: update for ppc build with meson David Wilder
2019-06-05 23:22 ` David Christensen
2019-07-04 15:38 ` Thomas Monjalon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).