From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 325D92BD0 for ; Mon, 20 Nov 2017 06:14:59 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 Nov 2017 21:14:58 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.44,425,1505804400"; d="scan'208";a="4760887" Received: from dpdk-test32.sh.intel.com (HELO [10.67.118.217]) ([10.67.118.217]) by fmsmga001.fm.intel.com with ESMTP; 19 Nov 2017 21:14:57 -0800 Message-ID: <5A12D3B9.2090409@intel.com> Date: Mon, 20 Nov 2017 21:08:09 +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: Yuwei Zhang , dts@dpdk.org References: <20171120033653.13576-1-yuwei1.zhang@intel.com> In-Reply-To: <20171120033653.13576-1-yuwei1.zhang@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dts] [PATCH V3] Add a function used to verify keep packets' order feature 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, 20 Nov 2017 05:14:59 -0000 Thanks, Yuwei. Applied in. In merge process, I found that patch format is corrupt for inserted line number is not correct. Please check what cause the issue. Regards, Marvin On 11/20/2017 11:36 AM, Yuwei Zhang wrote: > add a description to the function, remove the unnecessary sleep code and portRxFirstTimeStamp mode, portCapture is necessary because ixia need to check sequence in the captured packets. > > Signed-off-by: Yuwei Zhang > --- > framework/etgen.py | 74 +++++++++++++++++++++++------------------------------ > framework/tester.py | 7 +++++ > 2 files changed, 39 insertions(+), 42 deletions(-)