Re: [dpdk-dev] [PATCH v1 0/2] change max core number to 256 for Arm64 platform

2018-11-21 Thread Stephen Hemminger
On Wed, 21 Nov 2018 11:41:36 + "Joyce Kong (Arm Technology China)" wrote: > 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

Re: [dpdk-dev] [PATCH v1 0/2] change max core number to 256 for Arm64 platform

2018-11-21 Thread Joyce Kong (Arm Technology China)
> -Original Message- > From: Thomas Monjalon > Sent: Wednesday, November 21, 2018 7:14 PM > To: Joyce Kong (Arm Technology China) > Cc: dev@dpdk.org; jerin.ja...@caviumnetworks.com; Honnappa Nagarahalli > ; Gavin Hu (Arm Technology China) > ; hemant.agra...@nxp.com > Subject: Re: [PATCH v

Re: [dpdk-dev] [PATCH v1 0/2] change max core number to 256 for Arm64 platform

2018-11-21 Thread Thomas Monjalon
Hi, 21/11/2018 12:10, Joyce Kong: > v1: change the max core setting to 256 for arm64 platform > > Joyce Kong (2): > config: enable more than 128 cores for Arm platform > config: enable more than 128 cores for meson build 2 comments: - It doesn't need to be split in 2 commits. - Are you sure

[dpdk-dev] [PATCH v1 0/2] change max core number to 256 for Arm64 platform

2018-11-21 Thread Joyce Kong
v1: change the max core setting to 256 for arm64 platform Joyce Kong (2): config: enable more than 128 cores for Arm platform config: enable more than 128 cores for meson build config/arm/meson.build | 2 +- config/defconfig_arm64-armv8a-linuxapp-gcc | 1 + 2 files change