From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id 9DADC2BE5; Thu, 8 Nov 2018 13:18:51 +0100 (CET) Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id EA23C307DAA4; Thu, 8 Nov 2018 12:18:50 +0000 (UTC) Received: from localhost (ovpn-116-99.ams2.redhat.com [10.36.116.99]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 06CC3271B3; Thu, 8 Nov 2018 12:18:47 +0000 (UTC) Date: Thu, 8 Nov 2018 13:18:46 +0100 From: Jens Freimann To: Tiwei Bie Cc: maxime.coquelin@redhat.com, zhihong.wang@intel.com, dev@dpdk.org, stable@dpdk.org Message-ID: <20181108121846.r47mgzadipoycvlw@jenstp.localdomain> References: <20181106064022.21566-1-tiwei.bie@intel.com> <20181106064022.21566-3-tiwei.bie@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <20181106064022.21566-3-tiwei.bie@intel.com> User-Agent: NeoMutt/20180716 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.42]); Thu, 08 Nov 2018 12:18:51 +0000 (UTC) Subject: Re: [dpdk-dev] [PATCH 2/2] net/virtio-user: fix typo in 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: , X-List-Received-Date: Thu, 08 Nov 2018 12:18:51 -0000 On Tue, Nov 06, 2018 at 02:40:22PM +0800, Tiwei Bie wrote: >The param we are checking is VIRTIO_USER_ARG_PATH, instead >of VIRTIO_USER_ARG_QUEUE_SIZE. > >Fixes: ce2eabdd43ec ("net/virtio-user: add virtual device") >Cc: stable@dpdk.org > >Signed-off-by: Tiwei Bie >--- > drivers/net/virtio/virtio_user_ethdev.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Reviewed-by: Jens Freimann