From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yuanhan Liu Subject: Re: [PATCH v3] net/virtio: fix unchecked return value Date: Tue, 24 Oct 2017 16:40:01 +0800 Message-ID: <20171024084001.GM1545@yliu-home> References: <1508821844-37372-2-git-send-email-sebastianx.basierski@intel.com> <1508833058-17189-1-git-send-email-sebastianx.basierski@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org, jianfeng.tan@intel.com, stable@dpdk.org To: SebastianX Basierski Return-path: Content-Disposition: inline In-Reply-To: <1508833058-17189-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" On Tue, Oct 24, 2017 at 10:17:38AM +0200, SebastianX Basierski wrote: > Report an error message if the flag O_NONBLOCK setting fails, > then return from function. > > Coverity issue: 143439 > > Fixes: ef53b6030039 ("net/virtio-user: support LSC") > Cc: jianfeng.tan@intel.com > cc: stable@dpdk.org > > Signed-off-by: SebastianX Basierski > Acked-by: Jianfeng Tan Applied to dpdk-next-virtio. Thanks. --yliu