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 C8B2C2C5 for ; Mon, 15 May 2017 03:19:54 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga105.jf.intel.com with ESMTP; 14 May 2017 18:19:53 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.38,342,1491289200"; d="scan'208";a="1147746067" Received: from stv-crb-56.sh.intel.com (HELO [10.239.128.116]) ([10.239.128.116]) by fmsmga001.fm.intel.com with ESMTP; 14 May 2017 18:19:53 -0700 Message-ID: <5918FF45.1090305@intel.com> Date: Mon, 15 May 2017 09:07:17 +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: <1494398956-39481-1-git-send-email-lijuanx.a.tu@intel.com> In-Reply-To: <1494398956-39481-1-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]framework/tester: workaround random packet check issue. 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 01:19:55 -0000 Thanks, Lijuan. Applied. On 05/10/2017 02:49 PM, Lijuan Tu wrote: > Random packet check maybe failed for received misc packets. > Make a workaround of this issue. > When the received-packet not in the sent-packets, continue to check next packet. > > Signed-off-by: Lijuan Tu > --- > framework/tester.py | 14 +++++++++----- > 1 file changed, 9 insertions(+), 5 deletions(-)