Re: [dpdk-dev] [PATCH v2] app/test-pmd: add support for tx and rx desc statu

2019-11-06 Thread Ferruh Yigit
On 10/29/2019 11:34 AM, kirankum...@marvell.com wrote: > From: Kiran Kumar K > > Adding support to check TX and RX descriptor status. > > Signed-off-by: Kiran Kumar K Reviewed-by: Ferruh Yigit Applied to dpdk-next-net/master, thanks.

[dpdk-dev] [PATCH v2] app/test-pmd: add support for tx and rx desc statu

2019-10-29 Thread kirankumark
From: Kiran Kumar K Adding support to check TX and RX descriptor status. Signed-off-by: Kiran Kumar K --- V2 Changes: * Merged rx and tx command line tags * added desc tag for descriptor id * Added help string app/test-pmd/cmdline.c | 100 doc/guides/