On 14/10/2020 16:37, Eads, Gage wrote:
>
>
>> -Original Message-
>> From: Kinsella, Ray
>> Sent: Wednesday, October 14, 2020 4:31 AM
>> To: McDaniel, Timothy ; Jerin Jacob
>> ; Neil Horman
>> Cc: dev@dpdk.org; Carrillo, Erik G ; Eads, Gage
>> ; Van Haaren, Harry
>> Subject: Re: [PAT
> -Original Message-
> From: Kinsella, Ray
> Sent: Wednesday, October 14, 2020 4:31 AM
> To: McDaniel, Timothy ; Jerin Jacob
> ; Neil Horman
> Cc: dev@dpdk.org; Carrillo, Erik G ; Eads, Gage
> ; Van Haaren, Harry
> Subject: Re: [PATCH] eventdev: add PCI probe named convenience function
On 12/10/2020 19:42, 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 duplicate
On Tue, Oct 13, 2020 at 12:29 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
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
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
> -Original Message-
> From: Eads, Gage
> Sent: Monday, September 14, 2020 3:23 PM
> To: McDaniel, Timothy ; Jerin Jacob
>
> Cc: dev@dpdk.org; Carrillo, Erik G ; Van Haaren,
> Harry
> Subject: RE: [PATCH] eventdev: add PCI probe named convenience function
>
>
>
> > /**
> > * @in
> /**
> * @internal
> + * Wrapper for use by pci drivers as a .probe function to attach to a event
> + * interface.
> + */
> +static inline int
> +rte_event_pmd_pci_probe(struct rte_pci_driver *pci_drv,
> + struct rte_pci_device *pci_dev,
> + siz
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
9 matches
Mail list logo