From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id C30D220C6D; Thu, 18 Jan 2018 09:12:44 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Thu, 18 Jan 2018 09:12:44 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=ufAOxU3rh/Jr5qVIuswjmEMrL1 VQT/fdg4d4jUw7+h0=; b=XzbuAYX0Sgef1k7zQA+AsAl4yw8Xnszsl2t7Z2sE79 uIJhyHkqNreZJVb6c3RyxUA/etLjSKJhurnEAMAyTFWYt7kYl5lejoUnf8Gw3bpY tMuJnMH9hgnLQTBR4Zmk895PLOK/18KqOHyYC+Qt4rdl7bNqBhVbQIdib3SOgsOZ 0= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=ufAOxU 3rh/Jr5qVIuswjmEMrL1VQT/fdg4d4jUw7+h0=; b=M+XqFMjYBUDUfVMyyxw1x7 1ceWWL61h25iTpNRcT7wltVppa1e6p0iYuAu7MMYOEmi5TFJYYEppqM4FpTKxh7+ zU8LbSGv6htkX+ed0h2vL0C4PSQQi4CM2pKSt351l2DTEKaeiuljgWTti9K53agF 2OkF81cg+tr0EwVh2Cp+UWN5YhejfiQam8f0wZSikGbAaVWhwUd+14g+GU2l8vEY FVnmYwFSNt5lTBA6uC/cnZfqKHOyxDjO24zYhOpiJHSwkHs0IsNNP6rRM2LOAoRh iwJv3lVSF4he46wOaXkVkYju2pCarm2JZKr6Y3dgtcObs3h1ccWeb2YuejLyeU1A == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 6FBF77E1A2; Thu, 18 Jan 2018 09:12:44 -0500 (EST) From: Thomas Monjalon To: Jerin Jacob Cc: dev@dpdk.org, Olivier MATZ , santosh.shukla@caviumnetworks.com Date: Thu, 18 Jan 2018 15:12:10 +0100 Message-ID: <2020564.PkGRMHMKu1@xps> In-Reply-To: <20171212143309.flenkqvsp4inlpz4@platinum> References: <20171119045531.25165-1-jerin.jacob@caviumnetworks.com> <20171212143309.flenkqvsp4inlpz4@platinum> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] test/mempool_perf: improve default mempool ops selection X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Jan 2018 14:12:45 -0000 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