From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 30D4A1B838 for ; Wed, 31 Jan 2018 20:20:46 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 31 Jan 2018 11:20:45 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,441,1511856000"; d="scan'208";a="23931389" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.252.19.13]) ([10.252.19.13]) by FMSMGA003.fm.intel.com with ESMTP; 31 Jan 2018 11:20:44 -0800 To: Jingjing Wu , wenzhuo.lu@intel.com Cc: dev@dpdk.org References: <1517303436-57290-1-git-send-email-jingjing.wu@intel.com> From: Ferruh Yigit Message-ID: <59e64d8a-9d8f-d1eb-d735-3d60a1545a4c@intel.com> Date: Wed, 31 Jan 2018 19:20:43 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 MIME-Version: 1.0 In-Reply-To: <1517303436-57290-1-git-send-email-jingjing.wu@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] net/avf: fix unchecked return value issue X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Jan 2018 19:20:46 -0000 On 1/30/2018 9:10 AM, Jingjing Wu wrote: > This patch fixes the coverity CHECKED_RETURN issue. > > Coverity issue: 257045 > Fixes: 48de41ca11f0 ("net/avf: enable link status update") > > Reported-by: John McNamara > Signed-off-by: Jingjing Wu Applied to dpdk-next-net/master, thanks.