Re: [dpdk-dev] [PATCH v2 5/6] app/test: test dmadev instance failure handling

2021-09-03 Thread Kevin Laatz
On 01/09/2021 17:32, Bruce Richardson wrote: Add a series of tests to inject bad copy operations into a dmadev to test the error handling and reporting capabilities. Various combinations of errors in various positions in a burst are tested, as are errors in bursts with fence flag set, and multipl

Re: [dpdk-dev] [PATCH v2 5/6] app/test: test dmadev instance failure handling

2021-09-03 Thread Conor Walsh
Add a series of tests to inject bad copy operations into a dmadev to test the error handling and reporting capabilities. Various combinations of errors in various positions in a burst are tested, as are errors in bursts with fence flag set, and multiple errors in a single burst. Signed-off-by:

Re: [dpdk-dev] [PATCH v2 5/6] app/test: test dmadev instance failure handling

2021-09-01 Thread Mattias Rönnblom
On 2021-09-01 18:32, Bruce Richardson wrote: Add a series of tests to inject bad copy operations into a dmadev to test the error handling and reporting capabilities. Various combinations of errors in various positions in a burst are tested, as are errors in bursts with fence flag set, and multipl

[dpdk-dev] [PATCH v2 5/6] app/test: test dmadev instance failure handling

2021-09-01 Thread Bruce Richardson
Add a series of tests to inject bad copy operations into a dmadev to test the error handling and reporting capabilities. Various combinations of errors in various positions in a burst are tested, as are errors in bursts with fence flag set, and multiple errors in a single burst. Signed-off-by: Bru