| 7a8a886f | 16-Feb-2022 |
Bruce Richardson <[email protected]> |
doc: improve configuration examples in idxd guide
The documentation on how to configure device instances using accel-config can be improved by a number of changes:
* For initial example, when only
doc: improve configuration examples in idxd guide
The documentation on how to configure device instances using accel-config can be improved by a number of changes:
* For initial example, when only configuring one queue, omit configuration of a second engine, which is unused later. * Add the "max-batch-size" setting to the options being configured for each queue * Add a final, more complete example, showing configuration of multiple queues on a device.
Cc: [email protected]
Signed-off-by: Bruce Richardson <[email protected]> Reviewed-by: Kevin Laatz <[email protected]>
show more ...
|
| 03390445 | 17-Feb-2022 |
Chengwen Feng <[email protected]> |
dma/hisilicon: use common PCI device naming
For DMA device 0000:7d:0.0, the original generated dmadev name starts with the "7d:0.0", which is not expected. This patch uses rte_pci_device_name API to
dma/hisilicon: use common PCI device naming
For DMA device 0000:7d:0.0, the original generated dmadev name starts with the "7d:0.0", which is not expected. This patch uses rte_pci_device_name API to generates the dmadev name.
Cc: [email protected]
Signed-off-by: Chengwen Feng <[email protected]>
show more ...
|
| 9e16317a | 02-Nov-2021 |
Chengwen Feng <[email protected]> |
dma/hisilicon: add probing
This patch add dmadev instances create during the PCI probe, and destroy them during the PCI remove. Internal structures and HW definitions was also included.
Signed-off-
dma/hisilicon: add probing
This patch add dmadev instances create during the PCI probe, and destroy them during the PCI remove. Internal structures and HW definitions was also included.
Signed-off-by: Chengwen Feng <[email protected]>
show more ...
|
| a42ac7e3 | 20-Oct-2021 |
Kevin Laatz <[email protected]> |
dma/idxd: add start and stop for PCI devices
Add device start/stop functions for DSA devices bound to vfio. For devices bound to the IDXD kernel driver, these are not required since the IDXD kernel
dma/idxd: add start and stop for PCI devices
Add device start/stop functions for DSA devices bound to vfio. For devices bound to the IDXD kernel driver, these are not required since the IDXD kernel driver takes care of this.
Signed-off-by: Bruce Richardson <[email protected]> Signed-off-by: Kevin Laatz <[email protected]> Reviewed-by: Conor Walsh <[email protected]>
show more ...
|