From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxime Coquelin Subject: Re: [PATCH v2] vhost: suppress error if NUMA is not available Date: Fri, 10 Aug 2018 18:30:43 +0200 Message-ID: <9e6e56b0-7a9e-e793-a0d1-6460f865ca1b@redhat.com> References: <1533830978-23518-1-git-send-email-i.maximets@samsung.com> <1533885894-6511-1-git-send-email-i.maximets@samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Tiwei Bie , Zhihong Wang To: Ilya Maximets , dev@dpdk.org Return-path: Received: from mx1.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by dpdk.org (Postfix) with ESMTP id DB7C125D9 for ; Fri, 10 Aug 2018 18:30:47 +0200 (CEST) In-Reply-To: <1533885894-6511-1-git-send-email-i.maximets@samsung.com> Content-Language: en-US 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 08/10/2018 09:24 AM, Ilya Maximets wrote: > It's a common case that 'get_mempolicy' fails on systems > without NUMA support. No need to flag an error in log for > this situation. > > Signed-off-by: Ilya Maximets > Reviewed-by: Tiwei Bie > --- > > Version 2: > * Fixed 'check-git-log.sh' warning. > > lib/librte_vhost/vhost.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) Reviewed-by: Maxime Coquelin Thanks! Maxime