From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 42B12214A for ; Mon, 11 Jul 2016 04:05:36 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga102.jf.intel.com with ESMTP; 10 Jul 2016 19:05:35 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,344,1464678000"; d="scan'208";a="843863897" Received: from yliu-dev.sh.intel.com (HELO yliu-dev) ([10.239.67.162]) by orsmga003.jf.intel.com with ESMTP; 10 Jul 2016 19:05:35 -0700 Date: Mon, 11 Jul 2016 10:07:57 +0800 From: Yuanhan Liu To: Jianfeng Tan Cc: dev@dpdk.org, huawei.xie@intel.com Message-ID: <20160711020757.GU26521@yliu-dev.sh.intel.com> References: <1467363031-106737-1-git-send-email-jianfeng.tan@intel.com> <20160704030013.GU2831@yliu-dev.sh.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160704030013.GU2831@yliu-dev.sh.intel.com> User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH] examples/vhost: fix failure without hints X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Jul 2016 02:05:36 -0000 On Mon, Jul 04, 2016 at 11:00:13AM +0800, Yuanhan Liu wrote: > On Fri, Jul 01, 2016 at 08:50:31AM +0000, Jianfeng Tan wrote: > > When the specified cores and memory lie on different numa socket with > > physical NIC, vhost fails to set up rx queue, and exits without any > > hints. This could leads to confusion of users. > > > > This patch fixes it by adding some error messages when calling ether > > APIs returns errors. > > > > Fixes: 4796ad63ba1f ("examples/vhost: import userspace vhost application") > > I will not call it a "fix", instead, it's an "enhancement" to me. > > > Reported-by: Yulong Pei > > And since it's not a bug, it might be "Suggested-by: ...". Applied to dpdk-next-virtio, with some commit log rewords. Thanks. --yliu