> -----Original Message----- > From: Thierry Herbelot <thierry.herbe...@6wind.com> > Sent: Friday, May 7, 2021 4:48 PM > To: dev@dpdk.org > Cc: Thierry Herbelot <thierry.herbe...@6wind.com>; tho...@monjalon.net; > Juraj Linkeš <juraj.lin...@pantheon.tech>; Honnappa Nagarahalli > <honnappa.nagaraha...@arm.com>; Ruifeng Wang > <ruifeng.w...@arm.com> > Subject: [PATCH-V7] config/arm: add Qualcomm Centriq 2400 SoC config > > From the documentation: > "The SoC configuration is a combination of implementer and CPU part > number configuration and SoC-specific configuration." > > Align Qualcomm SoC configuration with the configuration of other server > SoCs (eMAG, Kunpeng 9x0): add a soc configuration to the existing > implementer configuration, and a cross file. > > Signed-off-by: Thierry Herbelot <thierry.herbe...@6wind.com> > -- > V7: > - use a more specific subject > - add a cross file > V6: > - rebase after merge of "doc: fix Arm SoCs list" > V5: > - rebase after > http://patches.dpdk.org/project/dpdk/patch/20210429070751.6065-1- > david.march...@redhat.com/ > V4: > - use a more specific SoC name > V3: > - include doc patch > - remove Fixes line > V2: > - use the right original commit in Fixes > --- > config/arm/arm64_centriq2400_linux_gcc | 16 ++++++++++++++++ > config/arm/meson.build | 9 +++++++++ > 2 files changed, 25 insertions(+) > create mode 100644 config/arm/arm64_centriq2400_linux_gcc >
Acked-by: Ruifeng Wang <ruifeng.w...@arm.com>