From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 206935A9D for ; Fri, 3 Jun 2016 16:06:25 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga104.fm.intel.com with ESMTP; 03 Jun 2016 07:06:24 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,412,1459839600"; d="scan'208";a="980223364" Received: from dhunt5-mobl.ger.corp.intel.com (HELO [10.237.221.24]) ([10.237.221.24]) by fmsmga001.fm.intel.com with ESMTP; 03 Jun 2016 07:06:22 -0700 To: Olivier MATZ , 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> Cc: viktorin@rehivetech.com, jerin.jacob@caviumnetworks.com From: "Hunt, David" Message-ID: <57518EDE.4030809@intel.com> Date: Fri, 3 Jun 2016 15:06:22 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <575177FF.5090400@6wind.com> Content-Type: text/plain; charset=windows-1252; format=flowed 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:06:26 -0000 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.