diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/common_base | 5 | ||||
-rw-r--r-- | config/common_linuxapp | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/config/common_base b/config/common_base index 4bff83af..2d4a47fb 100644 --- a/config/common_base +++ b/config/common_base @@ -584,6 +584,11 @@ CONFIG_RTE_APP_TEST=y CONFIG_RTE_APP_TEST_RESOURCE_TAR=n # +# Compile the procinfo application +# +CONFIG_RTE_PROC_INFO=n + +# # Compile the PMD test application # CONFIG_RTE_TEST_PMD=y diff --git a/config/common_linuxapp b/config/common_linuxapp index 2483dfa5..43394939 100644 --- a/config/common_linuxapp +++ b/config/common_linuxapp @@ -44,3 +44,4 @@ CONFIG_RTE_LIBRTE_PMD_VHOST=y CONFIG_RTE_LIBRTE_PMD_AF_PACKET=y CONFIG_RTE_LIBRTE_POWER=y CONFIG_RTE_VIRTIO_USER=y +CONFIG_RTE_PROC_INFO=y |