Re: [dpdk-dev] [PATCH 1/2] remove references to private PCI probe function

2020-05-11 Thread David Marchand
On Wed, May 6, 2020 at 2:43 PM David Marchand wrote: > > rte_pci_probe() is private to the PCI bus. > Clean the remaining references in the documentation and comments. > > Fixes: c752998b5e2e ("pci: introduce library and driver") > Cc: sta...@dpdk.org > > Signed-off-by: David Marchand Reviewed-b

Re: [dpdk-dev] [PATCH 1/2] remove references to private PCI probe function

2020-05-06 Thread Gaƫtan Rivet
Hello David, On 06/05/20 14:43 +0200, David Marchand wrote: > rte_pci_probe() is private to the PCI bus. > Clean the remaining references in the documentation and comments. > > Fixes: c752998b5e2e ("pci: introduce library and driver") > Cc: sta...@dpdk.org > > Signed-off-by: David Marchand > --

[dpdk-dev] [PATCH 1/2] remove references to private PCI probe function

2020-05-06 Thread David Marchand
rte_pci_probe() is private to the PCI bus. Clean the remaining references in the documentation and comments. Fixes: c752998b5e2e ("pci: introduce library and driver") Cc: sta...@dpdk.org Signed-off-by: David Marchand --- doc/guides/sample_app_ug/l2_forward_event.rst| 8 doc/gu