numam-dpdk/config
Chao Zhu a88ba49e51 config: fix CPU and memory parameters on IBM POWER8
This patch fixes the max logic number and memory channel number settings
on IBM POWER8 platform.
1. The max number of logic cores of a POWER8 processor is 96. Normally,
   there are two sockets on a server. So the max number of logic cores
   are 192. So this parch set CONFIG_RTE_MAX_LCORE to 256.
2. The socket number on POWER8 little endian platform can be larger than 16.
   This patch set CONFIG_RTE_MAX_NUMA_NODES to 32 for POWER8.
3. Currently, the max number of memory channels are hardcoded to 4. However,
   on a POWER8 machine, the max number of memory channels are 8. This patch
   removes the constraint.

Signed-off-by: Chao Zhu <chaozhu@linux.vnet.ibm.com>
2016-04-01 12:44:58 +02:00
..
common_base config: enable i40e vector driver 2016-03-25 19:53:00 +01:00
common_bsdapp config: remove EAL flags for OS environment 2016-03-05 11:09:31 +01:00
common_linuxapp vhost: add driver on top of the library 2016-03-25 18:56:44 +01:00
defconfig_arm64-armv8a-linuxapp-gcc config: remove ARM NEON option 2016-03-24 17:46:58 +01:00
defconfig_arm64-thunderx-linuxapp-gcc
defconfig_arm64-xgene1-linuxapp-gcc
defconfig_arm-armv7a-linuxapp-gcc eal/arm: disable NEON for 32-bit memcpy 2016-03-24 17:46:58 +01:00
defconfig_i686-native-linuxapp-gcc aesni_gcm: add driver for AES-GCM crypto operations 2016-03-11 01:01:42 +01:00
defconfig_i686-native-linuxapp-icc aesni_gcm: add driver for AES-GCM crypto operations 2016-03-11 01:01:42 +01:00
defconfig_ppc_64-power8-linuxapp-gcc config: fix CPU and memory parameters on IBM POWER8 2016-04-01 12:44:58 +02:00
defconfig_tile-tilegx-linuxapp-gcc mk: support native build on TILE-Gx 2016-03-16 15:24:38 +01:00
defconfig_x86_64-ivshmem-linuxapp-gcc
defconfig_x86_64-ivshmem-linuxapp-icc
defconfig_x86_64-native-bsdapp-clang config: fix missing 64-bit flag on FreeBSD 2016-03-04 23:46:54 +01:00
defconfig_x86_64-native-bsdapp-gcc config: fix missing 64-bit flag on FreeBSD 2016-03-04 23:46:54 +01:00
defconfig_x86_64-native-linuxapp-clang config: add a common x86 flag 2016-02-11 12:45:31 +01:00
defconfig_x86_64-native-linuxapp-gcc config: add a common x86 flag 2016-02-11 12:45:31 +01:00
defconfig_x86_64-native-linuxapp-icc config: add a common x86 flag 2016-02-11 12:45:31 +01:00
defconfig_x86_x32-native-linuxapp-gcc config: add a common x86 flag 2016-02-11 12:45:31 +01:00