| dc7a7b5c | 15-Oct-2020 |
Jun Yang <[email protected]> |
raw/dpaa2_qdma: support enqueue without response wait
In this condition, user needs to check if dma transfer is completed by its own logic.
qDMA FLE pool is not used in this condition since there i
raw/dpaa2_qdma: support enqueue without response wait
In this condition, user needs to check if dma transfer is completed by its own logic.
qDMA FLE pool is not used in this condition since there is no chance to put FLE back to pool without dequeue response.
User application is responsible to transfer FLE memory to qDMA driver by qdma job descriptor and maintain it as well.
Signed-off-by: Jun Yang <[email protected]>
show more ...
|
| 88c9fed2 | 15-Oct-2020 |
Jun Yang <[email protected]> |
raw/dpaa2_qdma: support FLE pool per queue
Don't mix SG/none-SG with same FLE pool format, otherwise, it impacts none-SG performance.
In order to support SG queue and none-SG queue with different F
raw/dpaa2_qdma: support FLE pool per queue
Don't mix SG/none-SG with same FLE pool format, otherwise, it impacts none-SG performance.
In order to support SG queue and none-SG queue with different FLE pool element formats, associate FLE pool with queue instead of device.
Signed-off-by: Jun Yang <[email protected]>
show more ...
|