From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 0165FA0C4E; Mon, 25 Oct 2021 21:23:19 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D2CA740E3C; Mon, 25 Oct 2021 21:23:18 +0200 (CEST) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by mails.dpdk.org (Postfix) with ESMTP id D3F694003E for ; Mon, 25 Oct 2021 21:23:17 +0200 (CEST) Received: from compute6.internal (compute6.nyi.internal [10.202.2.46]) by mailout.nyi.internal (Postfix) with ESMTP id 7B0775C0277; Mon, 25 Oct 2021 15:23:17 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute6.internal (MEProxy); Mon, 25 Oct 2021 15:23:17 -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=fm2; bh= GhLq8RwE24noV5dJo3cMIG9ucI6OHyJje8UUIf5gNGQ=; b=FLv+aval9oHBrF8G tOTIPuiK94uToNJU4q4D3XcDxAFUmsoqDQoOloIerL+SY0USm3IKXoxfzii+GZFd sMZc4PVYT1H03TEHTOVnPRBZbvigwJ+VkUK+yZwZsdbsbqbGcnJH680F3yhQJxJU EJ0jIVpu5Lj5JA4KhAIIpAJmNKh9Z6QsrGErz9A6UnjS9iYbI92M34eRZCs850gy tE4V3Z53HtUjO7xy2ST2JrsHogcc2gPguA/HEcCWkNPO2Jb4xgZNZvbiB97VOffa 9dBgNpunDRbBh8Jan2MT4dRUaLF0elr8xHS1615BiAozw1ontcVZxyeVv+TBa/A8 EntJkg== 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=fm1; bh=GhLq8RwE24noV5dJo3cMIG9ucI6OHyJje8UUIf5gN GQ=; b=mh2/DxxfUWKg+3B89JkcXqtDobJrQxhUPIVVnn5IEKjskXQ8XOT95EVOP EpC9z+FoZDzr3sNVgmIzim9fguTgx8ayISkMqt3OSGMaCcY44CRm+nsW+mx3QAFv 12tNBqSl+6p+5Bp+exi4GbLcYC7+KGAG6GCCwYUd52/yo7cpKlRfE1cZ9yxMMV1R 102nPUadmEZvKZrFQBpJ7YLoRKj9xM5XmRGYGdvZE+TmkVTtjRlvRtHwtpjDuslY ur1OIBPxnmr1n6D3RJYx+2GWbdA3PLCO2/DvRlHEMqX3w9grtMdZNPAej2Puf9Nk JkMfCSONh9HLkjSLTBeszbDkNbksA== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvtddrvdefhedgudduhecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd enucfjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhm rghsucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenuc ggtffrrghtthgvrhhnpedugefgvdefudfftdefgeelgffhueekgfffhfeujedtteeutdej ueeiiedvffegheenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfh hrohhmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvght X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Mon, 25 Oct 2021 15:23:16 -0400 (EDT) From: Thomas Monjalon To: Wisam Jaddo Cc: dev@dpdk.org, suanmingm@nvidia.com, arybchenko@solarflare.com, asafp@nvidia.com Date: Mon, 25 Oct 2021 21:23:14 +0200 Message-ID: <62893996.hpnM8PRtdE@thomas> In-Reply-To: <20211004125513.9492-1-wisamm@nvidia.com> References: <20211004125513.9492-1-wisamm@nvidia.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] app/flow-perf: export some configuration options X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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" 04/10/2021 14:55, Wisam Jaddo: > Some options are needed in the runtime many times, so leaving > it during compilation is not correct. As a result some options > has been exported into command line options to be used at run > time. > > The options exported are: > --txq=N > --rxq=N > --txd=N > --rxd=N > --mbuf-size=N > --mbuf-cache-size=N > --total-mbuf-count=N > > Signed-off-by: Wisam Jaddo > Reviewed-by: Alexander Kozyrev Applied, thanks.