RE: [PATCH v2 1/2] bbdev: add new function to dump debug information

2024-09-13 Thread Chautru, Nicolas
Hi Maxime, > -Original Message- > From: Maxime Coquelin > Sent: Friday, September 13, 2024 7:10 AM > To: Chautru, Nicolas ; dev@dpdk.org > Cc: hemant.agra...@nxp.com; Marchand, David > ; Vargas, Hernan > Subject: Re: [PATCH v2 1/2] bbdev: add new function to dum

Re: [PATCH v2 1/2] bbdev: add new function to dump debug information

2024-09-13 Thread Maxime Coquelin
On 8/29/24 22:06, Nicolas Chautru wrote: This provides a new API to dump more debug information related to the status on a given bbdev queue. Some of this information is visible at bbdev level. This also provides a new option dev op, to print more information at the lower PMD level. This helps

[PATCH v2 1/2] bbdev: add new function to dump debug information

2024-08-29 Thread Nicolas Chautru
This provides a new API to dump more debug information related to the status on a given bbdev queue. Some of this information is visible at bbdev level. This also provides a new option dev op, to print more information at the lower PMD level. This helps user to troubleshoot issues related to previo