From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 60F02CCD184 for ; Tue, 14 Oct 2025 21:59:43 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 177A610E6A4; Tue, 14 Oct 2025 21:59:43 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="WX/0bvU3"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.12]) by gabe.freedesktop.org (Postfix) with ESMTPS id 7B91F10E6A4 for ; Tue, 14 Oct 2025 21:59:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1760479181; x=1792015181; h=date:message-id:from:to:cc:subject:in-reply-to: references:mime-version; bh=HMAKS/oflitRSKnFxF0vGtTZEHMnLC+zX9mIq+p6opA=; b=WX/0bvU3p/Ku9go2r2x9crtNUdOBPkZVp9wvhkKFWBO+vmW3I5RRNImF ko+H2/NlCcAyGWtSEP+i6iqjJvPU856dVQMJFp/2EKTCXzoUm2hvgtnPX vzhfMnyfIp72MeMjjQgGL4hG+iAzplG4i+JdkpiK/gPBuslYcEky+xUfD MCn8Wh9BOG4GOstfrnM4CHRlhsQFNx4VhhZiyWPGn/l+7Ib0sscoPIhKu XBrl+arOFCyiwgWkMTa3nYXYLo1Th/ppTgWS5ib7Kmc9lovHQ4/6d/HFr rXHVs7ZV3CSQLyAVd4+45moHrpePX8t7zZda2Krf9rANZf93Mfa0+UqUA w==; X-CSE-ConnectionGUID: UljVpLGXQsmsbo1xFUVLkg== X-CSE-MsgGUID: 9P5m+uHKQcCI6cdzNpH43g== X-IronPort-AV: E=McAfee;i="6800,10657,11582"; a="74096136" X-IronPort-AV: E=Sophos;i="6.19,229,1754982000"; d="scan'208";a="74096136" Received: from fmviesa001.fm.intel.com ([10.60.135.141]) by orvoesa104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Oct 2025 14:59:41 -0700 X-CSE-ConnectionGUID: g13lJ3KfSY6/+CDnqv0xnw== X-CSE-MsgGUID: Hi5R7eARStmWXjvhWGFFtQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.19,229,1754982000"; d="scan'208";a="212954886" Received: from iprasad-mobl.amr.corp.intel.com (HELO adixit-MOBL3.intel.com) ([10.125.52.66]) by smtpauth.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Oct 2025 14:59:40 -0700 Date: Tue, 14 Oct 2025 14:59:40 -0700 Message-ID: <87frbli1pv.wl-ashutosh.dixit@intel.com> From: "Dixit, Ashutosh" To: Umesh Nerlige Ramappa Cc: Subject: Re: [PATCH i-g-t v2 06/18] tests/intel/xe_oa: Add for_each_oa_unit In-Reply-To: References: <20251013203042.925115-1-ashutosh.dixit@intel.com> <20251013203042.925115-7-ashutosh.dixit@intel.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM-LB/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL-LB/10.8 EasyPG/1.0.0 Emacs/30.2 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII X-BeenThere: igt-dev@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Development mailing list for IGT GPU Tools List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" On Tue, 14 Oct 2025 13:40:30 -0700, Umesh Nerlige Ramappa wrote: > > On Mon, Oct 13, 2025 at 01:30:29PM -0700, Ashutosh Dixit wrote: > > Add a for_each_oa_unit iterator, which eliminates code duplication when > > iterating over OA units obtained from OA unit query. > > > > v2: Only retain oau argument for for_each_oa_unit() (Umesh) > > > > Signed-off-by: Ashutosh Dixit > > LGTM, > > Reviewed-by: Umesh Nerlige Ramappa Thanks for the review Umesh, this series is now merged! -Ashutosh