[dpdk-dev] [PATCH v6 10/13] dmadev: add flag for error handling support
Kevin Laatz
kevin.laatz at intel.com
Fri Sep 24 17:58:12 CEST 2021
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 <bruce.richardson at intel.com>
> ---
> lib/dmadev/rte_dmadev.c | 1 +
> lib/dmadev/rte_dmadev.h | 9 +++++++++
> 2 files changed, 10 insertions(+)
Reviewed-by: Kevin Laatz <kevin.laatz at intel.com>
More information about the dev
mailing list