From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] net/softnic: fix unchecked return value Date: Thu, 4 Apr 2019 18:34:59 +0100 Message-ID: References: <20190404154542.48110-1-jasvinder.singh@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: cristian.dumitrescu@intel.com To: Jasvinder Singh , dev@dpdk.org Return-path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 85C991B431 for ; Thu, 4 Apr 2019 19:35:02 +0200 (CEST) In-Reply-To: <20190404154542.48110-1-jasvinder.singh@intel.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 4/4/2019 4:45 PM, Jasvinder Singh wrote: > Fix unchecked return value issue reported by Coverity. > > Coverity ID 336852 > Fixes: a958a5c07f4b ("net/softnic: support service cores") > > Signed-off-by: Jasvinder Singh Acked-by: Rami Rosen Applied to dpdk-next-net/master, thanks.