From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yuanhan Liu Subject: Re: [PATCH] vhost: print the reason on numa node obtaining failure Date: Fri, 7 Jul 2017 08:19:03 +0800 Message-ID: <20170707001903.GS11626@yliu-home> References: <1499347843-6948-1-git-send-email-i.maximets@samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org, Heetae Ahn To: Ilya Maximets Return-path: Received: from mail-pg0-f45.google.com (mail-pg0-f45.google.com [74.125.83.45]) by dpdk.org (Postfix) with ESMTP id 02960235 for ; Fri, 7 Jul 2017 02:19:10 +0200 (CEST) Received: by mail-pg0-f45.google.com with SMTP id t186so8554295pgb.1 for ; Thu, 06 Jul 2017 17:19:10 -0700 (PDT) Content-Disposition: inline In-Reply-To: <1499347843-6948-1-git-send-email-i.maximets@samsung.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Thu, Jul 06, 2017 at 04:30:43PM +0300, Ilya Maximets wrote: > syscall always returns '-1' on failure and there is no point > in printing that value. 'errno' is much more informative. > > Fixes: 586e39001317 ("vhost: export numa node") > > Signed-off-by: Ilya Maximets Applied to dpdk-next-virtio. Thanks. --yliu