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 77CF8A0471 for ; Tue, 16 Jul 2019 13:02:56 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id DFD292BF4; Tue, 16 Jul 2019 13:02:55 +0200 (CEST) Received: from wout3-smtp.messagingengine.com (wout3-smtp.messagingengine.com [64.147.123.19]) by dpdk.org (Postfix) with ESMTP id 4E6AA2BE1 for ; Tue, 16 Jul 2019 13:02:55 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id 136904F3; Tue, 16 Jul 2019 07:02:54 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Tue, 16 Jul 2019 07:02:54 -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=pzW9FHUG55TrE2FcUmqv0ivCOzb9Q2r8O/SVvZzhI0Y=; b=CjPT/OQdPgiC Jwor6+x+eWMdJ73WUQ+zjwDj+HXrnf9h+ZfkDJY/+EbR6yUOy6vwOAKwidboj6hl X7Kt124uAu/Zi29OshnxmIy9cyo6r+w78StGzvQm8iEFeZaCw/0W4OeCMpjWZBtv Xx7XFkXsGLtNAArxvVqZrbVCH1CPLsE= 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=pzW9FHUG55TrE2FcUmqv0ivCOzb9Q2r8O/SVvZzhI 0Y=; b=htEH1uZcTt/52Jhu/7rHXpbPzCEI3Fqb4/Lfk4iR2TteJjE/eWaMJGHjn aOMT0uWLPn7tuYUO4V8ltOqyi/lM+ucddnFCu2IVGJbmsc8doR49dcwaeut434rI xOOhysk2G18BEygiK3v+mOAC5davM88+Vv4DMf7CPHB/fbDGCKwiF5uWPW+cU00s re4cdBhJjpgVbjfP2Jlq8oOTPBUN4LunZDXdt70k6iMi2XEjNNy8JFBGUYEFc0h+ /0dp6FPwzXqsmKtSR4Ow/oKMeOLxZ/NzLNfVJ3s02k6M9rcyYCdUIiGcBHOl/cU2 aNnPvxHXshSHrUzYRcklxn9y+9AMA== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddriedtgdefjecutefuodetggdotefrodftvf 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 B357B380076; Tue, 16 Jul 2019 07:02:52 -0400 (EDT) From: Thomas Monjalon To: Anatoly Burakov Cc: dev@dpdk.org Date: Tue, 16 Jul 2019 13:02:51 +0200 Message-ID: <2380494.qy7sY05SDk@xps> In-Reply-To: <1a51612a8bd6b6f359aec9b0072f8763cd59cb6c.1562947317.git.anatoly.burakov@intel.com> References: <1a51612a8bd6b6f359aec9b0072f8763cd59cb6c.1562947317.git.anatoly.burakov@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] test: make multiprocess launch error more informative 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" 12/07/2019 18:02, Anatoly Burakov: > Currently, if there is no procfs mounted, test application will > fail to run any multiprocess-related autotests (EAL flags etc.) > without a clear explanation as to why this happens. > > Add a check specifically for that condition, as well as add a > general stringified error message to rte_panic. > > Signed-off-by: Anatoly Burakov Applied, thanks