test mbuf attach
[dpdk.git] / config / defconfig_i686-native-linuxapp-icc
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="i686"
9 CONFIG_RTE_ARCH_I686=y
10 CONFIG_RTE_ARCH_X86=y
11
12 CONFIG_RTE_TOOLCHAIN="icc"
13 CONFIG_RTE_TOOLCHAIN_ICC=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 # AES-NI multi-buffer PMD is not supported on 32-bit
27 #
28 CONFIG_RTE_LIBRTE_PMD_AESNI_MB=n
29
30 #
31 # AES-NI GCM PMD is not supported on 32-bit
32 #
33 CONFIG_RTE_LIBRTE_PMD_AESNI_GCM=n
34
35 #
36 # KASUMI PMD is not supported on 32-bit
37 #
38 CONFIG_RTE_LIBRTE_PMD_KASUMI=n
39
40 #
41 # ZUC PMD is not supported on 32-bit
42 #
43 CONFIG_RTE_LIBRTE_PMD_ZUC=n
44
45 #
46 # AVP PMD is not supported on 32-bit
47 #
48 CONFIG_RTE_LIBRTE_AVP_PMD=n
49
50 #
51 # NFP PMD is not supported on 32-bit
52 #
53 CONFIG_RTE_LIBRTE_NFP_PMD=n
54
55 # 32-bit doesn't break up memory in lists, but does have VA allocation limit
56 CONFIG_RTE_MAX_MEM_MB=2048
57
58 #
59 # HINIC PMD is not supported on 32-bit
60 #
61 CONFIG_RTE_LIBRTE_HINIC_PMD=n
62
63 #
64 # HNS3 PMD is not supported on 32-bit
65 #
66 CONFIG_RTE_LIBRTE_HNS3_PMD=n