New upstream version 18.08
[deb_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_linuxapp"
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 # 32-bit doesn't break up memory in lists, but does have VA allocation limit
51 CONFIG_RTE_MAX_MEM_MB=2048