From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 6839D1B6AA for ; Wed, 31 Jan 2018 06:22:03 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 30 Jan 2018 21:22:01 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,438,1511856000"; d="scan'208";a="23573167" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga003.jf.intel.com with ESMTP; 30 Jan 2018 21:22:01 -0800 Received: from fmsmsx101.amr.corp.intel.com (10.18.124.199) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 30 Jan 2018 21:22:01 -0800 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by fmsmsx101.amr.corp.intel.com (10.18.124.199) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 30 Jan 2018 21:22:00 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.145]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.192]) with mapi id 14.03.0319.002; Wed, 31 Jan 2018 13:21:59 +0800 From: "Wu, Jingjing" To: "Guo, Jia" , "stephen@networkplumber.org" , "Richardson, Bruce" , "gaetan.rivet@6wind.com" , "thomas@monjalon.net" , "motih@mellanox.com" CC: "Yigit, Ferruh" , "Ananyev, Konstantin" , "jblunck@infradead.org" , "shreyansh.jain@nxp.com" , "dev@dpdk.org" , "Zhang, Helin" , "Van Haaren, Harry" , "Tan, Jianfeng" Thread-Topic: [PATCH V14 3/3] app/testpmd: use uevent to monitor hotplug Thread-Index: AQHTmcThRElsAlHtxkWLQo6GgKfkoqONcx9g Date: Wed, 31 Jan 2018 05:21:58 +0000 Message-ID: <9BB6961774997848B5B42BEC655768F810F3C1B3@SHSMSX103.ccr.corp.intel.com> References: <1516938577-27662-3-git-send-email-jia.guo@intel.com> <1517314860-8097-1-git-send-email-jia.guo@intel.com> <1517314860-8097-3-git-send-email-jia.guo@intel.com> In-Reply-To: <1517314860-8097-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-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiODExZmNkZjMtZTQ5NC00MDQ4LTgzMzgtYzg1MzhlYjJhOGNhIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IlwvY3dIVTRYc1lCZnNpS0RJK2Vhd2Jub2N6QW4xcnBydEJsYkd4ZHErZWdJPSJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action 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 V14 3/3] app/testpmd: use uevent to monitor hotplug 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: Wed, 31 Jan 2018 05:22:05 -0000 > -----Original Message----- > From: Guo, Jia > Sent: Tuesday, January 30, 2018 8:21 PM > To: stephen@networkplumber.org; Richardson, Bruce ; > gaetan.rivet@6wind.com; Wu, Jingjing ; thomas@monj= alon.net; > motih@mellanox.com > Cc: Yigit, Ferruh ; Ananyev, Konstantin > ; jblunck@infradead.org; shreyansh.jain@nxp= .com; > dev@dpdk.org; Guo, Jia ; Zhang, Helin ; > Van Haaren, Harry ; Tan, Jianfeng > > Subject: [PATCH V14 3/3] app/testpmd: use uevent to monitor hotplug >=20 > use testpmd for example, to show app how to request and use > uevent monitoring to handle the hot removal event and the > hot insertion event. >=20 > Signed-off-by: Jeff Guo Acked-by: Jingjing Wu