From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] net/ifcvf: do not panic in address translation Date: Mon, 23 Apr 2018 11:42:34 +0100 Message-ID: References: <20180420151524.36696-1-xiao.w.wang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Xiao Wang Return-path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id CBBD7A51 for ; Mon, 23 Apr 2018 12:42:38 +0200 (CEST) In-Reply-To: <20180420151524.36696-1-xiao.w.wang@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/20/2018 4:15 PM, Xiao Wang wrote: > Driver should return error and report error message rather than call > rte_panic(). > > Signed-off-by: Xiao Wang Squashed into relevant commit in next-net [1], thanks. [1] 3c67b5fca918 ("net/ifcvf: add ifcvf vdpa driver")