examples/vm_power: use compiler atomics for sync
[dpdk.git] / config / arm / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2017 Intel Corporation.
3 # Copyright(c) 2017 Cavium, Inc
4 # Copyright(c) 2021 PANTHEON.tech s.r.o.
5
6 # common flags to all aarch64 builds, with lowest priority
7 flags_common = [
8         # Accelerate rte_memcpy. Be sure to run unit test (memcpy_perf_autotest)
9         # to determine the best threshold in code. Refer to notes in source file
10         # (lib/eal/arm/include/rte_memcpy_64.h) for more info.
11         ['RTE_ARCH_ARM64_MEMCPY', false],
12         #    ['RTE_ARM64_MEMCPY_ALIGNED_THRESHOLD', 2048],
13         #    ['RTE_ARM64_MEMCPY_UNALIGNED_THRESHOLD', 512],
14         # Leave below RTE_ARM64_MEMCPY_xxx options commented out,
15         # unless there are strong reasons.
16         #    ['RTE_ARM64_MEMCPY_SKIP_GCC_VER_CHECK', false],
17         #    ['RTE_ARM64_MEMCPY_ALIGN_MASK', 0xF],
18         #    ['RTE_ARM64_MEMCPY_STRICT_ALIGN', false],
19
20         ['RTE_SCHED_VECTOR', false],
21         ['RTE_ARM_USE_WFE', false],
22         ['RTE_ARCH_ARM64', true],
23         ['RTE_CACHE_LINE_SIZE', 128]
24 ]
25
26 ## Part numbers are specific to Arm implementers
27 # implementer specific armv8 flags have middle priority
28 #     (will overwrite common flags)
29 # part number specific armv8 flags have higher priority
30 #     (will overwrite both common and implementer specific flags)
31 implementer_generic = {
32     'description': 'Generic armv8',
33     'flags': [
34         ['RTE_MACHINE', '"armv8a"'],
35         ['RTE_USE_C11_MEM_MODEL', true],
36         ['RTE_MAX_LCORE', 256],
37         ['RTE_MAX_NUMA_NODES', 4]
38     ],
39     'part_number_config': {
40         'generic': {
41             'march': 'armv8-a',
42             'march_features': ['crc'],
43             'compiler_options': ['-moutline-atomics']
44         },
45         'generic_aarch32': {
46             'machine_args': ['-march=armv8-a', '-mfpu=neon'],
47             'flags': [
48                 ['RTE_ARCH_ARM_NEON_MEMCPY', false],
49                 ['RTE_ARCH_STRICT_ALIGN', true],
50                 ['RTE_ARCH_ARMv8_AARCH32', true],
51                 ['RTE_CACHE_LINE_SIZE', 64]
52             ]
53         }
54     }
55 }
56
57 part_number_config_arm = {
58     '0xd03': {'compiler_options':  ['-mcpu=cortex-a53']},
59     '0xd04': {'compiler_options':  ['-mcpu=cortex-a35']},
60     '0xd07': {'compiler_options':  ['-mcpu=cortex-a57']},
61     '0xd08': {'compiler_options':  ['-mcpu=cortex-a72']},
62     '0xd09': {'compiler_options':  ['-mcpu=cortex-a73']},
63     '0xd0a': {'compiler_options':  ['-mcpu=cortex-a75']},
64     '0xd0b': {'compiler_options':  ['-mcpu=cortex-a76']},
65     '0xd0c': {
66         'march': 'armv8.2-a',
67         'march_features': ['crypto'],
68         'compiler_options':  ['-mcpu=neoverse-n1'],
69         'flags': [
70             ['RTE_MACHINE', '"neoverse-n1"'],
71             ['RTE_ARM_FEATURE_ATOMICS', true],
72             ['RTE_MAX_MEM_MB', 1048576],
73             ['RTE_MAX_LCORE', 160],
74             ['RTE_MAX_NUMA_NODES', 2]
75         ]
76     },
77     '0xd49': {
78         'march': 'armv8.5-a',
79         'march_features': ['sve2'],
80         'flags': [
81             ['RTE_MACHINE', '"neoverse-n2"'],
82             ['RTE_ARM_FEATURE_ATOMICS', true],
83             ['RTE_MAX_LCORE', 64],
84             ['RTE_MAX_NUMA_NODES', 1]
85         ]
86     }
87 }
88 implementer_arm = {
89     'description': 'Arm',
90     'flags': [
91         ['RTE_MACHINE', '"armv8a"'],
92         ['RTE_USE_C11_MEM_MODEL', true],
93         ['RTE_CACHE_LINE_SIZE', 64],
94         ['RTE_MAX_LCORE', 64],
95         ['RTE_MAX_NUMA_NODES', 4]
96     ],
97     'part_number_config': part_number_config_arm
98 }
99
100 flags_part_number_thunderx = [
101     ['RTE_MACHINE', '"thunderx"'],
102     ['RTE_USE_C11_MEM_MODEL', false]
103 ]
104 implementer_cavium = {
105     'description': 'Cavium',
106     'flags': [
107         ['RTE_MAX_VFIO_GROUPS', 128],
108         ['RTE_MAX_LCORE', 96],
109         ['RTE_MAX_NUMA_NODES', 2]
110     ],
111     'part_number_config': {
112         '0xa1': {
113             'compiler_options': ['-mcpu=thunderxt88'],
114             'flags': flags_part_number_thunderx
115         },
116         '0xa2': {
117             'compiler_options': ['-mcpu=thunderxt81'],
118             'flags': flags_part_number_thunderx
119         },
120         '0xa3': {
121             'compiler_options': ['-mcpu=thunderxt83'],
122             'flags': flags_part_number_thunderx
123         },
124         '0xaf': {
125             'march': 'armv8.1-a',
126             'march_features': ['crc', 'crypto'],
127             'compiler_options': ['-mcpu=thunderx2t99'],
128             'flags': [
129                 ['RTE_MACHINE', '"thunderx2"'],
130                 ['RTE_ARM_FEATURE_ATOMICS', true],
131                 ['RTE_USE_C11_MEM_MODEL', true],
132                 ['RTE_CACHE_LINE_SIZE', 64],
133                 ['RTE_MAX_LCORE', 256]
134             ]
135         },
136         '0xb2': {
137             'march': 'armv8.2-a',
138             'march_features': ['crc', 'crypto', 'lse'],
139             'compiler_options': ['-mcpu=octeontx2'],
140             'flags': [
141                 ['RTE_MACHINE', '"octeontx2"'],
142                 ['RTE_ARM_FEATURE_ATOMICS', true],
143                 ['RTE_USE_C11_MEM_MODEL', true],
144                 ['RTE_MAX_LCORE', 36],
145                 ['RTE_MAX_NUMA_NODES', 1]
146             ]
147         }
148     }
149 }
150
151 implementer_ampere = {
152     'description': 'Ampere Computing',
153     'flags': [
154         ['RTE_MACHINE', '"emag"'],
155         ['RTE_CACHE_LINE_SIZE', 64],
156         ['RTE_MAX_LCORE', 32],
157         ['RTE_MAX_NUMA_NODES', 1]
158     ],
159     'part_number_config': {
160         '0x0': {
161             'march': 'armv8-a',
162             'march_features': ['crc', 'crypto'],
163             'compiler_options':  ['-mtune=emag']
164         }
165     }
166 }
167
168 implementer_hisilicon = {
169     'description': 'HiSilicon',
170     'flags': [
171         ['RTE_USE_C11_MEM_MODEL', true],
172         ['RTE_CACHE_LINE_SIZE', 128]
173     ],
174     'part_number_config': {
175         '0xd01': {
176             'march': 'armv8.2-a',
177             'march_features': ['crypto'],
178             'compiler_options': ['-mtune=tsv110'],
179             'flags': [
180                 ['RTE_MACHINE', '"Kunpeng 920"'],
181                 ['RTE_ARM_FEATURE_ATOMICS', true],
182                 ['RTE_MAX_LCORE', 256],
183                 ['RTE_MAX_NUMA_NODES', 8]
184             ]
185         },
186         '0xd02': {
187             'march': 'armv8.2-a',
188             'march_features': ['crypto', 'sve'],
189             'flags': [
190                 ['RTE_MACHINE', '"Kunpeng 930"'],
191                 ['RTE_ARM_FEATURE_ATOMICS', true],
192                 ['RTE_MAX_LCORE', 1280],
193                 ['RTE_MAX_NUMA_NODES', 16]
194             ]
195         }
196     }
197 }
198
199 implementer_qualcomm = {
200     'description': 'Qualcomm',
201     'flags': [
202         ['RTE_MACHINE', '"armv8a"'],
203         ['RTE_USE_C11_MEM_MODEL', true],
204         ['RTE_CACHE_LINE_SIZE', 64],
205         ['RTE_MAX_LCORE', 64],
206         ['RTE_MAX_NUMA_NODES', 1]
207     ],
208     'part_number_config': {
209         '0x800': {
210             'march': 'armv8-a',
211             'march_features': ['crc']
212         },
213         '0xc00': {
214             'march': 'armv8-a',
215             'march_features': ['crc']
216         }
217     }
218 }
219
220 ## Arm implementers (ID from MIDR in Arm Architecture Reference Manual)
221 implementers = {
222     'generic': implementer_generic,
223     '0x41': implementer_arm,
224     '0x43': implementer_cavium,
225     '0x48': implementer_hisilicon,
226     '0x50': implementer_ampere,
227     '0x51': implementer_qualcomm
228 }
229
230 # SoC specific armv8 flags have the highest priority
231 #     (will overwrite all other flags)
232 soc_generic = {
233     'description': 'Generic un-optimized build for armv8 aarch64 exec mode',
234     'implementer': 'generic',
235     'part_number': 'generic'
236 }
237
238 soc_generic_aarch32 = {
239     'description': 'Generic un-optimized build for armv8 aarch32 exec mode',
240     'implementer': 'generic',
241     'part_number': 'generic_aarch32'
242 }
243
244 soc_armada = {
245     'description': 'Marvell ARMADA',
246     'implementer': '0x41',
247     'part_number': '0xd08',
248     'flags': [
249         ['RTE_MAX_LCORE', 16],
250         ['RTE_MAX_NUMA_NODES', 1]
251     ],
252     'numa': false
253 }
254
255 soc_bluefield = {
256     'description': 'NVIDIA BlueField',
257     'implementer': '0x41',
258     'part_number': '0xd08',
259     'flags': [
260         ['RTE_MAX_LCORE', 16],
261         ['RTE_MAX_NUMA_NODES', 1]
262     ],
263     'numa': false
264 }
265
266 soc_centriq2400 = {
267     'description': 'Qualcomm Centriq 2400',
268     'implementer': '0x51',
269     'part_number': '0xc00',
270     'numa': false
271 }
272
273 soc_cn10k = {
274     'description' : 'Marvell OCTEON 10',
275     'implementer' : '0x41',
276     'flags': [
277         ['RTE_MAX_LCORE', 24],
278         ['RTE_MAX_NUMA_NODES', 1]
279     ],
280     'part_number': '0xd49',
281     'extra_march_features': ['crypto'],
282     'numa': false
283 }
284
285 soc_dpaa = {
286     'description': 'NXP DPAA',
287     'implementer': '0x41',
288     'part_number': '0xd08',
289     'flags': [
290         ['RTE_MACHINE', '"dpaa"'],
291         ['RTE_LIBRTE_DPAA2_USE_PHYS_IOVA', false],
292         ['RTE_MAX_LCORE', 16],
293         ['RTE_MAX_NUMA_NODES', 1]
294     ],
295     'numa': false
296 }
297
298 soc_emag = {
299     'description': 'Ampere eMAG',
300     'implementer': '0x50',
301     'part_number': '0x0'
302 }
303
304 soc_graviton2 = {
305     'description': 'AWS Graviton2',
306     'implementer': '0x41',
307     'part_number': '0xd0c',
308     'numa': false
309 }
310
311 soc_kunpeng920 = {
312     'description': 'HiSilicon Kunpeng 920',
313     'implementer': '0x48',
314     'part_number': '0xd01',
315     'numa': true
316 }
317
318 soc_kunpeng930 = {
319     'description': 'HiSilicon Kunpeng 930',
320     'implementer': '0x48',
321     'part_number': '0xd02',
322     'numa': true
323 }
324
325 soc_n1sdp = {
326     'description': 'Arm Neoverse N1SDP',
327     'implementer': '0x41',
328     'part_number': '0xd0c',
329     'flags': [
330         ['RTE_MAX_LCORE', 4]
331     ],
332     'numa': false
333 }
334
335 soc_n2 = {
336     'description': 'Arm Neoverse N2',
337     'implementer': '0x41',
338     'part_number': '0xd49',
339     'numa': false
340 }
341
342 soc_octeontx2 = {
343     'description': 'Marvell OCTEON TX2',
344     'implementer': '0x43',
345     'part_number': '0xb2',
346     'numa': false
347 }
348
349 soc_stingray = {
350     'description': 'Broadcom Stingray',
351     'implementer': '0x41',
352     'flags': [
353         ['RTE_MAX_LCORE', 16],
354         ['RTE_MAX_NUMA_NODES', 1]
355     ],
356     'part_number': '0xd08',
357     'numa': false
358 }
359
360 soc_thunderx2 = {
361     'description': 'Marvell ThunderX2 T99',
362     'implementer': '0x43',
363     'part_number': '0xaf'
364 }
365
366 soc_thunderxt88 = {
367     'description': 'Marvell ThunderX T88',
368     'implementer': '0x43',
369     'part_number': '0xa1'
370 }
371
372 '''
373 Start of SoCs list
374 generic:         Generic un-optimized build for armv8 aarch64 execution mode.
375 generic_aarch32: Generic un-optimized build for armv8 aarch32 execution mode.
376 armada:          Marvell ARMADA
377 bluefield:       NVIDIA BlueField
378 centriq2400:     Qualcomm Centriq 2400
379 cn10k:           Marvell OCTEON 10
380 dpaa:            NXP DPAA
381 emag:            Ampere eMAG
382 graviton2:       AWS Graviton2
383 kunpeng920:      HiSilicon Kunpeng 920
384 kunpeng930:      HiSilicon Kunpeng 930
385 n1sdp:           Arm Neoverse N1SDP
386 n2:              Arm Neoverse N2
387 octeontx2:       Marvell OCTEON TX2
388 stingray:        Broadcom Stingray
389 thunderx2:       Marvell ThunderX2 T99
390 thunderxt88:     Marvell ThunderX T88
391 End of SoCs list
392 '''
393 # The string above is included in the documentation, keep it in sync with the
394 # SoCs list below.
395 socs = {
396     'generic': soc_generic,
397     'generic_aarch32': soc_generic_aarch32,
398     'armada': soc_armada,
399     'bluefield': soc_bluefield,
400     'centriq2400': soc_centriq2400,
401     'cn10k' : soc_cn10k,
402     'dpaa': soc_dpaa,
403     'emag': soc_emag,
404     'graviton2': soc_graviton2,
405     'kunpeng920': soc_kunpeng920,
406     'kunpeng930': soc_kunpeng930,
407     'n1sdp': soc_n1sdp,
408     'n2': soc_n2,
409     'octeontx2': soc_octeontx2,
410     'stingray': soc_stingray,
411     'thunderx2': soc_thunderx2,
412     'thunderxt88': soc_thunderxt88
413 }
414
415 dpdk_conf.set('RTE_ARCH_ARM', 1)
416 dpdk_conf.set('RTE_FORCE_INTRINSICS', 1)
417
418 update_flags = false
419 soc_flags = []
420 if dpdk_conf.get('RTE_ARCH_32')
421     # 32-bit build
422     dpdk_conf.set('RTE_CACHE_LINE_SIZE', 64)
423     if meson.is_cross_build()
424         update_flags = true
425         soc = meson.get_cross_property('platform', '')
426         if soc == ''
427             error('Arm SoC must be specified in the cross file.')
428         endif
429         soc_config = socs.get(soc, {'not_supported': true})
430         flags_common = []
431     else
432         # armv7 build
433         dpdk_conf.set('RTE_ARCH_ARMv7', true)
434         # the minimum architecture supported, armv7-a, needs the following,
435         machine_args += '-mfpu=neon'
436     endif
437 else
438     # armv8 build
439     update_flags = true
440     soc_config = {}
441     if not meson.is_cross_build()
442         # for backwards compatibility:
443         #   machine=native is the same behavior as soc=native
444         #   machine=generic/default is the same as soc=generic
445         # cpu_instruction_set holds the proper value - native, generic or cpu
446         # the old behavior only distinguished between generic and native build
447         if machine != 'auto'
448             if cpu_instruction_set == 'generic'
449                 soc = 'generic'
450             else
451                 soc = 'native'
452             endif
453         else
454             soc = platform
455         endif
456         if soc == 'native'
457             # native build
458             # The script returns ['Implementer', 'Variant', 'Architecture',
459             # 'Primary Part number', 'Revision']
460             detect_vendor = find_program(join_paths(meson.current_source_dir(),
461                                                     'armv8_machine.py'))
462             cmd = run_command(detect_vendor.path())
463             if cmd.returncode() == 0
464                 cmd_output = cmd.stdout().to_lower().strip().split(' ')
465                 implementer_id = cmd_output[0]
466                 part_number = cmd_output[3]
467             else
468                 error('Error when getting Arm Implementer ID and part number.')
469             endif
470         else
471             # SoC build
472             soc_config = socs.get(soc, {'not_supported': true})
473         endif
474     else
475         # cross build
476         soc = meson.get_cross_property('platform', '')
477         if soc == ''
478             error('Arm SoC must be specified in the cross file.')
479         endif
480         soc_config = socs.get(soc, {'not_supported': true})
481     endif
482 endif
483
484 if update_flags
485     if soc_config.has_key('not_supported')
486         error('SoC @0@ not supported.'.format(soc))
487     elif soc_config != {}
488         implementer_id = soc_config['implementer']
489         implementer_config = implementers[implementer_id]
490         part_number = soc_config['part_number']
491         soc_flags = soc_config.get('flags', [])
492         if not soc_config.get('numa', true)
493             has_libnuma = 0
494         endif
495
496         disable_drivers += ',' + soc_config.get('disable_drivers', '')
497         enable_drivers += ',' + soc_config.get('enable_drivers', '')
498     endif
499
500     if implementers.has_key(implementer_id)
501         implementer_config = implementers[implementer_id]
502     else
503         error('Unsupported Arm implementer: @0@. '.format(implementer_id) +
504               'Please add support for it or use the generic ' +
505               '(-Dplatform=generic) build.')
506     endif
507
508     message('Arm implementer: ' + implementer_config['description'])
509     message('Arm part number: ' + part_number)
510
511     part_number_config = implementer_config['part_number_config']
512     if part_number_config.has_key(part_number)
513         # use the specified part_number machine args if found
514         part_number_config = part_number_config[part_number]
515     else
516         # unknown part number
517         error('Unsupported part number @0@ of implementer @1@. '
518               .format(part_number, implementer_id) +
519               'Please add support for it or use the generic ' +
520               '(-Dplatform=generic) build.')
521     endif
522
523     # add/overwrite flags in the proper order
524     dpdk_flags = flags_common + implementer_config['flags'] + part_number_config.get('flags', []) + soc_flags
525
526     machine_args = [] # Clear previous machine args
527
528     # probe supported archs and their features
529     candidate_march = ''
530     if part_number_config.has_key('march')
531         supported_marchs = ['armv8.6-a', 'armv8.5-a', 'armv8.4-a', 'armv8.3-a',
532                             'armv8.2-a', 'armv8.1-a', 'armv8-a']
533         check_compiler_support = false
534         foreach supported_march: supported_marchs
535             if supported_march == part_number_config['march']
536                 # start checking from this version downwards
537                 check_compiler_support = true
538             endif
539             if (check_compiler_support and
540                 cc.has_argument('-march=' + supported_march))
541                 candidate_march = supported_march
542                 # highest supported march version found
543                 break
544             endif
545         endforeach
546         if candidate_march == ''
547             error('No suitable armv8 march version found.')
548         endif
549         if candidate_march != part_number_config['march']
550             warning('Configuration march version is ' +
551                     '@0@, but the compiler supports only @1@.'
552                     .format(part_number_config['march'], candidate_march))
553         endif
554         candidate_march = '-march=' + candidate_march
555
556         march_features = []
557         if part_number_config.has_key('march_features')
558             march_features += part_number_config['march_features']
559         endif
560         if soc_config.has_key('extra_march_features')
561             march_features += soc_config['extra_march_features']
562         endif
563         foreach feature: march_features
564             if cc.has_argument('+'.join([candidate_march, feature]))
565                 candidate_march = '+'.join([candidate_march, feature])
566             else
567                 warning('The compiler does not support feature @0@'
568                     .format(feature))
569             endif
570         endforeach
571         machine_args += candidate_march
572     endif
573
574     # apply supported compiler options
575     if part_number_config.has_key('compiler_options')
576         foreach flag: part_number_config['compiler_options']
577             if cc.has_argument(flag)
578                 machine_args += flag
579             else
580                 warning('Configuration compiler option ' +
581                         '@0@ isn\'t supported.'.format(flag))
582             endif
583         endforeach
584     endif
585
586     # apply flags
587     foreach flag: dpdk_flags
588         if flag.length() > 0
589             dpdk_conf.set(flag[0], flag[1])
590         endif
591     endforeach
592 endif
593 message('Using machine args: @0@'.format(machine_args))
594
595 if (cc.get_define('__ARM_NEON', args: machine_args) != '' or
596     cc.get_define('__aarch64__', args: machine_args) != '')
597     compile_time_cpuflags += ['RTE_CPUFLAG_NEON']
598 endif
599
600 if cc.get_define('__ARM_FEATURE_SVE', args: machine_args) != ''
601     compile_time_cpuflags += ['RTE_CPUFLAG_SVE']
602     if (cc.check_header('arm_sve.h'))
603         dpdk_conf.set('RTE_HAS_SVE_ACLE', 1)
604     endif
605 endif
606
607 if cc.get_define('__ARM_FEATURE_CRC32', args: machine_args) != ''
608     compile_time_cpuflags += ['RTE_CPUFLAG_CRC32']
609 endif
610
611 if cc.get_define('__ARM_FEATURE_CRYPTO', args: machine_args) != ''
612     compile_time_cpuflags += ['RTE_CPUFLAG_AES', 'RTE_CPUFLAG_PMULL',
613     'RTE_CPUFLAG_SHA1', 'RTE_CPUFLAG_SHA2']
614 endif