From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 696EB11C5 for ; Fri, 25 Sep 2015 10:37:48 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga102.fm.intel.com with ESMTP; 25 Sep 2015 01:37:48 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,585,1437462000"; d="scan'208";a="812953982" Received: from stv-crb-56.sh.intel.com (HELO [10.239.128.116]) ([10.239.128.116]) by orsmga002.jf.intel.com with ESMTP; 25 Sep 2015 01:37:46 -0700 Message-ID: <5605084E.9020302@intel.com> Date: Fri, 25 Sep 2015 16:39:42 +0800 From: "Liu, Yong" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: changru , dts@dpdk.org References: <1443165081-105738-1-git-send-email-changrux.fan@intel.com> In-Reply-To: <1443165081-105738-1-git-send-email-changrux.fan@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dts] [PATCH] 1G NIC has not this characteristic X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 08:37:48 -0000 Applied. Thanks. On 09/25/2015 03:11 PM, changru wrote: > On powerville and springville, the p1rx_bytes should equal to pktSize. > > Signed-off-by: changru > --- > tests/TestSuite_shutdown_api.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tests/TestSuite_shutdown_api.py b/tests/TestSuite_shutdown_api.py > index 7a32962..05cce31 100644 > --- a/tests/TestSuite_shutdown_api.py > +++ b/tests/TestSuite_shutdown_api.py > @@ -149,7 +149,7 @@ class TestShutdownApi(TestCase): > if crcStrip: > if self.nic in ["fortville_eagle", "fortville_spirit", > "fortville_spirit_single", "bartonhills", > - "powerville", "springville", "hartwell"]: > + "hartwell"]: > self.verify(p1rx_bytes - 4 == pktSize, > "Wrong RX bytes CRC strip: p1_rx=%d, pktSize=%d" % (p1rx_bytes, pktSize)) > elif self.nic in ["powerville", "springville", "kawela_4"]: