Re: [dpdk-dev] [PATCH v6 10/13] dmadev: add flag for error handling support

2021-09-24 Thread Kevin Laatz
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

Re: [dpdk-dev] [PATCH v6 10/13] dmadev: add flag for error handling support

2021-09-24 Thread Conor Walsh
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

[dpdk-dev] [PATCH v6 10/13] dmadev: add flag for error handling support

2021-09-24 Thread Bruce Richardson
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 e