From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] net/netvsc: check return from kvargs_process Date: Mon, 1 Oct 2018 15:56:42 +0100 Message-ID: <47e04fda-7314-f167-f761-4f40aa965e8b@intel.com> References: <20180926093112.24235-1-sthemmin@microsoft.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: Stephen Hemminger To: Stephen Hemminger , dev@dpdk.org Return-path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 7E5D31B3AE for ; Mon, 1 Oct 2018 16:56:45 +0200 (CEST) In-Reply-To: <20180926093112.24235-1-sthemmin@microsoft.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 9/26/2018 10:31 AM, Stephen Hemminger wrote: > Should check return value from processing latency value. > > Coverity issue: 322104 > Signed-off-by: Stephen Hemminger Fixes: a25d39a3eb69 ("net/netvsc: allow tuning latency with devargs") Applied to dpdk-next-net/master, thanks.