From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.droids-corp.org (zoll.droids-corp.org [94.23.50.67]) by dpdk.org (Postfix) with ESMTP id 09D7C2A66 for ; Fri, 3 Jun 2016 16:11:05 +0200 (CEST) Received: from was59-1-82-226-113-214.fbx.proxad.net ([82.226.113.214] helo=[192.168.0.10]) by mail.droids-corp.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1b8pqc-0003eU-2L; Fri, 03 Jun 2016 16:13:14 +0200 To: "Hunt, David" , dev@dpdk.org References: <1464797998-76690-1-git-send-email-david.hunt@intel.com> <1464874043-67467-1-git-send-email-david.hunt@intel.com> <1464874043-67467-6-git-send-email-david.hunt@intel.com> <575177FF.5090400@6wind.com> <57518EDE.4030809@intel.com> Cc: viktorin@rehivetech.com, jerin.jacob@caviumnetworks.com From: Olivier Matz Message-ID: <57518FED.8050302@6wind.com> Date: Fri, 3 Jun 2016 16:10:53 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Icedove/38.6.0 MIME-Version: 1.0 In-Reply-To: <57518EDE.4030809@intel.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v7 5/5] mbuf: allow apps to change default mempool ops 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: Fri, 03 Jun 2016 14:11:05 -0000 On 06/03/2016 04:06 PM, Hunt, David wrote: > > > On 6/3/2016 1:28 PM, Olivier MATZ wrote: >>> [PATCH v7 5/5] mbuf: allow apps to change default mempool ops >> Should the title be fixed? >> I don't feel this allows application to change the default ops. > > Allow _user_ to change default mempool ops, I think. make default mempool ops configurable at build ?