1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2010-2014 Intel Corporation
4 #include "common_linux"
6 CONFIG_RTE_MACHINE="native"
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 # AES-NI multi-buffer PMD is not supported on 32-bit
28 CONFIG_RTE_LIBRTE_PMD_AESNI_MB=n
31 # AES-NI GCM PMD is not supported on 32-bit
33 CONFIG_RTE_LIBRTE_PMD_AESNI_GCM=n
36 # KASUMI PMD is not supported on 32-bit
38 CONFIG_RTE_LIBRTE_PMD_KASUMI=n
41 # ZUC PMD is not supported on 32-bit
43 CONFIG_RTE_LIBRTE_PMD_ZUC=n
46 # AVP PMD is not supported on 32-bit
48 CONFIG_RTE_LIBRTE_AVP_PMD=n
51 # NFP PMD is not supported on 32-bit
53 CONFIG_RTE_LIBRTE_NFP_PMD=n
55 # 32-bit doesn't break up memory in lists, but does have VA allocation limit
56 CONFIG_RTE_MAX_MEM_MB=2048