test mbuf attach
[dpdk.git] / config / defconfig_x86_x32-native-linuxapp-gcc
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2010-2014 Intel Corporation
3
4 #include "common_linux"
5
6 CONFIG_RTE_MACHINE="native"
7
8 CONFIG_RTE_ARCH="x86_x32"
9 CONFIG_RTE_ARCH_X86_X32=y
10 CONFIG_RTE_ARCH_X86=y
11
12 CONFIG_RTE_TOOLCHAIN="gcc"
13 CONFIG_RTE_TOOLCHAIN_GCC=y
14
15 #
16 # KNI is not supported on 32-bit
17 #
18 CONFIG_RTE_LIBRTE_KNI=n
19
20 #
21 # Solarflare PMD is not supported on 32-bit
22 #
23 CONFIG_RTE_LIBRTE_SFC_EFX_PMD=n
24
25 #
26 # AVP PMD is not supported on 32-bit
27 #
28 CONFIG_RTE_LIBRTE_AVP_PMD=n
29
30 #
31 # NFP PMD is not supported on 32-bit
32 #
33 CONFIG_RTE_LIBRTE_NFP_PMD=n
34
35 # 32-bit doesn't break up memory in lists, but does have VA allocation limit
36 CONFIG_RTE_MAX_MEM_MB=2048
37
38 #
39 # HINIC PMD is not supported on 32-bit
40 #
41 CONFIG_RTE_LIBRTE_HINIC_PMD=n
42
43 #
44 # HNS3 PMD is not supported on 32-bit
45 #
46 CONFIG_RTE_LIBRTE_HNS3_PMD=n