1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2010-2014 Intel Corporation
4 #include "common_linux"
6 CONFIG_RTE_MACHINE="native"
8 CONFIG_RTE_ARCH="x86_x32"
9 CONFIG_RTE_ARCH_X86_X32=y
12 CONFIG_RTE_TOOLCHAIN="gcc"
13 CONFIG_RTE_TOOLCHAIN_GCC=y
16 # KNI is not supported on 32-bit
18 CONFIG_RTE_LIBRTE_KNI=n
21 # Solarflare PMD is not supported on 32-bit
23 CONFIG_RTE_LIBRTE_SFC_EFX_PMD=n
26 # AVP PMD is not supported on 32-bit
28 CONFIG_RTE_LIBRTE_AVP_PMD=n
31 # NFP PMD is not supported on 32-bit
33 CONFIG_RTE_LIBRTE_NFP_PMD=n
35 # 32-bit doesn't break up memory in lists, but does have VA allocation limit
36 CONFIG_RTE_MAX_MEM_MB=2048