X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=config%2Fdefconfig_x86_x32-native-linuxapp-gcc;h=c188f4331c0f81415547e2edb0fbf248025ae80f;hb=c5a4428a783d173721ad0ed5486d058976737af8;hp=57d000dc593df43b39b92c892ff5ac0e3798df08;hpb=66cc45e293ed67d4e83fb8a1174089c58610a8e1;p=dpdk.git diff --git a/config/defconfig_x86_x32-native-linuxapp-gcc b/config/defconfig_x86_x32-native-linuxapp-gcc index 57d000dc59..c188f4331c 100644 --- a/config/defconfig_x86_x32-native-linuxapp-gcc +++ b/config/defconfig_x86_x32-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" @@ -27,5 +27,20 @@ CONFIG_RTE_LIBRTE_SFC_EFX_PMD=n # 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