Re: [dpdk-dev] [PATCH v5 0/8] app/proc-info enhancements

2020-09-18 Thread Stephen Hemminger
On Tue, 28 Jul 2020 12:13:22 -0700 Stephen Hemminger wrote: > The current proc-info command is useful for diagnosing issues > with external DPDK applications, but the display is limited > and somewhat ugly. This patchset adds some enhancements which > show more info and suppress unnecessary stuff

[dpdk-dev] [PATCH v5 0/8] app/proc-info enhancements

2020-07-28 Thread Stephen Hemminger
The current proc-info command is useful for diagnosing issues with external DPDK applications, but the display is limited and somewhat ugly. This patchset adds some enhancements which show more info and suppress unnecessary stuff. v5 - add mempool name to queue info fix trailing whitespace v4