Re: [PATCH v4 1/3] ethdev: introduce ethdev desc dump API

2022-10-07 Thread Ferruh Yigit
On 10/6/2022 6:13 PM, Stephen Hemminger wrote: On Thu, 6 Oct 2022 16:26:24 +0800 Dongdong Liu wrote: Do you think does it worth to list this as one of the PMD future in future list, in 'doc/guides/nics/features.rst' ? As Andrew said It does not deserve entry in features. It is a deep debuggin

Re: [PATCH v4 1/3] ethdev: introduce ethdev desc dump API

2022-10-06 Thread Dongdong Liu
Hi Ferruh Many thanks for your review. On 2022/10/4 6:40, Ferruh Yigit wrote: On 9/23/2022 8:43 AM, Dongdong Liu wrote: From: "Min Hu (Connor)" Added the ethdev Rx/Tx desc dump API which provides functions for query descriptor from device. HW descriptor info differs in different NICs. The i

Re: [PATCH v4 1/3] ethdev: introduce ethdev desc dump API

2022-10-04 Thread Andrew Rybchenko
On 10/4/22 01:40, Ferruh Yigit wrote: On 9/23/2022 8:43 AM, Dongdong Liu wrote: From: "Min Hu (Connor)" Added the ethdev Rx/Tx desc dump API which provides functions for query descriptor from device. HW descriptor info differs in different NICs. The information demonstrates I/O process which

Re: [PATCH v4 1/3] ethdev: introduce ethdev desc dump API

2022-10-03 Thread Ferruh Yigit
On 9/23/2022 8:43 AM, Dongdong Liu wrote: From: "Min Hu (Connor)" Added the ethdev Rx/Tx desc dump API which provides functions for query descriptor from device. HW descriptor info differs in different NICs. The information demonstrates I/O process which is important for debug. As the informa

[PATCH v4 1/3] ethdev: introduce ethdev desc dump API

2022-09-23 Thread Dongdong Liu
From: "Min Hu (Connor)" Added the ethdev Rx/Tx desc dump API which provides functions for query descriptor from device. HW descriptor info differs in different NICs. The information demonstrates I/O process which is important for debug. As the information is different between NICs, the new API is