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 A6F6628F3 for ; Mon, 15 Jan 2018 12:19:18 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 348C920BA9; Mon, 15 Jan 2018 06:19:18 -0500 (EST) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Mon, 15 Jan 2018 06:19:18 -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=Dj6ZiYciJQryAT5ziETiUq51eH xH+/o+WBxTkMBbErM=; b=ly9ibgjxUS0cZw4h7qukB34GxYhQ/lTvyo06q4rg2J i83AKcnR6JTM3WzB90q3tL1KlNKhMj+0jvi4Ov1dYVC19O9wCER7pkxQ/lySV8RC UoHull7FxCs/j+WDO6yHHCPrCE8OeE3W/YYsVqzoDVd1ocnjYmDNiBngwPhFScMp o= 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=Dj6ZiY ciJQryAT5ziETiUq51eHxH+/o+WBxTkMBbErM=; b=b6C+bRElQyOs5cGDuoK80h riNHqUQh2yqejqhxlMSafIF5haorhSeG7xX93y8BT/iJdiz5aPWtIjo/eRNI6fju iNXPd+56lKpS11bEZEJBfCbUdrCy3xmDTXt2iKeBiszEI4OAMrWkWK8BysGk7BD4 fYBtgy6cx+eHu/8whzrcecAZHVid3eWG0UKbAU4xJwJEmcX0XoI1hJzDobj06dL2 tHe41UBmfPb9wqWdqXBW4TteWjt9asVRT8DMgszMz1wuwFpkRW45T3rOjuE1uocV ofORUldalnD+k1G5iepUmj7ehAJKB1+8TmvkBYPM24UEqxuxrFDvJQaQ/4gyTqiQ == 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 E8A5F24724; Mon, 15 Jan 2018 06:19:17 -0500 (EST) From: Thomas Monjalon To: Pavan Nikhilesh Cc: dev@dpdk.org, "De Lara Guarch, Pablo" , "Richardson, Bruce" , "stephen@networkplumber.org" Date: Mon, 15 Jan 2018 12:18:46 +0100 Message-ID: <2083706.qujmTRkx6N@xps> In-Reply-To: References: <20171228201906.22770-1-pbhagavatula@caviumnetworks.com> <20180102095308.12783-1-pbhagavatula@caviumnetworks.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2] examples/l2fwd: increase pktmbuf pool size 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: Mon, 15 Jan 2018 11:19:18 -0000 10/01/2018 13:26, De Lara Guarch, Pablo: > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Pavan Nikhilesh > > > > Make pktmbuf pool size a function of ports and lcores detected instead of > > using constant 8192. > > > > Signed-off-by: Pavan Nikhilesh > > Acked-by: Pablo de Lara Applied, thanks