Re: [dpdk-dev] [PATCH v1 0/9] mlx5: Handle data-path completions with error

2019-09-22 Thread Matan Azrad
From: Kevin Traynor > On 30/05/2019 11:20, Matan Azrad wrote: > > Add support for data-path Rx and Tx completions with error handling: > > > > 1. Detect the error. > > 2. Do not crash. > > 3. Report it in statistics counters. > > 4. Dump debug information to system log file. > > 5. Recover the er

Re: [dpdk-dev] [PATCH v1 0/9] mlx5: Handle data-path completions with error

2019-09-12 Thread Kevin Traynor
On 30/05/2019 11:20, Matan Azrad wrote: > Add support for data-path Rx and Tx completions with error handling: > > 1. Detect the error. > 2. Do not crash. > 3. Report it in statistics counters. > 4. Dump debug information to system log file. > 5. Recover the error under the hood. > 6. Add support

Re: [dpdk-dev] [PATCH v1 0/9] mlx5: Handle data-path completions with error

2019-06-11 Thread Shahaf Shuler
Thursday, May 30, 2019 10:16 AM, Matan Azrad: > Cc: dev@dpdk.org; Matan Azrad > Subject: [PATCH v1 0/9] mlx5: Handle data-path completions with error > > Add support for data-path Rx and Tx completions with error handling: > > 1. Detect the error. > 2. Do not crash. > 3. Report it in statistics

[dpdk-dev] [PATCH v1 0/9] mlx5: Handle data-path completions with error

2019-05-30 Thread Matan Azrad
Add support for data-path Rx and Tx completions with error handling: 1. Detect the error. 2. Do not crash. 3. Report it in statistics counters. 4. Dump debug information to system log file. 5. Recover the error under the hood. 6. Add support for secondary process recovery. No performance impact w