From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 0/3] Support setting link up and link down Date: Mon, 09 Jun 2014 18:25:45 +0200 Message-ID: <2062824.M9e6mMR8aW@xps13> References: <1401261302-30140-1-git-send-email-changchun.ouyang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: "dev-VfR2kkLFssw@public.gmane.org" To: "Cao, Waterman" Return-path: In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" 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/test-pmd/testpmd -c f -n 4 -- -i > 2. Start packet forwarding on both ports. > 3. In the tester/traffic generator, send the packet with destine MAC to any > port on host. > 4. Then launch testpmd on host, use the following command to > set link up/down to the port: > testpmd> set link-up port 0(or 1) > testpmd> set link-down port 0(or 1) > 5. Then check port status > > See test environment information as the following: > Fedora 20 x86_64, Linux Kernel 3.13.9-200, GCC 4.8.2 > Intel Xeon CPU E5-2680 v2 @ 2.80GHz > NIC: Intel Niantic 82599, Intel i350, Intel 82580 and Intel 82576 Excellent test report! Thank you -- Thomas