Re: PMD for non PCI device

2024-02-14 Thread Prashant Upadhyaya
On Tue, 6 Feb 2024 at 21:28, Jerin Jacob wrote: > > On Tue, Feb 6, 2024 at 9:20 PM Prashant Upadhyaya > wrote: > > > > On Tue, 6 Feb 2024 at 19:43, Bruce Richardson > > wrote: > > > > > > On Tue, Feb 06, 2024 at 07:36:16PM +0530, Prashant Upadhyaya wrote: > > > > Hi, > > > > > > > > I have a use

Re: PMD for non PCI device

2024-02-06 Thread Jerin Jacob
On Tue, Feb 6, 2024 at 9:20 PM Prashant Upadhyaya wrote: > > On Tue, 6 Feb 2024 at 19:43, Bruce Richardson > wrote: > > > > On Tue, Feb 06, 2024 at 07:36:16PM +0530, Prashant Upadhyaya wrote: > > > Hi, > > > > > > I have a usecase where I have to evaluate writing a DPDK PMD for a non > > > PCI/e

Re: PMD for non PCI device

2024-02-06 Thread Prashant Upadhyaya
On Tue, 6 Feb 2024 at 19:43, Bruce Richardson wrote: > > On Tue, Feb 06, 2024 at 07:36:16PM +0530, Prashant Upadhyaya wrote: > > Hi, > > > > I have a usecase where I have to evaluate writing a DPDK PMD for a non > > PCI/e device doing the ethernet packet i/o. > > > > Wanted to know if the above us

Re: PMD for non PCI device

2024-02-06 Thread Bruce Richardson
On Tue, Feb 06, 2024 at 07:36:16PM +0530, Prashant Upadhyaya wrote: > Hi, > > I have a usecase where I have to evaluate writing a DPDK PMD for a non > PCI/e device doing the ethernet packet i/o. > > Wanted to know if the above usecase is supported by DPDK infra and any > pointers on how one shoul

PMD for non PCI device

2024-02-06 Thread Prashant Upadhyaya
Hi, I have a usecase where I have to evaluate writing a DPDK PMD for a non PCI/e device doing the ethernet packet i/o. Wanted to know if the above usecase is supported by DPDK infra and any pointers on how one should go about writing a PMD for such a usecase if supported. Would appreciate any inp