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>
This commit is contained in:
parent
9726aa9907
commit
dc205cc57c
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user