From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 9D97AA04C7; Tue, 15 Sep 2020 10:26:01 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 644F51BE8E; Tue, 15 Sep 2020 10:26:01 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id EEE8BDE0 for ; Tue, 15 Sep 2020 10:25:59 +0200 (CEST) IronPort-SDR: hQcCYlm8H8pkTANQrD04f6jOmahctOPiSMkEw2xufyqOOLJ6Tkop24WaV6hIh/6BLA83XUxIvF hw/LBrx+43Wg== X-IronPort-AV: E=McAfee;i="6000,8403,9744"; a="146961761" X-IronPort-AV: E=Sophos;i="5.76,429,1592895600"; d="scan'208";a="146961761" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Sep 2020 01:25:58 -0700 IronPort-SDR: yjRmFumZxFXhT5l42K1crm4u90axOXX7EU3979O6x5R269AQhCW0dzTuA/HrqqZ/cnuxGhEtgu jcMszd3OaCVw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.76,429,1592895600"; d="scan'208";a="286733663" Received: from fmsmsx604.amr.corp.intel.com ([10.18.126.84]) by fmsmga007.fm.intel.com with ESMTP; 15 Sep 2020 01:25:58 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by fmsmsx604.amr.corp.intel.com (10.18.126.84) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Tue, 15 Sep 2020 01:25:57 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX601.ccr.corp.intel.com (10.109.6.141) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Tue, 15 Sep 2020 16:25:56 +0800 Received: from shsmsx601.ccr.corp.intel.com ([10.109.6.141]) by SHSMSX601.ccr.corp.intel.com ([10.109.6.141]) with mapi id 15.01.1713.004; Tue, 15 Sep 2020 16:25:56 +0800 From: "Tu, Lijuan" To: "Chen, Zhaoyan" , "Xiao, QimaiX" , "dts@dpdk.org" CC: "Chen, Zhaoyan" Thread-Topic: [dts] [PATCH V1 0/7] update packet related modules Thread-Index: AQHWhZNfaEQaO6xLLUeomwZWVyaYkald0W4AgAMz8gCACGLLIA== Date: Tue, 15 Sep 2020 08:25:55 +0000 Message-ID: <8e50cc60296a4c21813a61ebce9bacdc@intel.com> References: <20200908032645.11852-1-qimaix.xiao@intel.com> In-Reply-To: Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.5.1.3 dlp-product: dlpe-windows x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH V1 0/7] update packet related modules 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: , Errors-To: dts-bounces@dpdk.org Sender: "dts" > > > Subject: [dts][PATCH V1 0/7] update packet related modules > > > > > > *** BLURB HERE *** > > > > > > Xiao Qimai (7): > > > mv scapy modules to new folder scapy_modules > > > add suite log for scapy session > > > update packet module for saving sending packet time > > > prepare packet send session and update other packet related part > > > update argument for stop_send_pkt_bg method > > > update argument for stop_send_pkt_bg method > > > update argument for stop_send_pkt_bg method > > > > Tested-by: Xiao, Qimai > > Acked-by: Zhaoyan Chen Applied