DPDK patches and discussions
 help / color / mirror / Atom feed
From: Honnappa Nagarahalli <honnappa.nagarahalli@arm.com>
To: dev@dpdk.org, honnappa.nagarahalli@arm.com, bruce.richardson@intel.com
Cc: ruifeng.wang@arm.com, nd@arm.com, juraj.linkes@pantheon.tech
Subject: [dpdk-dev] [PATCH] config/arm: add qualcomm config
Date: Fri,  5 Feb 2021 16:33:10 -0600	[thread overview]
Message-ID: <20210205223310.9868-1-honnappa.nagarahalli@arm.com> (raw)

Add Qualcomm config back which was deleted.

Fixes: 91c730fd4e09 ("config/arm: remove unused or superfluous variables")
Cc: juraj.linkes@pantheon.tech

Signed-off-by: Honnappa Nagarahalli <honnappa.nagarahalli@arm.com>
Reviewed-by: Ruifeng Wang <ruifeng.wang@arm.com>
---
 config/arm/meson.build | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/config/arm/meson.build b/config/arm/meson.build
index f94876857..00bc4610a 100644
--- a/config/arm/meson.build
+++ b/config/arm/meson.build
@@ -147,6 +147,20 @@ implementer_ampere = {
 	}
 }
 
+implementer_qualcomm = {
+	'description': 'Qualcomm',
+	'flags': [
+		['RTE_MACHINE', '"armv8a"'],
+		['RTE_USE_C11_MEM_MODEL', true],
+		['RTE_CACHE_LINE_SIZE', 64],
+		['RTE_MAX_LCORE', 64],
+		['RTE_MAX_NUMA_NODES', 1]
+	],
+	'part_number_config': {
+		'0xc00': {'machine_args':  ['-march=armv8-a+crc']}
+	}
+}
+
 implementer_marvell = {
 	'description': 'Marvell ARMADA',
 	'flags': [
@@ -177,6 +191,7 @@ implementers = {
 	'0x41': implementer_arm,
 	'0x43': implementer_cavium,
 	'0x50': implementer_ampere,
+	'0x51': implementer_qualcomm,
 	'0x56': implementer_marvell,
 	'dpaa': implementer_dpaa
 }
-- 
2.17.1


             reply	other threads:[~2021-02-05 22:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-05 22:33 Honnappa Nagarahalli [this message]
2021-02-10 10:00 ` 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=20210205223310.9868-1-honnappa.nagarahalli@arm.com \
    --to=honnappa.nagarahalli@arm.com \
    --cc=bruce.richardson@intel.com \
    --cc=dev@dpdk.org \
    --cc=juraj.linkes@pantheon.tech \
    --cc=nd@arm.com \
    --cc=ruifeng.wang@arm.com \
    /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).