Re: [dpdk-dev] [PATCH v7 9/9] eal: enable hotplugging of devices on bus

2017-01-17 Thread Shreyansh Jain
Subject: Re: [dpdk-dev] [PATCH v7 9/9] eal: enable hotplugging of devices on bus On 1/17/2017 10:09 AM, Shreyansh Jain wrote: Given a bus, attach and detach callbacks allow the implementation to handles calls from EAL for attaching or detaching a named device. Signed-off-by: Shreyansh Jain

Re: [dpdk-dev] [PATCH v7 9/9] eal: enable hotplugging of devices on bus

2017-01-17 Thread Shreyansh Jain
Hi Ferruh, > -Original Message- > From: Ferruh Yigit [mailto:ferruh.yi...@intel.com] > Sent: Tuesday, January 17, 2017 4:18 PM > To: Shreyansh Jain ; david.march...@6wind.com > Cc: dev@dpdk.org; thomas.monja...@6wind.com > Subject: Re: [dpdk-dev] [PATCH v7 9/9] eal: ena

Re: [dpdk-dev] [PATCH v7 9/9] eal: enable hotplugging of devices on bus

2017-01-17 Thread Ferruh Yigit
On 1/17/2017 10:09 AM, Shreyansh Jain wrote: > Given a bus, attach and detach callbacks allow the implementation to > handles calls from EAL for attaching or detaching a named device. > > Signed-off-by: Shreyansh Jain <...> > +/** > + * Search and detach a PCI device from PCI Bus > + * Implemen