X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=config%2Fdefconfig_i686-native-linuxapp-gcc;h=61ea1606f482bf2e3d072f4f55c608d2223cd383;hb=c47463272f572a4d78109763399b5e3817b848a9;hp=a42ba4f5308e971e39ad1d337006c220c2e5de89;hpb=e67a1a5e35992ccdcfb25aedf59e6c140cbb0059;p=dpdk.git diff --git a/config/defconfig_i686-native-linuxapp-gcc b/config/defconfig_i686-native-linuxapp-gcc index a42ba4f530..61ea1606f4 100644 --- a/config/defconfig_i686-native-linuxapp-gcc +++ b/config/defconfig_i686-native-linuxapp-gcc @@ -1,7 +1,7 @@ # SPDX-License-Identifier: BSD-3-Clause # Copyright(c) 2010-2014 Intel Corporation -#include "common_linuxapp" +#include "common_linux" CONFIG_RTE_MACHINE="native" @@ -46,3 +46,21 @@ CONFIG_RTE_LIBRTE_PMD_ZUC=n # AVP PMD is not supported on 32-bit # CONFIG_RTE_LIBRTE_AVP_PMD=n + +# +# NFP PMD is not supported on 32-bit +# +CONFIG_RTE_LIBRTE_NFP_PMD=n + +# 32-bit doesn't break up memory in lists, but does have VA allocation limit +CONFIG_RTE_MAX_MEM_MB=2048 + +# +# HINIC PMD is not supported on 32-bit +# +CONFIG_RTE_LIBRTE_HINIC_PMD=n + +# +# HNS3 PMD is not supported on 32-bit +# +CONFIG_RTE_LIBRTE_HNS3_PMD=n