Re: [dpdk-dev] [PATCH v4 04/11] dma/ioat: add configuration functions

2021-09-22 Thread Conor Walsh
On 22/09/2021 09:08, fengchengwen wrote: On 2021/9/17 23:42, Conor Walsh wrote: Add functions for device configuration. The info_get and close functions are included here also. info_get can be useful for checking successful configuration and close is used by the dmadev api when releasing a con

Re: [dpdk-dev] [PATCH v4 04/11] dma/ioat: add configuration functions

2021-09-22 Thread fengchengwen
On 2021/9/17 23:42, Conor Walsh wrote: > Add functions for device configuration. The info_get and close functions > are included here also. info_get can be useful for checking successful > configuration and close is used by the dmadev api when releasing a > configured device. > > Signed-off-by: Co

[dpdk-dev] [PATCH v4 04/11] dma/ioat: add configuration functions

2021-09-17 Thread Conor Walsh
Add functions for device configuration. The info_get and close functions are included here also. info_get can be useful for checking successful configuration and close is used by the dmadev api when releasing a configured device. Signed-off-by: Conor Walsh Reviewed-by: Kevin Laatz --- doc/guide