numam-dpdk/app/test-pmd
Wei Dai 97f1e19679 app/testpmd: add port reset command
When PF is reset, a message will show it and all its
VF need to be reset.
User can run the command "port reset port_id"
to reset the VF port and to keep same port id without
any configuration. Then user can run "port stop port_id"
and "port start port_id" to reconfigure its forwarding
mode and parameters as previous ones.
To avoid crash, current forwarding should be stopped
before running "port reset port_id".

Signed-off-by: Wei Dai <wei.dai@intel.com>
Tested-by: Yuan Peng <yuan.peng@intel.com>
Acked-by: Jingjing Wu <jingjing.wu@intel.com>
2017-09-13 23:08:11 +02:00
..
cmdline_flow.c app/testpmd: fix token matching in flow command 2017-07-21 01:03:37 +03:00
cmdline.c app/testpmd: add port reset command 2017-09-13 23:08:11 +02:00
config.c app/testpmd: fix flow rule copy functions 2017-07-31 14:08:25 +02:00
csumonly.c app/testpmd: remove duplicate includes 2017-07-16 17:30:24 +02:00
flowgen.c app/testpmd: remove duplicate includes 2017-07-16 17:30:24 +02:00
icmpecho.c app/testpmd: fix typos 2017-03-10 14:11:56 +01:00
ieee1588fwd.c app/testpmd: implement basic support for flow API 2016-12-23 10:19:15 +01:00
iofwd.c app/testpmd: remove duplicate includes 2017-07-16 17:30:24 +02:00
macfwd.c app/testpmd: remove duplicate includes 2017-07-16 17:30:24 +02:00
macswap.c app/testpmd: remove duplicate includes 2017-07-16 17:30:24 +02:00
Makefile net/bnxt: support Tx loopback, set VF MAC and queues drop 2017-06-12 10:41:28 +01:00
parameters.c app/testpmd: fix usage message 2017-07-31 23:39:43 +02:00
rxonly.c app/testpmd: remove duplicate includes 2017-07-16 17:30:24 +02:00
testpmd.c app/testpmd: add port reset command 2017-09-13 23:08:11 +02:00
testpmd.h app/testpmd: add port reset command 2017-09-13 23:08:11 +02:00
txonly.c app/testpmd: remove duplicate includes 2017-07-16 17:30:24 +02:00