Re: [dpdk-dev] [PATCH v11 00/16] add dmadev driver for idxd devices

2021-10-22 Thread David Marchand
On Fri, Oct 22, 2021 at 8:08 PM Thomas Monjalon wrote: > > 20/10/2021 18:29, Kevin Laatz: > > This patchset adds a dmadev driver and associated documentation to support > > Intel Data Streaming Accelerator devices. This driver is intended to > > ultimately replace the current IDXD part of the IOAT

Re: [dpdk-dev] [PATCH v11 00/16] add dmadev driver for idxd devices

2021-10-22 Thread Thomas Monjalon
20/10/2021 18:29, Kevin Laatz: > This patchset adds a dmadev driver and associated documentation to support > Intel Data Streaming Accelerator devices. This driver is intended to > ultimately replace the current IDXD part of the IOAT rawdev driver. Applied (with notified fix), thanks.