From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id CEE63A04B5; Wed, 13 Jan 2021 09:48:41 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C2071140E88; Wed, 13 Jan 2021 09:48:40 +0100 (CET) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mails.dpdk.org (Postfix) with ESMTP id 017CD140E83 for ; Wed, 13 Jan 2021 09:48:38 +0100 (CET) IronPort-SDR: BNzVM7sfhFWcOLyQTylUWBKqeYSflP+SewDUcSPcy+2VH3I7eU0xPMEPYQqh/IYBEomcOGlgk4 wnXoOLkW7l6A== X-IronPort-AV: E=McAfee;i="6000,8403,9862"; a="174665564" X-IronPort-AV: E=Sophos;i="5.79,343,1602572400"; d="scan'208";a="174665564" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Jan 2021 00:48:26 -0800 IronPort-SDR: PyZTpUepiE7Xq9is05+tblBIXElQSPgoAllxxHGpMgbfoL2SbA0490bpRdW7wmuuBrEttppCKn 2nMs9UyShBcA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.79,343,1602572400"; d="scan'208";a="400476127" Received: from fmsmsx604.amr.corp.intel.com ([10.18.126.84]) by fmsmga002.fm.intel.com with ESMTP; 13 Jan 2021 00:48:24 -0800 Received: from shsmsx603.ccr.corp.intel.com (10.109.6.143) 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; Wed, 13 Jan 2021 00:48:22 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX603.ccr.corp.intel.com (10.109.6.143) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Wed, 13 Jan 2021 16:48:21 +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; Wed, 13 Jan 2021 16:48:20 +0800 From: "Tu, Lijuan" To: "Chen, LingliX" , "dts@dpdk.org" CC: "Chen, LingliX" , "Chen@dpdk.org" Thread-Topic: [dts] [PATCH V1] tests/TestSuite_pmdpcap:Switching python3 xrange is replaced by range Thread-Index: AQHW59tmbKrgeCkxgESZalCs/I+UIqolQZ7w Date: Wed, 13 Jan 2021 08:48:20 +0000 Message-ID: References: <20210111140726.22702-1-linglix.chen@intel.com> In-Reply-To: <20210111140726.22702-1-linglix.chen@intel.com> 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] tests/TestSuite_pmdpcap:Switching python3 xrange is replaced by range X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 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] tests/TestSuite_pmdpcap:Switching python3 xrang= e > is replaced by range >=20 > Switching python3 xrange is replaced by range >=20 > Signed-off-by: Chen, Lingli Applied, hope the subject is " tests/pmdpcap: switching python3 xrange is r= eplaced by range" next time.