24/09/2020 07:34, 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. > > Hemant Agrawal (1): > app/proc-info: add crypto security context info > > Stephen Hemminger (6): > app/proc-info: remove unused logtype #define > app/proc-info: eliminate useless borders > app/proc-info: hide EAL info messages > app/proc-info: add more info to show_ports > app/proc-info: dump rx and tx descriptor info > app/proc-info: provide way to request info on owned ports > > app/proc-info/main.c | 371 +++++++++++++++++++++++++++---------------- > 1 file changed, 237 insertions(+), 134 deletions(-)
Applied, thanks