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

2018-08-30 Thread Emma Finn
011:22:33:44:55:66 :07:00.0 net_i40e up4Mbps 166:55:44:33:22:11 :07:00.1 net_i40e up4Mbps Signed-off-by: Emma Finn Reviewed-by: Stephen Hemminger Reviewed-by: Ferruh Yigit --- v2: droped off redundant information added a single header l

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

2018-08-30 Thread Emma Finn
011:22:33:44:55:66 :07:00.0, net_i40e, up, 4 Mbps 166:55:44:33:22:11 :07:00.1, net_i40e, up, 4 Mbps Signed-off-by: Emma Finn Reviewed-by: Stephen Hemminger Reviewed-by: Ferruh Yigit --- v2: droped off redundant information added a single header l

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

2018-08-29 Thread Emma Finn
011:22:33:44:55:66 :07:00.0, net_i40e, up, 4 Mbps 166:55:44:33:22:11 :07:00.1, net_i40e, up, 4 Mbps Signed-off-by: Emma Finn --- v2: droped off redundant information added a single header line. (Stephen Hemminger) v3: removed deprecated function and re

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

2018-08-29 Thread Emma Finn
011:22:33:44:55:66 :07:00.0, net_i40e, up, 4 Mbps 166:55:44:33:22:11 :07:00.1, net_i40e, up, 4 Mbps Signed-off-by: Emma Finn --- v2: droped off redundant information added a single header line. (Stephen Hemminger) --- app/test-pmd/cmdline.c

[dpdk-dev] [PATCH v1] testpmd: add new command for show port info

2018-08-28 Thread Emma Finn
existing testpmd command "show port info" is too verbose. Added a new summary command to print brief information on ports. Signed-off-by: Emma Finn --- app/test-pmd/cmdline.c | 15 ++- app/test-pmd/config.c | 41 + app/test-pmd/test