From mboxrd@z Thu Jan 1 00:00:00 1970 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding :content-type; bh=YPKA2nhrkfPyCD6uShw1CFWpWMwF5mhRVjmR6ajm+9c=; b=2KRWUYZs2nimoFsXoXSrAQWJaZ5ogjuUlungC8Rzp3Ebq16YBMGP4BTPNotxZPv/w9 B9VTxlXL7ErZJr1d+ymwU44SoLontaRIrGtwcuXLUcmp9vgKLyXiJZTg3uaa8qFpEL7P 855xJjyKMGvm6W5Ubyfxfzz9Ft4+RllJG0fqkLLyd1yn1o2m/CjDMJLyUJqWQSeCnmUK VvtAAMhl6hA8mVekK67zKf4yMxkHYHrKo7C1jq1ILY2nJ4qXkKEMnENPwfX1MQH8gIqC RcCP4BpajuxUZ8y0bQC47Q6cRjE6yU1iB/vLwKrwiD890im2ifUFVeaZRPkNu3YpYosI YkjA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=YPKA2nhrkfPyCD6uShw1CFWpWMwF5mhRVjmR6ajm+9c=; b=ei2PNvaKFXpbiRplI4XYjj60fS/00N1WGW3qNs7WWHqfrSINRMi10CPzNl9jf98xVH am52V1fJCPKXcq/ZJ6uRsVltSql4RgzKHmUIFV+XkD1/a3aDyBVuaV1WQAQnzudrA92l BnXRAc/tpPtNxPgwitJjRsaY9J50+SyoQnN5bD+LuvbG46SUcZtXhu68p5PRKtRu8bGO CIhs/ZFjIPHVb125daq61nTFuhI8swGuF7S/mJeJymKpP1EEPBqv25GkyfW8Mt03mGNS 0UAsW8k9hBFm0kx4h3TPXjKZnB6xZTG0LtQ9Q9p0tHsQ1QY6pWYtMQP0rQG5Bw+7jXUC TMVQ== X-Gm-Message-State: AG10YOS/SimqPx/ee5CpQjIPW6y8qJZW25aNpEf/eCpcnyZg8PyVEC+w581h3fu7v6J13rpG X-Received: by 10.194.119.161 with SMTP id kv1mr41567589wjb.135.1455127460996; Wed, 10 Feb 2016 10:04:20 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id c136sm23247174wmd.3.2016.02.10.10.04.20 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 10 Feb 2016 10:04:20 -0800 (PST) From: Thomas Monjalon To: "Wiles, Keith" Date: Wed, 10 Feb 2016 19:02:54 +0100 Message-ID: <1595068.5bg3alq4Oq@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <069176D7-5C83-42E0-B3EC-3119469592BA@intel.com> References: <069176D7-5C83-42E0-B3EC-3119469592BA@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org, Neil Horman Subject: Re: [dpdk-dev] [PATCH v2] mempool: reduce rte_mempool structure size X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Feb 2016 18:04:21 -0000 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?