Re: [PATCH v5 3/3] app/procinfo: support descriptor dump

2022-10-08 Thread Dongdong Liu
Hi Reshma Many thanks for your review. I have sent out the below patchset. this patchset have fixed the comments. [v8,7/8] app/procinfo: support descriptor dump https://patches.dpdk.org/project/dpdk/list/?series=25047 Thanks, Dongdong. On 2022/10/7 22:43, Pattan, Reshma wrote: -Original

RE: [PATCH v5 3/3] app/procinfo: support descriptor dump

2022-10-07 Thread Pattan, Reshma
> -Original Message- > +/* Enable dump Rx/Tx descriptor. */ > +#define DESC_PARAM_NUM 3 > + > +struct desc_param { > + uint16_t queue_id; /* A queue identifier on this port. */ > + uint16_t offset;/* The offset of the descriptor starting from tail. > */ > + uint16_t num