Re: [dpdk-dev] [PATCH v3 08/17] dma/idxd: add configure and info_get functions

2021-09-09 Thread Conor Walsh
Add functions for device configuration. The info_get function is included here since it can be useful for checking successful configuration. Signed-off-by: Bruce Richardson Signed-off-by: Kevin Laatz +The following code shows how the device is configured in +``test_dmadev.c``: + +.. lit

[dpdk-dev] [PATCH v3 08/17] dma/idxd: add configure and info_get functions

2021-09-08 Thread Kevin Laatz
Add functions for device configuration. The info_get function is included here since it can be useful for checking successful configuration. Signed-off-by: Bruce Richardson Signed-off-by: Kevin Laatz --- v2: - fix reconfigure bug in idxd_vchan_setup() - add literal include comment for the