numam-dpdk/app/test-pmd
Tetsuya Mukawa edab33b1c0 app/testpmd: support port hotplug
The patch introduces following commands.
- port attach [ident]
- port detach [port_id]
 - attach: attaching a port
 - detach: detaching a port
 - ident: pci address of physical device.
          Or device name and parameters of virtual device.
         (ex. 0000:02:00.0, eth_pcap0,iface=eth0)
 - port_id: port identifier

Signed-off-by: Tetsuya Mukawa <mukawa@igel.co.jp>
Acked-by: Bernard Iremonger <bernard.iremonger@intel.com>
2015-02-26 00:20:43 +01:00
..
cmdline.c app/testpmd: support port hotplug 2015-02-26 00:20:43 +01:00
config.c app/testpmd: support port hotplug 2015-02-26 00:20:43 +01:00
csumonly.c app/testpmd: support NVGRE in Tx checksum offload 2015-02-23 16:38:21 +01:00
flowgen.c mbuf: replace data pointer by an offset 2014-09-17 18:53:40 +02:00
icmpecho.c net: change arp header struct declaration 2015-02-20 22:10:52 +01:00
ieee1588fwd.c mbuf: replace data pointer by an offset 2014-09-17 18:53:40 +02:00
iofwd.c remove trailing whitespaces 2014-06-11 00:29:34 +02:00
macfwd-retry.c mbuf: replace data pointer by an offset 2014-09-17 18:53:40 +02:00
macfwd.c app/testpmd: fix use of offload flags 2014-11-26 19:35:55 +01:00
macswap.c app/testpmd: fix use of offload flags 2014-11-26 19:35:55 +01:00
Makefile mk: fix build with shared pcap pmd 2014-12-16 23:35:31 +01:00
mempool_anon.c remove trailing whitespaces 2014-06-11 00:29:34 +02:00
mempool_osdep.h remove trailing whitespaces 2014-06-11 00:29:34 +02:00
parameters.c app/testpmd: support port hotplug 2015-02-26 00:20:43 +01:00
rxonly.c mbuf: get the name of offload flags 2014-11-26 19:35:55 +01:00
testpmd.c app/testpmd: support port hotplug 2015-02-26 00:20:43 +01:00
testpmd.h app/testpmd: support port hotplug 2015-02-26 00:20:43 +01:00
txonly.c app/testpmd: fix use of offload flags 2014-11-26 19:35:55 +01:00