From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 07C4195D8 for ; Tue, 14 Jun 2016 15:17:27 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga102.fm.intel.com with ESMTP; 14 Jun 2016 06:17:15 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,470,1459839600"; d="scan'208";a="975363405" Received: from yliu-dev.sh.intel.com (HELO yliu-dev) ([10.239.67.162]) by orsmga001.jf.intel.com with ESMTP; 14 Jun 2016 06:17:14 -0700 Date: Tue, 14 Jun 2016 21:19:24 +0800 From: Yuanhan Liu To: Huawei Xie Cc: dev@dpdk.org, vincent.mc.li@gmail.com, thomas.monjalon@6wind.com Message-ID: <20160614131924.GA10038@yliu-dev.sh.intel.com> References: <1464100542-48126-1-git-send-email-huawei.xie@intel.com> <1465829588-118146-1-git-send-email-huawei.xie@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1465829588-118146-1-git-send-email-huawei.xie@intel.com> User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH v2] virtio: fix crash loading virtio driver when devargs isn't specified X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Jun 2016 13:17:28 -0000 On Mon, Jun 13, 2016 at 10:53:08PM +0800, Huawei Xie wrote: > We skip kernel managed virtio devices, if it isn't whitelisted. > Before checking if the virtio device is whitelisted, check if devargs is > specified. > > Fixes: ac5e1d838dc1 ("virtio: skip error when probing kernel managed device") > > Signed-off-by: Huawei Xie > Reported-by: Vincent Li Applied to dpdk-next-virtio, with above two order changed and summary shortened. Thanks. --yliu