From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 9B2213B5 for ; Mon, 15 May 2017 04:12:43 +0200 (CEST) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga105.jf.intel.com with ESMTP; 14 May 2017 19:12:42 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.38,342,1491289200"; d="scan'208";a="102012080" Received: from stv-crb-56.sh.intel.com (HELO [10.239.128.116]) ([10.239.128.116]) by fmsmga006.fm.intel.com with ESMTP; 14 May 2017 19:12:42 -0700 Message-ID: <59190BA6.10508@intel.com> Date: Mon, 15 May 2017 10:00:06 +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: Lijuan Tu , dts@dpdk.org References: <1494577095-45103-1-git-send-email-lijuanx.a.tu@intel.com> <1494577095-45103-5-git-send-email-lijuanx.a.tu@intel.com> In-Reply-To: <1494577095-45103-5-git-send-email-lijuanx.a.tu@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dts] [PATCH V1 4/8] tests/vf_port_start_stop: make adjustment to dpdk1705 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: Mon, 15 May 2017 02:12:44 -0000 Lijuan, please add comments for why i40e driver behavior is different than others. On 05/12/2017 04:18 PM, Lijuan Tu wrote: > + if self.kdriver == "i40e": > + vf0_rx_err = vf0_stats['RX-errors'] > + self.verify(vf0_rx_err == 0, "vm0_VF0 rx-errors")