From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] mempool: reduce rte_mempool structure size Date: Wed, 10 Feb 2016 19:02:54 +0100 Message-ID: <1595068.5bg3alq4Oq@xps13> References: <069176D7-5C83-42E0-B3EC-3119469592BA@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Neil Horman To: "Wiles, Keith" Return-path: Received: from mail-wm0-f53.google.com (mail-wm0-f53.google.com [74.125.82.53]) by dpdk.org (Postfix) with ESMTP id 31EB2DE0 for ; Wed, 10 Feb 2016 19:04:21 +0100 (CET) Received: by mail-wm0-f53.google.com with SMTP id c200so40795566wme.0 for ; Wed, 10 Feb 2016 10:04:21 -0800 (PST) In-Reply-To: <069176D7-5C83-42E0-B3EC-3119469592BA@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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?