06/03/2024 06:50, Anoob Joseph: > --- /dev/null > +++ b/config/arm/arm64_odyssey_linux_gcc > @@ -0,0 +1,17 @@ > +[binaries] > +c = ['ccache', 'aarch64-marvell-linux-gnu-gcc'] > +cpp = ['ccache', 'aarch64-marvell-linux-gnu-g++'] > +ar = 'aarch64-marvell-linux-gnu-gcc-ar' > +strip = 'aarch64-marvell-linux-gnu-strip' > +pkgconfig = 'aarch64-linux-gnu-pkg-config' > + > +[host_machine] > +system = 'linux' > +cpu_family = 'aarch64' > +cpu = 'armv9-a' > +endian = 'little' > + > +[properties] > +platform = 'odyssey' > + > +[built-in options]
This section is empty and has never been used in the past, so I suppose I can remove it. > --- a/config/arm/meson.build > +++ b/config/arm/meson.build > +soc_odyssey = { > + 'description': 'Marvell Odyssey', > + 'implementer': '0x41', > + 'part_number': '0xd4f', > + 'extra_march_features': ['crypto'], > + 'numa': false, > + 'flags': [ > + ['RTE_MAX_LCORE', 80], > + ['RTE_MAX_NUMA_NODES', 1], > + ['RTE_MEMPOOL_ALIGN', 128], > + ], > +} Applied, thanks.