Re: [dpdk-dev] [PATCH v2 1/1] eventdev: add PCI probe named convenience function

2020-10-12 Thread McDaniel, Timothy
> -Original Message- > From: Jerin Jacob > Sent: Sunday, October 11, 2020 4:54 AM > To: McDaniel, Timothy > Cc: Jerin Jacob ; dpdk-dev ; Carrillo, Erik > G ; Eads, Gage ; Van Haaren, > Harry > Subject: Re: [dpdk-dev] [PATCH v2 1/1] eventdev: add PCI probe name

Re: [dpdk-dev] [PATCH v2 1/1] eventdev: add PCI probe named convenience function

2020-10-11 Thread Jerin Jacob
On Thu, Oct 8, 2020 at 9:56 PM Jerin Jacob wrote: > > On Tue, Oct 6, 2020 at 1:41 AM 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 spe

Re: [dpdk-dev] [PATCH v2 1/1] eventdev: add PCI probe named convenience function

2020-10-08 Thread Jerin Jacob
On Tue, Oct 6, 2020 at 1:41 AM 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 d

[dpdk-dev] [PATCH v2 1/1] eventdev: add PCI probe named convenience function

2020-10-05 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 --- lib/librte_ev