From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id A9041A00E6 for ; Thu, 11 Jul 2019 00:21:31 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id C1CB4397D; Thu, 11 Jul 2019 00:21:30 +0200 (CEST) Received: from wout5-smtp.messagingengine.com (wout5-smtp.messagingengine.com [64.147.123.21]) by dpdk.org (Postfix) with ESMTP id A0398324D for ; Thu, 11 Jul 2019 00:21:28 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id 6332B416; Wed, 10 Jul 2019 18:21:27 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Wed, 10 Jul 2019 18:21:27 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=02BToKBWk/aNoShNyqtJFiwWD+xqWuCOgctE/h/8TDk=; b=UcxdA6cnm1IM ovFh9+e6R7EcrNZGYfxhlLilDHufj1gOqTHr6ASr+LmAAOsn6dby6fuEGStu0nF3 5wbHnkJJf3ggfLJJRHS1kI7ChkU0e9Fd82/pgx4JJnmdfq0jtHYwmNTVq4V05jGE 3II+d6lUb7OdTYoTOzf4ZYphDT6Yb/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-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm3; bh=02BToKBWk/aNoShNyqtJFiwWD+xqWuCOgctE/h/8T Dk=; b=kKeC49VOtS4VS0rCrQ08f5hAfY74RMKayPztYoTa5oJ5TOitk+vlQU9ye am5iofs0fFhkVowkJStyElHiCzpbIyYbuoMgQ1k0WTfvGiyxBOK6CchdAxhDNllR OCLfB2mIrRORaIKy7HGfOJ8jFBbOAIx+KDe0lBQhD+9dKsL/xy74AfGcV1IXuBJV KmukatAg5fQjm9YiRmI9uG/kJxSJDv8hGekIhzzP2deRSwL7FGaVRHGSeT11LJsx CJptQmj/FP0gIu+q88vKxyw5yI4Fe1Ob6CqCY55XJ3umRvWoBM+kLkSqyLmkQicj GXNMBcuxxt/Sgfma5/1eH++G9/eVQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrgeejgddtlecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epjeejrddufeegrddvtdefrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhho mhgrshesmhhonhhjrghlohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id C5C6D8005C; Wed, 10 Jul 2019 18:21:24 -0400 (EDT) From: Thomas Monjalon To: Harman Kalra Cc: dev@dpdk.org, "reshma.pattan@intel.com" , "olivier.matz@6wind.com" , "arybchenko@solarflare.com" , Jerin Jacob Kollanukkaran Date: Thu, 11 Jul 2019 00:21:23 +0200 Message-ID: <3199031.cHdjmSpLGg@xps> In-Reply-To: <1562750519-5998-1-git-send-email-hkalra@marvell.com> References: <1562661870-24471-1-git-send-email-hkalra@marvell.com> <1562750519-5998-1-git-send-email-hkalra@marvell.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v4] app/pdump: enforcing pdump to use SW mempool 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 10/07/2019 11:22, Harman Kalra: > A secondary process cannot access HW mempool already > initiazed by primary, and neither it can setup its own > HW mempool due to its own restrictions. > > Since dpdk-pdump creates mempool for managing its local > mbufs, SW mempool is capable enough to solve this purpose. > > Signed-off-by: Harman Kalra Applied, thanks