[dpdk-dev] [PATCH v4 1/4] eal: make the comment more accurate

2016-02-29 Thread David Marchand
On Fri, Feb 26, 2016 at 2:53 AM, Huawei Xie wrote: > positive return of rte_eal_pci_probe_one_driver means the driver doesn't > support > the device. > > Signed-off-by: Huawei Xie > Acked-by: Yuanhan Liu Acked-by: David Marchand -- David Marchand

[dpdk-dev] [PATCH v4 1/4] eal: make the comment more accurate

2016-02-26 Thread Huawei Xie
positive return of rte_eal_pci_probe_one_driver means the driver doesn't support the device. Signed-off-by: Huawei Xie Acked-by: Yuanhan Liu --- lib/librte_eal/common/eal_common_pci.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/librte_eal/common/eal_common_pc