[dpdk-dev] [PATCH v3] app/testpmd: add new command for show port info

Stephen Hemminger stephen at networkplumber.org
Wed Aug 29 17:37:03 CEST 2018


On Wed, 29 Aug 2018 11:47:29 +0100
Emma Finn <emma.finn at 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.finn at 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 <stephen at networkplumber.org>



More information about the dev mailing list