Re: [dpdk-dev] [PATCH v6] eventdev: add PCI probe named convenience function

2020-10-15 Thread Jerin Jacob
On Thu, Oct 15, 2020 at 7:45 PM Timothy McDaniel wrote: > > Add new internal wrapper function for use by pci drivers as a > .probe function to attach to an event interface. Same as > rte_event_pmd_pci_probe, except the caller can specify the name. > > Updated rte_event_pmd_pci_probe so as to not

[dpdk-dev] [PATCH v6] eventdev: add PCI probe named convenience function

2020-10-15 Thread Timothy McDaniel
Add new internal wrapper function for use by pci drivers as a .probe function to attach to an event interface. Same as rte_event_pmd_pci_probe, except the caller can specify the name. Updated rte_event_pmd_pci_probe so as to not duplicate code. Signed-off-by: Timothy McDaniel Reviewed-by: Gage