From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yuanhan Liu Subject: Re: [PATCH] examples/vhost: fix failure without hints Date: Mon, 4 Jul 2016 11:00:13 +0800 Message-ID: <20160704030013.GU2831@yliu-dev.sh.intel.com> References: <1467363031-106737-1-git-send-email-jianfeng.tan@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org, huawei.xie@intel.com To: Jianfeng Tan Return-path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 0393D29C7 for ; Mon, 4 Jul 2016 04:59:03 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1467363031-106737-1-git-send-email-jianfeng.tan@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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: ...". --yliu