On 24/09/2021 11:31, Bruce Richardson wrote:
Due to HW or driver limiations, not all dmadevs may support full error
handling e.g. safely managing and reporting an invalid address to a copy
operation. The skeleton dmadev, for example, being pure software will
always seg-fault if passed an invalid address. To indicate the
availability of safe error handling by a device, we add a capability
flag for it.

Signed-off-by: Bruce Richardson <[email protected]>
---
  lib/dmadev/rte_dmadev.c | 1 +
  lib/dmadev/rte_dmadev.h | 9 +++++++++
  2 files changed, 10 insertions(+)

Reviewed-by: Kevin Laatz <[email protected]>


Reply via email to