RE: [PATCH 0/6] add support for CDX bus

2023-04-13 Thread Gupta, Nipun
> -Original Message- > From: Gupta, Nipun > Sent: Friday, April 7, 2023 1:00 PM > To: David Marchand > Cc: dev@dpdk.org; tho...@monjalon.net; Yigit, Ferruh > ; Anand, Harpreet ; > Agarwal, Nikhil > Subject: Re: [PATCH 0/6] add support for CDX bus > > &g

Re: [PATCH 0/6] add support for CDX bus

2023-04-07 Thread Nipun Gupta
On 4/7/2023 12:48 PM, David Marchand wrote: Caution: This message originated from an External Source. Use proper caution when opening attachments, clicking links, or responding. Hello, On Fri, Apr 7, 2023 at 8:02 AM Nipun Gupta wrote: Support AMD CDX bus, for FPGA based CDX devices. The

Re: [PATCH 0/6] add support for CDX bus

2023-04-07 Thread David Marchand
Hello, On Fri, Apr 7, 2023 at 8:02 AM Nipun Gupta wrote: > > Support AMD CDX bus, for FPGA based CDX devices. The CDX > devices are memory mapped on system bus for embedded CPUs. > > It uses sysfs interface and the vfio-cdx driver to discover > and initialize the CDX devices. > > The patches are