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

2015-02-05 Thread Tetsuya Mukawa
On 2015/02/04 10:44, Qiu, Michael wrote: > On 2/3/2015 6:30 PM, Tetsuya Mukawa wrote: >> On 2015/02/03 18:14, Qiu, Michael wrote: >>> On 2/3/2015 2:16 PM, Qiu, Michael wrote: On 2/1/2015 12:02 PM, Tetsuya Mukawa wrote: > The patch introduces following commands. > - port attach [ident]

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

2015-02-04 Thread Qiu, Michael
On 2/3/2015 6:30 PM, Tetsuya Mukawa wrote: > On 2015/02/03 18:14, Qiu, Michael wrote: >> On 2/3/2015 2:16 PM, Qiu, Michael wrote: >>> On 2/1/2015 12:02 PM, Tetsuya Mukawa wrote: The patch introduces following commands. - port attach [ident] - port detach [port_id] - attach: att

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

2015-02-03 Thread Tetsuya Mukawa
Hi Bernard, I appreciate your checking. I will fix like below. Tetsuya On 2015/02/03 19:03, Iremonger, Bernard wrote: +.. code-block:: console + +testpmd> port attach :02:00.0 +Attaching a new port... +... snip ... +Port 0 is attached. Now total

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

2015-02-03 Thread Tetsuya Mukawa
On 2015/02/03 18:14, Qiu, Michael wrote: > On 2/3/2015 2:16 PM, Qiu, Michael wrote: >> On 2/1/2015 12:02 PM, Tetsuya Mukawa wrote: >>> The patch introduces following commands. >>> - port attach [ident] >>> - port detach [port_id] >>> - attach: attaching a port >>> - detach: detaching a port >>>

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

2015-02-03 Thread Tetsuya Mukawa
On 2015/02/03 15:59, Qiu, Michael wrote: > On 2/1/2015 12:02 PM, Tetsuya Mukawa wrote: >> 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. >>

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

2015-02-03 Thread Tetsuya Mukawa
On 2015/02/02 20:57, Thomas Monjalon wrote: > 2015-02-02 11:33, Iremonger, Bernard: >> From: Tetsuya Mukawa [mailto:mukawa at igel.co.jp] >>> --- a/doc/guides/testpmd_app_ug/testpmd_funcs.rst >>> +++ b/doc/guides/testpmd_app_ug/testpmd_funcs.rst >> Hi Tetsuya, >> >> The doc changes should be in sep

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

2015-02-03 Thread Tetsuya Mukawa
On 2015/02/02 20:33, Iremonger, Bernard wrote >> /* >> * Work-around of a compilation error with ICC on invocations of the >> * rte_be_to_cpu_16() function. >> diff --git a/doc/guides/testpmd_app_ug/testpmd_funcs.rst >> b/doc/guides/testpmd_app_ug/testpmd_funcs.rst >> index 218835a..1cacbcf 10

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

2015-02-03 Thread Iremonger, Bernard
> >> +.. code-block:: console > >> + > >> +testpmd> port attach :02:00.0 > >> +Attaching a new port... > >> +... snip ... > >> +Port 0 is attached. Now total ports is 1 > >> +Done > >> +port detach > >> +~~~ > >> + > >> +Detach a specific port. > >> + > >> +Before d

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

2015-02-03 Thread Qiu, Michael
On 2/3/2015 2:16 PM, Qiu, Michael wrote: > On 2/1/2015 12:02 PM, Tetsuya Mukawa wrote: >> 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. >>

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

2015-02-03 Thread Qiu, Michael
On 2/1/2015 12:02 PM, Tetsuya Mukawa wrote: > 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 paramerters of virtual devi

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

2015-02-03 Thread Qiu, Michael
On 2/1/2015 12:02 PM, Tetsuya Mukawa wrote: > 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 paramerters of virtual devi

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

2015-02-01 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 paramerters of virtual device. (ex. :02:00.0, eth_pcap0,iface=eth0) - p