Re: [dpdk-dev] [PATCH] net/mlx5: extend debug logs verbosity

2017-08-28 Thread Ferruh Yigit
On 8/24/2017 2:17 PM, Nélio Laranjeiro wrote: > On Wed, Aug 23, 2017 at 10:10:58AM +0300, Shahaf Shuler wrote: >> Extend debug logs verbosity by printing the full completion with error >> along with the entire txq in case of error. For the Rx case no logs were >> added since such errors are counted

Re: [dpdk-dev] [PATCH] net/mlx5: extend debug logs verbosity

2017-08-24 Thread Nélio Laranjeiro
On Wed, Aug 23, 2017 at 10:10:58AM +0300, Shahaf Shuler wrote: > Extend debug logs verbosity by printing the full completion with error > along with the entire txq in case of error. For the Rx case no logs were > added since such errors are counted and recovered by the Rx data path. > > Such print

[dpdk-dev] [PATCH] net/mlx5: extend debug logs verbosity

2017-08-23 Thread Shahaf Shuler
Extend debug logs verbosity by printing the full completion with error along with the entire txq in case of error. For the Rx case no logs were added since such errors are counted and recovered by the Rx data path. Such prints are essential to understand the root cause for the error. Signed-off-b