[dpdk-dev] [PATCH v4] pci: save list of detached devices, and re-probe during driver unload

2015-07-09 Thread Thomas Monjalon
with BSD, Linux UIO, > Linux VFIO, etc. > > > -Original Message- > > From: Bruce Richardson [mailto:bruce.richardson at intel.com] > > Sent: 11 March 2015 12:26 > > To: Raz Amir > > Cc: dev at dpdk.org > > Subject: Re: [dpdk-dev] [PATCH v4] pci: save list of deta

[dpdk-dev] [PATCH v4] pci: save list of detached devices, and re-probe during driver unload

2015-03-16 Thread Thomas Monjalon
t: Re: [dpdk-dev] [PATCH v4] pci: save list of detached devices, and > re-probe during driver unload > > On Thu, Mar 05, 2015 at 06:24:23PM +0200, Raz Amir wrote: > > Added code that saves the pointers to the detached devices, during > > driver loading, and during driver un

[dpdk-dev] [PATCH v4] pci: save list of detached devices, and re-probe during driver unload

2015-03-12 Thread Raz Amir
Thank you. Can you tell when will the patch be pushed to the source code? -Original Message- From: Bruce Richardson [mailto:bruce.richard...@intel.com] Sent: 11 March 2015 12:26 To: Raz Amir Cc: dev at dpdk.org Subject: Re: [dpdk-dev] [PATCH v4] pci: save list of detached devices, and re

[dpdk-dev] [PATCH v4] pci: save list of detached devices, and re-probe during driver unload

2015-03-11 Thread Bruce Richardson
On Thu, Mar 05, 2015 at 06:24:23PM +0200, Raz Amir wrote: > Added code that saves the pointers to the detached devices, during > driver loading, and during driver unloading, go over the list, > and re-attach them by calling device_probe_and_attach > on each device. > > Signed-off-by: Raz Amir

[dpdk-dev] [PATCH v4] pci: save list of detached devices, and re-probe during driver unload

2015-03-05 Thread Raz Amir
Added code that saves the pointers to the detached devices, during driver loading, and during driver unloading, go over the list, and re-attach them by calling device_probe_and_attach on each device. Signed-off-by: Raz Amir --- lib/librte_eal/bsdapp/nic_uio/nic_uio.c | 34

[dpdk-dev] [PATCH v4] pci: save list of detached devices, and re-probe during driver unload

2015-03-05 Thread Raz Amir
Added code that saves the pointers to the detached devices, during driver loading, and during driver unloading, go over the list, and re-attach them by calling device_probe_and_attach on each device. Signed-off-by: Raz Amir --- lib/librte_eal/bsdapp/nic_uio/nic_uio.c | 34