From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 794C737A0 for ; Fri, 30 Jun 2017 05:38:51 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 29 Jun 2017 20:38:34 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,284,1496127600"; d="scan'208";a="1146344020" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by orsmga001.jf.intel.com with ESMTP; 29 Jun 2017 20:38:33 -0700 Received: from FMSMSX110.amr.corp.intel.com (10.18.116.10) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 29 Jun 2017 20:38:33 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by fmsmsx110.amr.corp.intel.com (10.18.116.10) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 29 Jun 2017 20:38:32 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.116]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.122]) with mapi id 14.03.0319.002; Fri, 30 Jun 2017 11:38:31 +0800 From: "Wu, Jingjing" To: "Guo, Jia" , "Zhang, Helin" CC: "dev@dpdk.org" Thread-Topic: [PATCH v3 2/2] net/i40e: add hot plug monitor in i40e Thread-Index: AQHS8JIHQ8+eSSXw1UaMa2rJIMuoc6I8w3TQ Date: Fri, 30 Jun 2017 03:38:31 +0000 Message-ID: <9BB6961774997848B5B42BEC655768F810DB72A4@SHSMSX103.ccr.corp.intel.com> References: <1498648044-57541-2-git-send-email-jia.guo@intel.com> <1498711073-42917-1-git-send-email-jia.guo@intel.com> <1498711073-42917-3-git-send-email-jia.guo@intel.com> In-Reply-To: <1498711073-42917-3-git-send-email-jia.guo@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 v3 2/2] net/i40e: add hot plug monitor in i40e 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: Fri, 30 Jun 2017 03:38:52 -0000 > -----Original Message----- > From: Guo, Jia > Sent: Thursday, June 29, 2017 12:38 PM > To: Zhang, Helin ; Wu, Jingjing > > Cc: dev@dpdk.org; Guo, Jia > Subject: [PATCH v3 2/2] net/i40e: add hot plug monitor in i40e >=20 > From: "Guo, Jia" >=20 > This patch enable the hot plug feature in i40e, by monitoring the hot plu= g > uevent of the device. When remove event got, call the app callback functi= on to > handle the detach process. >=20 > Signed-off-by: Guo, Jia Acked-by: Jingjing Wu