Re: [dpdk-dev] [PATCH] app/procinfo: enhance port and mempool info

2020-07-10 Thread Stephen Hemminger
On Fri, 10 Jul 2020 21:36:10 +0530 Hemant Agrawal wrote: > + printf("\t MAC: %02" PRIx8 ":%02" PRIx8 ":%02" PRIx8 > + ":%02" PRIx8 ":%02" PRIx8 ":%02" PRIx8"\n", > + ethaddr.addr_bytes[0], ethaddr.addr_bytes[1], > +

[dpdk-dev] [PATCH] app/procinfo: enhance port and mempool info

2020-07-10 Thread Hemant Agrawal
This patch enhances the port info for more details about the port and queues. This patch also add support to get info about the mempool ops. Signed-off-by: Hemant Agrawal --- app/proc-info/main.c | 63 1 file changed, 52 insertions(+), 11 deletions(-)