From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Tan, Jianfeng" Subject: Re: [PATCH] bus/vdev: add custom scan hook Date: Tue, 5 Dec 2017 21:56:40 +0800 Message-ID: References: <20171201003642.19827-1-thomas@monjalon.net> <2579199.neyJOE5Nyd@xps> <5374836.XgGFu4empV@xps> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Thomas Monjalon Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 6D071271 for ; Tue, 5 Dec 2017 14:56:43 +0100 (CET) In-Reply-To: <5374836.XgGFu4empV@xps> 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 12/5/2017 4:41 PM, Thomas Monjalon wrote: > > 05/12/2017 09:27, Tan, Jianfeng: > > > > > > On 12/4/2017 5:31 PM, Thomas Monjalon wrote: > > > > > > > > The hook is in bus->scan(). > > > > I think we should launch a bus scan when there is a new device event. > > > > > > That's what I'm trying to say. We finally need to execute a handler as > > > of a device event to finish the job. > > Please be more specific, I am not sure to understand. > By the handler, I mean when we monitor the udev by select/poll/epoll and device uevents come, the application will execute a handler (or just a function) for each of such uevent. Then why not adding the vdev there? Thanks, Jianfeng