On Wed, 29 Aug 2018 11:47:29 +0100 Emma Finn <emma.f...@intel.com> wrote:
> existing testpmd command "show port info" is too verbose. > Added a new summary command to print brief information on ports. > > console output: > testpmd> show port summary all > Number of available ports: 2 > Port MAC Address Name Driver Status Link > 0 11:22:33:44:55:66 0000:07:00.0, net_i40e, up, 40000 Mbps > 1 66:55:44:33:22:11 0000:07:00.1, net_i40e, up, 40000 Mbps > > Signed-off-by: Emma Finn <emma.f...@intel.com> > Looks good, thanks for doing this. Is there a good way to handle ports that are "owned" as in bonding/failsafe etc? Reviewed-by: Stephen Hemminger <step...@networkplumber.org>