From mboxrd@z Thu Jan 1 00:00:00 1970 From: "He, Shaopeng" Subject: Re: [PATCH V5 1/7] bus: add hotplug failure handler Date: Fri, 6 Jul 2018 15:17:01 +0000 Message-ID: <7A795063ED59344FA044FE7D577A3D9878C6AD@SHSMSX101.ccr.corp.intel.com> References: <1498711073-42917-1-git-send-email-jia.guo@intel.com> <1530776333-30318-1-git-send-email-jia.guo@intel.com> <1530776333-30318-2-git-send-email-jia.guo@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Cc: "jblunck@infradead.org" , "shreyansh.jain@nxp.com" , "dev@dpdk.org" , "Zhang, Helin" To: "Guo, Jia" , "stephen@networkplumber.org" , "Richardson, Bruce" , "Yigit, Ferruh" , "Ananyev, Konstantin" , "gaetan.rivet@6wind.com" , "Wu, Jingjing" , "thomas@monjalon.net" , "motih@mellanox.com" , "matan@mellanox.com" , "Van Haaren, Harry" , "Zhang, Qi Z" , "Iremonger, Bernard" Return-path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 6950B1BE57 for ; Fri, 6 Jul 2018 17:17:14 +0200 (CEST) In-Reply-To: <1530776333-30318-2-git-send-email-jia.guo@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" > -----Original Message----- > From: Guo, Jia > Sent: Thursday, July 5, 2018 3:39 PM >=20 > When device be hotplug out, if app still continue to access device by mmi= o, > it will cause of memory failure and result the system crash. >=20 > This patch introduces a bus ops to handle device hotplug failure, it is a > bus specific behavior,so that each kind of bus can implement its own logi= c > case by case. >=20 > Signed-off-by: Jeff Guo Minor comment: there should be a space after the "behavior," Acked-by: Shaopeng He