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 D2E5AA04C3; Fri, 22 Nov 2019 14:48:21 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 8B20023D; Fri, 22 Nov 2019 14:48:20 +0100 (CET) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id B3BD5237 for ; Fri, 22 Nov 2019 14:48:19 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 288BF236BF; Fri, 22 Nov 2019 08:48:19 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Fri, 22 Nov 2019 08:48:19 -0500 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; s=mesmtp; bh=MJP8nqdxcO r1mPbxjqrxqvNXv1N/YaDTAeb0ljopBmE=; b=qfeUd6/kAd3Dj1U9CJ2av5ATLJ gtGSAsP7dubBp12YZX4Irj545ylxP8IgEjLfZc90gPSZprWvGBuEKfUMIBGedP6o Y5LXUY7ss5tPSxlNILnb3mzKH5kkrAz69xeX1aaVPZ6SMjBBlTzjOcsTHwjw4Yk/ VMCauQie4XTph5CHk= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding: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=MJP8nqdxcOr1mPbxjqrxqvNXv1N/YaDTAeb0ljopBmE=; b=OnAsdi1k aA9NNCVrjuYLe/NytGwi8d9OKbRhbH9GLQ2HYvCeQpdIeYxHOkF6S0FNKZi0ZIFM sp70lemUxCTgJwBFFqVOrEGz2H+ETj+PJ6IOhsVuDqVqnC3ZljX8uH15Gpj3D6EK AxJOY9FWaVEDWe7edy60uGNCyRBqH+/eFpa1WC/YceAjiEAFrNPIyTLuXAS4fESp P4Hsgc1HDBhbxyKjZrchfo6LVvRt4Gs3lGAeR4PQnLaBrykG1N4S1XTG9MsXcEw8 87q9lBrhEUJzqbbRS9lgjcp9qq+Tnb0IMKyVO1EcPt4wp1PyHg2JkA5le+diw9Oy KSO6/+8Sm9OAWA== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedrudehgedgheehucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucenucfjughrpefhvffufffkofgjfhgggfestdekre dtredttdenucfhrhhomhepvfhhohhmrghsucfoohhnjhgrlhhonhcuoehthhhomhgrshes mhhonhhjrghlohhnrdhnvghtqeenucfkphepjeejrddufeegrddvtdefrddukeegnecurf grrhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtnecu vehluhhsthgvrhfuihiivgeptd X-ME-Proxy: Received: from xps.monjalon.net (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id E66BA3060060; Fri, 22 Nov 2019 08:48:17 -0500 (EST) From: Thomas Monjalon To: david.marchand@redhat.com Cc: ferruh.yigit@intel.com, dev@dpdk.org Date: Fri, 22 Nov 2019 14:48:08 +0100 Message-Id: <20191122134808.7639-1-thomas@monjalon.net> X-Mailer: git-send-email 2.23.0 In-Reply-To: <785dc5f5-8378-3506-aaa8-39ec22a3eb11@intel.com> References: <785dc5f5-8378-3506-aaa8-39ec22a3eb11@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH] devtools: disable automatic probing in null testing 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" The script test-null.sh is supposed to do a quick and simple run of testpmd with null PMD only, for sanity check. As it is not supposed to test probing of any other PMD, physical device probing is switched to whitelist mode by using a fake PCI address (0:0.0). It will also help to keep memory usage stable across platforms. Signed-off-by: Thomas Monjalon --- devtools/test-null.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devtools/test-null.sh b/devtools/test-null.sh index 9f9a459f76..d82c6ad193 100755 --- a/devtools/test-null.sh +++ b/devtools/test-null.sh @@ -26,5 +26,5 @@ fi (sleep 1 && echo stop) | $testpmd -c $coremask --no-huge -m 150 \ - $libs --vdev net_null1 --vdev net_null2 $eal_options -- \ + $libs -w 0:0.0 --vdev net_null1 --vdev net_null2 $eal_options -- \ --no-mlockall --total-num-mbufs=2048 $testpmd_options -ia -- 2.23.0