From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 457001B6CE for ; Thu, 8 Feb 2018 14:40:09 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 08 Feb 2018 05:40:08 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,478,1511856000"; d="scan'208";a="33125334" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga002.jf.intel.com with ESMTP; 08 Feb 2018 05:40:07 -0800 Received: from fmsmsx119.amr.corp.intel.com (10.18.124.207) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 8 Feb 2018 05:40:07 -0800 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by FMSMSX119.amr.corp.intel.com (10.18.124.207) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 8 Feb 2018 05:40:07 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.116]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.116]) with mapi id 14.03.0319.002; Thu, 8 Feb 2018 21:40:05 +0800 From: "Zhang, Helin" To: "Xing, Beilei" , "Wu, Jingjing" , "dev@dpdk.org" , "Zhang, Qi Z" Thread-Topic: [dpdk-dev] [PATCH] net/i40e: fix unchecked return in parse devarg Thread-Index: AQHToN9AgZEA80098EWzdVDmUtvsOaOagr5A Date: Thu, 8 Feb 2018 13:40:05 +0000 Message-ID: References: <1518095892-61961-1-git-send-email-beilei.xing@intel.com> In-Reply-To: <1518095892-61961-1-git-send-email-beilei.xing@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] net/i40e: fix unchecked return in parse devarg 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: Thu, 08 Feb 2018 13:40:09 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Beilei Xing > Sent: Thursday, February 8, 2018 9:18 PM > To: Wu, Jingjing; dev@dpdk.org; Zhang, Qi Z > Subject: [dpdk-dev] [PATCH] net/i40e: fix unchecked return in parse devar= g >=20 > This patch fixes the coverity CHECKED_RETURN issue. >=20 > Coverity issue: 261779 > Fixes: cfdfca493cae ("net/i40e: fix multiple driver support") >=20 > Reported-by: John McNamara > Signed-off-by: Beilei Xing Acked-by: Helin Zhang