Re: [dpdk-dev] [PATCH v8 6/6] Move common functions in eal_pci.c

2018-12-17 Thread Ferruh Yigit
On 4/29/2015 12:46 AM, rkerur at gmail.com (Ravi Kerur) wrote: > Changes in v8 > None > > Changes in v7 > Rebase to latest code. > > Changes in v6 > Split changes due to complexity. v6 includes moving > rte_eal_pci_probe_one_driver function and its associated > utility functions only. > > Change

[dpdk-dev] [PATCH v8 6/6] Move common functions in eal_pci.c

2015-04-28 Thread Ravi Kerur
Changes in v8 None Changes in v7 Rebase to latest code. Changes in v6 Split changes due to complexity. v6 includes moving rte_eal_pci_probe_one_driver function and its associated utility functions only. Changes in v5 Rebase to latest code. Removed RTE_EXEC_ENV_BSDAPP from earlier changes. Chang