2016-02-10 18:01, Wiles, Keith: > >>> --- a/config/defconfig_x86_64-native-linuxapp-gcc > >>> +++ b/config/defconfig_x86_64-native-linuxapp-gcc > >>> @@ -40,3 +40,8 @@ CONFIG_RTE_ARCH_64=y > >>> > >>> CONFIG_RTE_TOOLCHAIN="gcc" > >>> CONFIG_RTE_TOOLCHAIN_GCC=y > >>> +CONFIG_RTE_BUILD_SHARED_LIB=y > >>> +CONFIG_RTE_NEXT_ABI=n > >>> +CONFIG_RTE_EAL_IGB_UIO=n > >>> +CONFIG_RTE_LIBRTE_KNI=n > >>> +CONFIG_RTE_KNI_KMOD=n > > > >Hmm, not sure where this came from, but will remove it. > > I think this was from the ABI-Checker I ran and the tool should leave the > repo in its original state.
Yes you're right. The ABI checker modify the defconfig instead of modifying the generated .config file. Anyone for a patch?