From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] test/mempool_perf: improve default mempool ops selection Date: Thu, 18 Jan 2018 15:12:10 +0100 Message-ID: <2020564.PkGRMHMKu1@xps> References: <20171119045531.25165-1-jerin.jacob@caviumnetworks.com> <20171212143309.flenkqvsp4inlpz4@platinum> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Olivier MATZ , santosh.shukla@caviumnetworks.com To: Jerin Jacob Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 22CFD1B30F for ; Thu, 18 Jan 2018 15:12:45 +0100 (CET) In-Reply-To: <20171212143309.flenkqvsp4inlpz4@platinum> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 12/12/2017 15:33, Olivier MATZ: > On Sun, Nov 19, 2017 at 10:25:31AM +0530, Jerin Jacob wrote: > > Use of rte_eal_mbuf_default_mempool_ops() API will > > allow to override pool handler through "--mbuf-pool-ops-name" > > eal command line argument. > > > > Signed-off-by: Jerin Jacob > > --- > > test/test/test_mempool_perf.c | 15 +++++++-------- > > 1 file changed, 7 insertions(+), 8 deletions(-) > > My checkpatch sees this minor issue: > > WARNING:TYPO_SPELLING: 'allow to' may be misspelled - > perhaps 'allow (without "to", see > http://english.stackexchange.com/questions/60271/grammatical-complements-for-allow/60285#60285)'? > > > I don't this it's critical, and the official checkpatch did not see it, so > Acked-by: Olivier Matz Applied, thanks