[dpdk-dev] [PATCH v2 0/3] Support setting link up and link down

2014-06-11 Thread Thomas Monjalon
> > This patch series contain the following 3 items: > > 1. Add API to support setting link up and down, it can be used to > > repeatedly stop and restart > > RX/TX of a port without re-allocating resources for the port and > > re-configuring the port. > > 2. Implement the functionality of settin

[dpdk-dev] [PATCH v2 0/3] Support setting link up and link down

2014-06-09 Thread Thomas Monjalon
2014-06-04 15:36, Cao, Waterman: > Tested-by: Waterman Cao > > This patch is used to fix bug, and has been tested by Intel. > We verified API by testpmd, it passed. > Please see test steps as the following: > 1. In the host machine, set the DPDK environment as usual and start testpmd: >./app/

[dpdk-dev] [PATCH v2 0/3] Support setting link up and link down

2014-06-04 Thread Cao, Waterman
Tested-by: Waterman Cao This patch is used to fix bug, and has been tested by Intel. We verified API by testpmd, it passed. Please see test steps as the following: 1. In the host machine, set the DPDK environment as usual and start testpmd: ./app/test-pmd/testpmd -c f -n 4 -- -i 2. Start packet

[dpdk-dev] [PATCH v2 0/3] Support setting link up and link down

2014-05-28 Thread Ouyang Changchun
Please ignore the previous patch series with subject: "Support administrative link up and link down" This v2 patch series will replace the previous patch series. This patch series contain the following 3 items: 1. Add API to support setting link up and down, it can be used to repeatedly stop a

[dpdk-dev] [PATCH v2 0/3] Support setting link up and link down

2014-05-28 Thread Ivan Boule
On 05/28/2014 09:14 AM, Ouyang Changchun wrote: > Please ignore the previous patch series with subject: "Support administrative > link up and link down" > This v2 patch series will replace the previous patch series. > > This patch series contain the following 3 items: > 1. Add API to support setti