From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id F36DEA0AC5 for ; Fri, 3 May 2019 22:43:18 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 15B1E29AC; Fri, 3 May 2019 22:43:18 +0200 (CEST) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id 165C12986 for ; Fri, 3 May 2019 22:43:17 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 8544126976; Fri, 3 May 2019 16:43:16 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Fri, 03 May 2019 16:43:16 -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=mk7Jv2xPhM1ArSteTn4/2nPAaC0BGeTXv/Bc3m5mTPI=; b=QXHlWlQVMDsX j0sPuwZDYlMcmOsTGDJVdrBDGB8w3QUYril4MmjM/QnjSmZYGni9E/gkTqTeIwhr xc/ChKPMJcrfha2dDtMAeSdgouu6gohg3vWHedqoXQIzW+q/QL6pJfn+U0FdSpDc Qt7SwupK7uH8EUEz7srRuQznjYPoBX8= 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=fm2; bh=mk7Jv2xPhM1ArSteTn4/2nPAaC0BGeTXv/Bc3m5mT PI=; b=ZBL3NcQP+sLhaha3DOvpSX85PNGqQFs81iR5+rD1u57aMczr+mGfVgMdI oI7Tw4nFo7105Yk2jxF9iwwjXuma1o0/EtxvAZKThWqszQ18nUTmVJCQofZ5iqll 1XVWUr6ki1Svg8SSTL1PAp0jdlniVoYG71Vi2o4VjYiX3d2vSjahwlCwP9Qgyp9X zUJJ8Xa2Colt31wzyApl+zlm7qnrqbhMjlxB4XE8SbLoSBdcxSTpFxmMepxHVJCT gAMsqWM5H+7DEbWlK7jADU/ZNJYd43jYZmqXvxkSRWwAPDdpjxp2UeNtC1ESPzu5 KLoSN82AOpeogoDU/32DZKLwP0T4g== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduuddrjedugdduheejucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeejjedrudefgedrvddtfedrudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhh ohhmrghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedu 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 62A4910369; Fri, 3 May 2019 16:43:15 -0400 (EDT) From: Thomas Monjalon To: Kevin Traynor Cc: dev@dpdk.org, Rami Rosen , "Burakov, Anatoly" Date: Fri, 03 May 2019 22:43:14 +0200 Message-ID: <21952765.SgM9aTaTfS@xps> In-Reply-To: References: <20190426162230.21158-1-ktraynor@redhat.com> <8e70dd36-7981-8837-1481-9cbebcf89e90@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH] vfio: expand non-viable group error message 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" Message-ID: <20190503204314.9KmEyXmUHuce1x6PX8Ge04eK-5KPPgUh0B1nD4jJUK0@z> 27/04/2019 08:58, Rami Rosen: > > On 26-Apr-19 5:22 PM, Kevin Traynor wrote: > > > "VFIO group is not viable" error message is correct > > > but not very user friendly for something which can > > > usually be easily rectified. > > > > > > Add some additional text to give more of a hint. > > > > > > Signed-off-by: Kevin Traynor > > Acked-by: Anatoly Burakov > > Reviewd-by: Rami Rosen Applied, thanks