]> git.droids-corp.org - dpdk.git/commitdiff
config: remove NFP PMD from 32-bit builds
authorAlejandro Lucero <alejandro.lucero@netronome.com>
Mon, 14 Jan 2019 18:12:54 +0000 (18:12 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 14 Jan 2019 19:07:18 +0000 (20:07 +0100)
Signed-off-by: Alejandro Lucero <alejandro.lucero@netronome.com>
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
config/defconfig_arm-armv7a-linuxapp-gcc
config/defconfig_i686-native-linuxapp-gcc
config/defconfig_i686-native-linuxapp-icc
config/defconfig_x86_x32-native-linuxapp-gcc

index 13be308d8e200e5ead887862cd8ec58c2b71d1be..63f3a507bfb2262028ee885bb1a418c0cc8f8e39 100644 (file)
@@ -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
index 1178fe35bb8908f2bebbd7c132f6789e1722adca..9b7086859530b70855bbe9a16dc2459427978421 100644 (file)
@@ -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
index 016c73f303c53f2816c215be147e988484cfa9b7..17defd80323bdcbb0868bc8c2baef8366b2723e2 100644 (file)
@@ -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
index 57d000dc593df43b39b92c892ff5ac0e3798df08..2c8419f146d5f422159d1e4e2432addab35511bd 100644 (file)
@@ -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