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 88A87A0505; Fri, 6 May 2022 11:30:49 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1FCF04280D; Fri, 6 May 2022 11:30:49 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mails.dpdk.org (Postfix) with ESMTP id 755C040042 for ; Thu, 5 May 2022 08:47:47 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1651733267; x=1683269267; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to; bh=fDwDnuVSQJ9JECsMy75Qma5xdR+0KfxFiCchMfecudE=; b=NZLryQAhcv3FM9VKn2hj4dPws4oqyEXufdOsSXUMhOzxtmDnWFY1XHVD 3/Av+ITkPJuecOGo25Vj05Rw4fCPqvEcOuAQTgRcmvCVy5vISP7rY7Rvu tZ40iOcogPxYJP58w3v3Z0sdtTIL3Ehp688Pi07ZROjyY4r+0PBA0GnFY ukgYrSexqD2BPb9rLYBb9SJk82Qe4KnhhrnnOIA8+NC8w3kgDO14Tjrn6 C9BK0TmZlg/00UcC9LzLPTmKcdl15j019zK6qNC0liiSubYqMxQoUlMuc QjrJptoJ1UGWQzPHouC673kcAsvEggp4EprdSSGpJfIqlO9RG4KcMnwMK g==; X-IronPort-AV: E=McAfee;i="6400,9594,10337"; a="265615179" X-IronPort-AV: E=Sophos;i="5.91,200,1647327600"; d="scan'208";a="265615179" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 May 2022 23:47:46 -0700 Message-Id: <8ea9f5$l3v36f@fmsmga001-auth.fm.intel.com> Date: 04 May 2022 23:47:45 -0700 X-IronPort-AV: E=Sophos;i="5.91,200,1647327600"; d="scan'208";a="708807901" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.208]) by fmsmga001-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 May 2022 23:47:45 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [PATCH v1 1/2] stats_reporter: properly use iterable in for cycle From: lijuan.tu@intel.com To: junx.dong@intel.com,lijuan.tu@intel.com,ohilyard@iol.unh.edu, X-Mailman-Approved-At: Fri, 06 May 2022 11:30:48 +0200 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 Juraj =?utf-8?q?Linke=C5=A1?= Reply-To: Juraj =?utf-8?q?Linke=C5=A1?= Cc: dts@dpdk.org, Juraj =?utf-8?q?Linke=C5=A1?= In-Reply-To: <20220427074152.4144881-1-juraj.linkes@pantheon.tech> On Wed, 27 Apr 2022 07:41:51 +0000, =3D?utf-8?q?Juraj_Linke=3DC5=3DA1?=3D wrote: > Signed-off-by: Juraj Linke=C5=A1 Acked-by: Lijuan Tu Series applied, thanks