From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3] net/virtio-user: fix unchecked return value Date: Tue, 06 Feb 2018 21:48:23 +0100 Message-ID: <8802199.6lIzV227J9@xps> References: <1510651655-36160-1-git-send-email-sebastianx.basierski@intel.com> <1510655996-39288-1-git-send-email-sebastianx.basierski@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, jianfeng.tan@intel.com, yliu@fridaylinux.org To: SebastianX Basierski Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 7EC551B744 for ; Tue, 6 Feb 2018 21:48:28 +0100 (CET) In-Reply-To: <1510655996-39288-1-git-send-email-sebastianx.basierski@intel.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" 14/11/2017 11:39, SebastianX Basierski: > Report error message if clearing O_NONBLOCK flag will fail, > then return from function. > > Coverity issue: 143439 > > Fixes: ef53b6030039 ("net/virtio-user: support LSC") > Cc: jianfeng.tan@intel.com > Cc: yliu@fridaylinux.org > cc: dev@dpdk.org > > Signed-off-by: SebastianX Basierski > Acked-by: Jianfeng Tan > Acked-by: Maxime Coquelin I don't know why this patch was forgotten in the virtio tree. Applied, thanks