X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=inline;f=config%2Fdefconfig_i686-default-linuxapp-gcc;h=62be4f8b005f2f89bf98fe50bea77694449f6d25;hb=148f963fb532;hp=17419cb59b4a1307185941fac5b44e63cd502ac4;hpb=b23ffbaa821bc5676e7f4d60c717f445b85f990d;p=dpdk.git diff --git a/config/defconfig_i686-default-linuxapp-gcc b/config/defconfig_i686-default-linuxapp-gcc index 17419cb59b..62be4f8b00 100644 --- a/config/defconfig_i686-default-linuxapp-gcc +++ b/config/defconfig_i686-default-linuxapp-gcc @@ -1,6 +1,6 @@ # BSD LICENSE # -# Copyright(c) 2010-2013 Intel Corporation. All rights reserved. +# Copyright(c) 2010-2014 Intel Corporation. All rights reserved. # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -73,6 +73,17 @@ CONFIG_RTE_TOOLCHAIN_GCC=y # CONFIG_RTE_FORCE_INTRINSICS=n +# +# Compile to share library +# +CONFIG_RTE_BUILD_SHARED_LIB=n + +# +# Combine to one single library +# +CONFIG_RTE_BUILD_COMBINE_LIBS=n +CONFIG_RTE_LIBNAME="intel_dpdk" + # # Compile libc directory # @@ -112,7 +123,6 @@ CONFIG_RTE_LOG_HISTORY=256 CONFIG_RTE_LIBEAL_USE_HPET=n CONFIG_RTE_EAL_ALLOW_INV_SOCKET_ID=n CONFIG_RTE_EAL_ALWAYS_PANIC_ON_ERROR=n -CONFIG_RTE_EAL_UNBIND_PORTS=n # # Compile Environment Abstraction Layer for linux @@ -283,6 +293,11 @@ CONFIG_RTE_KNI_VHOST_VNET_HDR_EN=n CONFIG_RTE_KNI_VHOST_DEBUG_RX=n CONFIG_RTE_KNI_VHOST_DEBUG_TX=n +# +#Compile Xen domain0 support +# +CONFIG_RTE_LIBRTE_XEN_DOM0=n + # # Enable warning directives # @@ -299,3 +314,9 @@ CONFIG_RTE_APP_TEST=y CONFIG_RTE_TEST_PMD=y CONFIG_RTE_TEST_PMD_RECORD_CORE_CYCLES=n CONFIG_RTE_TEST_PMD_RECORD_BURST_STATS=n + +# +# Support NIC bypass logic +# +CONFIG_RTE_NIC_BYPASS=n +