DPDK patches and discussions
 help / color / mirror / Atom feed
From: David Wilder <dwilder@us.ibm.com>
To: dev@dpdk.org
Cc: thomas@monjalon.net, bruce.richardson@intel.com,
	pradeep@us.ibm.com, drc@ibm.com
Subject: [dpdk-dev] [PATCH] config: update for ppc build with meson
Date: Wed,  5 Jun 2019 15:55:53 -0700	[thread overview]
Message-ID: <20190605225553.16816-1-dwilder@us.ibm.com> (raw)

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


             reply	other threads:[~2019-06-05 22:57 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-05 22:55 David Wilder [this message]
2019-06-05 23:22 ` David Christensen
2019-07-04 15:38   ` Thomas Monjalon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190605225553.16816-1-dwilder@us.ibm.com \
    --to=dwilder@us.ibm.com \
    --cc=bruce.richardson@intel.com \
    --cc=dev@dpdk.org \
    --cc=drc@ibm.com \
    --cc=pradeep@us.ibm.com \
    --cc=thomas@monjalon.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).