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

2022-10-06 Thread Ferruh Yigit
On 10/6/2022 1:05 PM, Dongdong Liu wrote: 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 NI

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

2022-10-06 Thread Dongdong Liu
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 introduced. Signed-off-b