X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=config%2Fdefconfig_x86_64-default-linuxapp-gcc;h=b2e687242355af0c3253585c3c65c87dd3e7b890;hb=3fc5ca2f6352;hp=d4d8275e53a2090a8ad74ad5db4a0577c8a9a4b8;hpb=dada9ef6edc59015b6674b5a95258787c71401b0;p=dpdk.git diff --git a/config/defconfig_x86_64-default-linuxapp-gcc b/config/defconfig_x86_64-default-linuxapp-gcc index d4d8275e53..b2e6872423 100644 --- a/config/defconfig_x86_64-default-linuxapp-gcc +++ b/config/defconfig_x86_64-default-linuxapp-gcc @@ -50,7 +50,7 @@ CONFIG_RTE_EXEC_ENV_LINUXAPP=y # snb Intel® microarchitecture code name Sandy Bridge # ivb Intel® microarchitecture code name Ivy Bridge # -# Warning: if your compiler does not support the relevant -march options, +# Note: if your compiler does not support the relevant -march options, # it will be compiled with whatever latest processor the compiler supports! # CONFIG_RTE_MACHINE="native" @@ -101,7 +101,7 @@ CONFIG_RTE_LIBRTE_EAL=y CONFIG_RTE_MAX_LCORE=32 CONFIG_RTE_MAX_NUMA_NODES=8 CONFIG_RTE_MAX_MEMSEG=32 -CONFIG_RTE_MAX_MEMZONE=512 +CONFIG_RTE_MAX_MEMZONE=2560 CONFIG_RTE_MAX_TAILQ=32 CONFIG_RTE_LOG_LEVEL=8 CONFIG_RTE_LOG_HISTORY=256 @@ -211,6 +211,16 @@ CONFIG_RTE_LIBRTE_LPM_DEBUG=n # CONFIG_RTE_LIBRTE_NET=y +# +# Compile librte_kni +# +CONFIG_RTE_LIBRTE_KNI=y + +# +# Enable warning directives +# +CONFIG_RTE_INSECURE_FUNCTION_WARNING=n + # # Compile the test application # @@ -227,13 +237,3 @@ CONFIG_RTE_APP_CHKINCS=y CONFIG_RTE_TEST_PMD=y CONFIG_RTE_TEST_PMD_RECORD_CORE_CYCLES=n CONFIG_RTE_TEST_PMD_RECORD_BURST_STATS=n - -# -# gcov compilation/link directives -# -CONFIG_RTE_LIBRTE_GCOV=n - -# -# warning directives -# -CONFIG_RTE_INSECURE_FUNCTION_WARNING=n