diff options
author | Alejandro Lucero <alejandro.lucero@netronome.com> | 2019-01-14 18:12:54 +0000 |
---|---|---|
committer | Thomas Monjalon <thomas@monjalon.net> | 2019-01-14 20:07:18 +0100 |
commit | dc205cc57c336756d1b8d8ab50130eb2367d8973 (patch) | |
tree | e6b633da71238556ed703c2a1b085add2c6aab3f /config | |
parent | 9726aa990731508390319ac5ba213f95b595f550 (diff) | |
download | dpdk-next-eventdev-dc205cc57c336756d1b8d8ab50130eb2367d8973.zip dpdk-next-eventdev-dc205cc57c336756d1b8d8ab50130eb2367d8973.tar.gz dpdk-next-eventdev-dc205cc57c336756d1b8d8ab50130eb2367d8973.tar.xz |
config: remove NFP PMD from 32-bit builds
Signed-off-by: Alejandro Lucero <alejandro.lucero@netronome.com>
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Diffstat (limited to 'config')
-rw-r--r-- | config/defconfig_arm-armv7a-linuxapp-gcc | 1 | ||||
-rw-r--r-- | config/defconfig_i686-native-linuxapp-gcc | 5 | ||||
-rw-r--r-- | config/defconfig_i686-native-linuxapp-icc | 5 | ||||
-rw-r--r-- | config/defconfig_x86_x32-native-linuxapp-gcc | 5 |
4 files changed, 16 insertions, 0 deletions
diff --git a/config/defconfig_arm-armv7a-linuxapp-gcc b/config/defconfig_arm-armv7a-linuxapp-gcc index 13be308..63f3a50 100644 --- a/config/defconfig_arm-armv7a-linuxapp-gcc +++ b/config/defconfig_arm-armv7a-linuxapp-gcc @@ -53,3 +53,4 @@ CONFIG_RTE_LIBRTE_BNX2X_PMD=n CONFIG_RTE_LIBRTE_QEDE_PMD=n CONFIG_RTE_LIBRTE_SFC_EFX_PMD=n CONFIG_RTE_LIBRTE_AVP_PMD=n +CONFIG_RTE_LIBRTE_NFP_PMD=n diff --git a/config/defconfig_i686-native-linuxapp-gcc b/config/defconfig_i686-native-linuxapp-gcc index 1178fe3..9b70868 100644 --- a/config/defconfig_i686-native-linuxapp-gcc +++ b/config/defconfig_i686-native-linuxapp-gcc @@ -47,5 +47,10 @@ CONFIG_RTE_LIBRTE_PMD_ZUC=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 diff --git a/config/defconfig_i686-native-linuxapp-icc b/config/defconfig_i686-native-linuxapp-icc index 016c73f..17defd8 100644 --- a/config/defconfig_i686-native-linuxapp-icc +++ b/config/defconfig_i686-native-linuxapp-icc @@ -47,5 +47,10 @@ CONFIG_RTE_LIBRTE_PMD_ZUC=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 diff --git a/config/defconfig_x86_x32-native-linuxapp-gcc b/config/defconfig_x86_x32-native-linuxapp-gcc index 57d000d..2c8419f 100644 --- a/config/defconfig_x86_x32-native-linuxapp-gcc +++ b/config/defconfig_x86_x32-native-linuxapp-gcc @@ -27,5 +27,10 @@ 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 |