numam-dpdk/drivers/dma
Kevin Laatz ea8cf0f853 dmadev: add burst capacity API
Add a burst capacity check API to the dmadev library. This API is useful to
applications which need to how many descriptors can be enqueued in the
current batch. For example, it could be used to determine whether all
segments of a multi-segment packet can be enqueued in the same batch or not
(to avoid half-offload of the packet).

Signed-off-by: Kevin Laatz <kevin.laatz@intel.com>
Reviewed-by: Conor Walsh <conor.walsh@intel.com>
2021-10-18 11:17:30 +02:00
..
skeleton dmadev: add burst capacity API 2021-10-18 11:17:30 +02:00
meson.build dma/skeleton: introduce skeleton driver 2021-10-17 20:49:58 +02:00