[dpdk-dev] [PATCH v3 20/28] eal/pci: Add rte_eal_pci_close_one_driver

2014-12-11 Thread Qiu, Michael
On 2014/12/11 17:56, Richardson, Bruce wrote: > On Thu, Dec 11, 2014 at 03:41:06AM +, Qiu, Michael wrote: >> On 12/9/2014 2:33 PM, Tetsuya Mukawa wrote: >>> The function is used for closing the specified driver and device. >>> >>> Signed-off-by: Tetsuya Mukawa >>> --- >>> lib/librte_eal/commo

[dpdk-dev] [PATCH v3 20/28] eal/pci: Add rte_eal_pci_close_one_driver

2014-12-11 Thread Bruce Richardson
On Thu, Dec 11, 2014 at 03:41:06AM +, Qiu, Michael wrote: > On 12/9/2014 2:33 PM, Tetsuya Mukawa wrote: > > The function is used for closing the specified driver and device. > > > > Signed-off-by: Tetsuya Mukawa > > --- > > lib/librte_eal/common/eal_private.h | 15 + > > lib/librte_

[dpdk-dev] [PATCH v3 20/28] eal/pci: Add rte_eal_pci_close_one_driver

2014-12-11 Thread Qiu, Michael
On 12/9/2014 2:33 PM, Tetsuya Mukawa wrote: > The function is used for closing the specified driver and device. > > Signed-off-by: Tetsuya Mukawa > --- > lib/librte_eal/common/eal_private.h | 15 + > lib/librte_eal/linuxapp/eal/eal_pci.c | 61 > +++ > 2

[dpdk-dev] [PATCH v3 20/28] eal/pci: Add rte_eal_pci_close_one_driver

2014-12-09 Thread Tetsuya Mukawa
The function is used for closing the specified driver and device. Signed-off-by: Tetsuya Mukawa --- lib/librte_eal/common/eal_private.h | 15 + lib/librte_eal/linuxapp/eal/eal_pci.c | 61 +++ 2 files changed, 76 insertions(+) diff --git a/lib/librte_eal