[dpdk-dev] [PATCH v6 10/13] eal/pci: Cleanup pci driver initialization code

2015-02-03 Thread Tetsuya Mukawa
On 2015/02/03 14:05, Qiu, Michael wrote: > On 2/3/2015 12:07 PM, Tetsuya Mukawa wrote: >> On 2015/02/03 11:35, Qiu, Michael wrote: >>> On 2/1/2015 12:02 PM, Tetsuya Mukawa wrote: - Add rte_eal_pci_close_one_dirver() The function is used for closing the specified driver and device.

[dpdk-dev] [PATCH v6 10/13] eal/pci: Cleanup pci driver initialization code

2015-02-03 Thread Tetsuya Mukawa
On 2015/02/03 11:35, Qiu, Michael wrote: > On 2/1/2015 12:02 PM, Tetsuya Mukawa wrote: >> - Add rte_eal_pci_close_one_dirver() >> The function is used for closing the specified driver and device. >> - Add pci_invoke_all_drivers() >> The function is based on pci_probe_all_drivers. But it can not

[dpdk-dev] [PATCH v6 10/13] eal/pci: Cleanup pci driver initialization code

2015-02-03 Thread Qiu, Michael
On 2/3/2015 12:07 PM, Tetsuya Mukawa wrote: > On 2015/02/03 11:35, Qiu, Michael wrote: >> On 2/1/2015 12:02 PM, Tetsuya Mukawa wrote: >>> - Add rte_eal_pci_close_one_dirver() >>> The function is used for closing the specified driver and device. >>> - Add pci_invoke_all_drivers() [...] >>> >>>

[dpdk-dev] [PATCH v6 10/13] eal/pci: Cleanup pci driver initialization code

2015-02-03 Thread Qiu, Michael
On 2/1/2015 12:02 PM, Tetsuya Mukawa wrote: > - Add rte_eal_pci_close_one_dirver() > The function is used for closing the specified driver and device. > - Add pci_invoke_all_drivers() > The function is based on pci_probe_all_drivers. But it can not only > probe but also close drivers. > - Add

[dpdk-dev] [PATCH v6 10/13] eal/pci: Cleanup pci driver initialization code

2015-02-01 Thread Tetsuya Mukawa
- Add rte_eal_pci_close_one_dirver() The function is used for closing the specified driver and device. - Add pci_invoke_all_drivers() The function is based on pci_probe_all_drivers. But it can not only probe but also close drivers. - Add pci_close_all_drivers() The function tries to find a