From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f52.google.com (mail-wg0-f52.google.com [74.125.82.52]) by dpdk.org (Postfix) with ESMTP id 97ED468BB for ; Mon, 9 Jun 2014 18:25:33 +0200 (CEST) Received: by mail-wg0-f52.google.com with SMTP id b13so1314483wgh.23 for ; Mon, 09 Jun 2014 09:25:47 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=Mz4st1oTHY4vTG/auvzmR+3wsBtPcGeplvR6patjjhw=; b=GQWeyICAU3KwEyogvggBDui4wnLSeFW/iG4ugzqDSpmPD7Jhcacvxk38kWP2qzbgmM qsINrzDMg+z1GVAFBXqBZQ+Az8clRX4roIwAv9SU1BnTTCpmOeyf/Uc2zy5m38C8/e26 CEQyObXXu4RmYMDmOzr2y8Bv1SpDglpNKDlq79eKy07dIZFZWLwsFgNo6ZQtwbiSYr8k j/djWfCxzpE+xGI9sJsE4YVJ/uyEYLtT9kLcnxm0FYqvUyVXYdt0TspP+BygPQAV8ELo CmUEVKGoFUUtLiRN3mN6pSeThSrw4sR8ldZZXafGFmMlgyymgZEH69Zio4wXi6prEyFu Xs9g== X-Gm-Message-State: ALoCoQmu+094x9kB9AoHnVIUMc1SfR1qxCsrTZJ+U9LbgFVcMxrecItLD7FCTyfA1oyPQ0G8kNhf X-Received: by 10.180.212.5 with SMTP id ng5mr21468237wic.33.1402331147689; Mon, 09 Jun 2014 09:25:47 -0700 (PDT) Received: from xps13.localnet (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id fn1sm15555960wib.18.2014.06.09.09.25.44 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 09 Jun 2014 09:25:46 -0700 (PDT) From: Thomas Monjalon To: "Cao, Waterman" Date: Mon, 09 Jun 2014 18:25:45 +0200 Message-ID: <2062824.M9e6mMR8aW@xps13> Organization: 6WIND User-Agent: KMail/4.13.1 (Linux/3.14.4-1-ARCH; KDE/4.13.1; x86_64; ; ) In-Reply-To: References: <1401261302-30140-1-git-send-email-changchun.ouyang@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] [PATCH v2 0/3] Support setting link up and link down X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jun 2014 16:25:33 -0000 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