> -----Original Message-----
> From: Dongdong Liu <liudongdo...@huawei.com>
> Subject: [PATCH v10 7/8] app/procinfo: support descriptor dump
> 
> This patch support Rx/Tx descriptor dump
> 
> The command is like:
> dpdk-proc-info -a xxxx:xx:xx.x --file-prefix=xxx -- --show-rx-descriptor
> queue_id:offset:num
> 
> dpdk-proc-info -a xxxx:xx:xx.x --file-prefix=xxx -- --show-tx-descriptor
> queue_id:offset:num
> 
> queue_id: A queue identifier on this port.
> offset: The offset of the descriptor starting from tail.
> num: The number of the descriptors to dump.
> 
> Signed-off-by: Min Hu (Connor) <humi...@huawei.com>
> Signed-off-by: Dongdong Liu <liudongdo...@huawei.com>

Acked-by: Reshma Pattan <reshma.pat...@intel.com>

Reply via email to