Re: [dpdk-dev] [PATCH v2 4/7] app/proc-info: add more info to show_ports

2020-07-13 Thread Hemant Agrawal
Hi -Original Message- From: dev On Behalf Of Stephen Hemminger Sent: Thursday, May 7, 2020 1:28 AM To: dev@dpdk.org Cc: Stephen Hemminger ; Maryam Tahhan ; Reshma Pattan Subject: [dpdk-dev] [PATCH v2 4/7] app/proc-info: add more info to show_ports Revise the display of port

[dpdk-dev] [PATCH v2 4/7] app/proc-info: add more info to show_ports

2020-05-06 Thread Stephen Hemminger
Revise the display of port information to include more data and be more human friendly. * Display units for port speed, and decode link fields. * Show driver and device information * Show MAC address * Show flow control information * Combine lines if possible Signed-off-by: Stephen Hemm