Re: [PATCH 1/4] ethdev: introduce ethdev HW desc dump PI

2022-05-30 Thread Ray Kinsella
"Min Hu (Connor)" writes: > Hi, Ray, > > 在 2022/5/30 17:17, Ray Kinsella 写道: >> "Min Hu (Connor)" writes: >> >>> Added the ethdev HW Rx desc dump API which provides functions for query >>> HW descriptor from device. HW descriptor info differs in different NICs. >>> The information demonstrate

Re: [PATCH 1/4] ethdev: introduce ethdev HW desc dump PI

2022-05-30 Thread Ray Kinsella
"Min Hu (Connor)" writes: > Added the ethdev HW Rx desc dump API which provides functions for query > HW 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,

Re: [PATCH 1/4] ethdev: introduce ethdev HW desc dump PI

2022-05-27 Thread Stephen Hemminger
On Fri, 27 May 2022 10:33:48 +0800 "Min Hu (Connor)" wrote: > Added the ethdev HW Rx desc dump API which provides functions for query > HW descriptor from device. HW descriptor info differs in different NICs. > The information demonstrates I/O process which is important for debug. > As the inform