* [dpdk-dev] [PATCH] config/arm: add qualcomm config
@ 2021-02-05 22:33 Honnappa Nagarahalli
2021-02-10 10:00 ` Thomas Monjalon
0 siblings, 1 reply; 2+ messages in thread
From: Honnappa Nagarahalli @ 2021-02-05 22:33 UTC (permalink / raw)
To: dev, honnappa.nagarahalli, bruce.richardson
Cc: ruifeng.wang, nd, juraj.linkes
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [dpdk-dev] [PATCH] config/arm: add qualcomm config
2021-02-05 22:33 [dpdk-dev] [PATCH] config/arm: add qualcomm config Honnappa Nagarahalli
@ 2021-02-10 10:00 ` Thomas Monjalon
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Monjalon @ 2021-02-10 10:00 UTC (permalink / raw)
To: Honnappa Nagarahalli
Cc: dev, bruce.richardson, ruifeng.wang, nd, juraj.linkes
05/02/2021 23:33, Honnappa Nagarahalli:
> 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>
Applied, thanks.
There were too many misses in the Arm config rework.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-02-10 10:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-05 22:33 [dpdk-dev] [PATCH] config/arm: add qualcomm config Honnappa Nagarahalli
2021-02-10 10:00 ` 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).