[dpdk-dev] [PATCH v15] testpmd: Add port hotplug support

2015-03-05 Thread Tetsuya Mukawa
On 2015/03/04 0:54, De Lara Guarch, Pablo wrote: > Hi Tetsuya, > >> -Original Message- >> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Tetsuya Mukawa >> Sent: Wednesday, February 25, 2015 7:32 PM >> To: dev at dpdk.org >> Subject: [dpdk-dev] [

[dpdk-dev] [PATCH v15] testpmd: Add port hotplug support

2015-03-03 Thread De Lara Guarch, Pablo
Hi Tetsuya, > -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Tetsuya Mukawa > Sent: Wednesday, February 25, 2015 7:32 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH v15] testpmd: Add port hotplug support > > The patch introduc

[dpdk-dev] [PATCH v15] testpmd: Add port hotplug support

2015-02-28 Thread Thomas Monjalon
; To: dev at dpdk.org > >> Subject: [dpdk-dev] [PATCH v15] testpmd: Add port hotplug support > >> > >> The patch introduces following commands. > >> - port attach [ident] > >> - port detach [port_id] > >> - attach: attaching a port > >>

[dpdk-dev] [PATCH v15] testpmd: Add port hotplug support

2015-02-27 Thread Tetsuya Mukawa
On 2015/02/27 3:49, De Lara Guarch, Pablo wrote: > >> -Original Message- >> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Tetsuya Mukawa >> Sent: Wednesday, February 25, 2015 7:32 PM >> To: dev at dpdk.org >> Subject: [dpdk-dev] [PATCH v15]

[dpdk-dev] [PATCH v15] testpmd: Add port hotplug support

2015-02-26 Thread De Lara Guarch, Pablo
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Tetsuya Mukawa > Sent: Wednesday, February 25, 2015 7:32 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH v15] testpmd: Add port hotplug support > > The patch introduces followi

[dpdk-dev] [PATCH v15] testpmd: Add port hotplug support

2015-02-26 Thread Tetsuya Mukawa
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. :02:00.0, eth_pcap0,iface=eth0) - po

[dpdk-dev] [PATCH v15] testpmd: Add port hotplug support

2015-02-26 Thread Thomas Monjalon
> 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. :02:00.0, eth_pcap0,i