Message ID | 1558213855-21841-1-git-send-email-lironh@marvell.com |
---|---|
Headers | show |
Series |
|
Related | show |
> -----Original Message----- > From: dev <dev-bounces@dpdk.org> On Behalf Of lironh@marvell.com > Sent: Sunday, May 19, 2019 5:11 AM > To: thomas@monjalon.net > Cc: dev@dpdk.org; Liron Himi <lironh@marvell.com> > Subject: [dpdk-dev] [PATCH v2 0/2] Introduces armada target > > From: Liron Himi <lironh@marvell.com> > > Introduces armada target to address difference > in number of cores, no numa support > > Liron Himi (2): > mk: add Marvell ARMADA architecture based on armv8-a > meson: add Marvell ARMADA architecture based on armv8-a > > config/arm/arm64_armada_linux_gcc | 16 ++++++++++++++++ > config/arm/meson.build | 8 +++++++- > config/defconfig_arm64-armada-linux-gcc | 1 + > config/defconfig_arm64-armada-linuxapp-gcc | 25 > +++++++++++++++++++++++++ > 4 files changed, 49 insertions(+), 1 deletion(-) > create mode 100644 config/arm/arm64_armada_linux_gcc > create mode 120000 config/defconfig_arm64-armada-linux-gcc > create mode 100644 config/defconfig_arm64-armada-linuxapp-gcc > > -- > 2.7.4 Series-acked-by: Gavin Hu <gavin.hu@arm.com> IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.
22/05/2019 04:24, Gavin Hu (Arm Technology China): > From: lironh@marvell.com > > Introduces armada target to address difference > > in number of cores, no numa support > > > > Liron Himi (2): > > mk: add Marvell ARMADA architecture based on armv8-a > > meson: add Marvell ARMADA architecture based on armv8-a Could be only one patch. > Series-acked-by: Gavin Hu <gavin.hu@arm.com> Where can we download the latest MUSDK to compile for this machine?
Hi Thomas, I followed the history where two separate patches were uploaded, if you insist I will submit one patch. As for the MUSDK, please look at the attached mail where Ruifeng was able to build DPDK with MUSDK. If more help is needed, let me know Regards, Liron -----Original Message----- From: Thomas Monjalon <thomas@monjalon.net> Sent: Tuesday, June 4, 2019 02:19 To: Liron Himi <lironh@marvell.com> Cc: dev@dpdk.org; Gavin Hu (Arm Technology China) <Gavin.Hu@arm.com> Subject: [EXT] Re: [dpdk-dev] [PATCH v2 0/2] Introduces armada target External Email ---------------------------------------------------------------------- 22/05/2019 04:24, Gavin Hu (Arm Technology China): > From: lironh@marvell.com > > Introduces armada target to address difference in number of cores, > > no numa support > > > > Liron Himi (2): > > mk: add Marvell ARMADA architecture based on armv8-a > > meson: add Marvell ARMADA architecture based on armv8-a Could be only one patch. > Series-acked-by: Gavin Hu <gavin.hu@arm.com> Where can we download the latest MUSDK to compile for this machine?
> > From: Liron Himi <lironh@marvell.com> > > > > Introduces armada target to address difference > > in number of cores, no numa support > > > > Liron Himi (2): > > mk: add Marvell ARMADA architecture based on armv8-a > > meson: add Marvell ARMADA architecture based on armv8-a > > Series-acked-by: Gavin Hu <gavin.hu@arm.com> It seems it compiles fine with MUSDK 18.09. Squashed and applied, thanks
From: Liron Himi <lironh@marvell.com> Introduces armada target to address difference in number of cores, no numa support Liron Himi (2): mk: add Marvell ARMADA architecture based on armv8-a meson: add Marvell ARMADA architecture based on armv8-a config/arm/arm64_armada_linux_gcc | 16 ++++++++++++++++ config/arm/meson.build | 8 +++++++- config/defconfig_arm64-armada-linux-gcc | 1 + config/defconfig_arm64-armada-linuxapp-gcc | 25 +++++++++++++++++++++++++ 4 files changed, 49 insertions(+), 1 deletion(-) create mode 100644 config/arm/arm64_armada_linux_gcc create mode 120000 config/defconfig_arm64-armada-linux-gcc create mode 100644 config/defconfig_arm64-armada-linuxapp-gcc