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 398DEE7717D for ; Thu, 12 Dec 2024 01:28:56 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id DE34610E0CC; Thu, 12 Dec 2024 01:28:55 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="VfRNAV13"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.16]) by gabe.freedesktop.org (Postfix) with ESMTPS id DC96E10E0CC for ; Thu, 12 Dec 2024 01:28:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1733966934; x=1765502934; h=date:message-id:from:to:subject:in-reply-to:references: mime-version; bh=OjEilwxguOmVdlfIW4yTNvRuaN0a4bQAHccTlGgmVyY=; b=VfRNAV13JEag3qQm8wET4iEPX1DBjrtAAhIP6xyNc59uYmomk/FQX5pn LQVqEqoGHqPq08seXNcIGEsm3N09JQRslMiYSOwpwC7PVsa3mlPMCAc/m jDWCKKHuPTQR4b6jNijWGVxKW9eH3cj3nWQ9VJJdm7NyC1F6PdRScfbv3 7NTBlaNH2HUFUn3Lm34CMmDZY9NTdSqQoVgLFeR0zY0WwGfU0tyFykh2r uiOUEbB0F/2kRTU/WkFdS97Simaehmn8rNr2lcJZ2A7+HYbzPqJe97HKM ahS7BLdkpUGyFnlO1tNmNtwJ5A7p2cOwPfn1TnPOaHA0SPOZHoX0usZvF Q==; X-CSE-ConnectionGUID: saIaqESbTM+tliGqxqp1Rg== X-CSE-MsgGUID: MeVN3ON2Tn+zaMarGaFMMQ== X-IronPort-AV: E=McAfee;i="6700,10204,11283"; a="34513094" X-IronPort-AV: E=Sophos;i="6.12,227,1728975600"; d="scan'208";a="34513094" Received: from orviesa010.jf.intel.com ([10.64.159.150]) by orvoesa108.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Dec 2024 17:28:54 -0800 X-CSE-ConnectionGUID: 2kSGO6Z2TVi2/WAHpof+Gw== X-CSE-MsgGUID: zJMX8Dn9Q865878csaQzRw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.12,224,1728975600"; d="scan'208";a="95883592" Received: from orsosgc001.jf.intel.com (HELO orsosgc001.intel.com) ([10.165.21.142]) by orviesa010-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Dec 2024 17:28:54 -0800 Date: Wed, 11 Dec 2024 17:28:53 -0800 Message-ID: <85cyhx3d0q.wl-ashutosh.dixit@intel.com> From: "Dixit, Ashutosh" To: Kamil Konieczny , Ashutosh Dixit , igt-dev@lists.freedesktop.org, Umesh Nerlige Ramappa Subject: Re: [PATCH i-g-t 2/3] Revert "tests/xe_oa: Drop TestOa from metric_set()" In-Reply-To: <20241210111412.x7s2qhudufc6tvsp@kamilkon-desk.igk.intel.com> References: <20241210020812.1513475-1-ashutosh.dixit@intel.com> <20241210020812.1513475-2-ashutosh.dixit@intel.com> <20241210111412.x7s2qhudufc6tvsp@kamilkon-desk.igk.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/28.2 (x86_64-redhat-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, 10 Dec 2024 03:14:12 -0800, Kamil Konieczny wrote: > > Hi Ashutosh, > On 2024-12-09 at 18:08:11 -0800, Ashutosh Dixit wrote: > > This reverts commit d226604a63fbd5c37c9f5d60b6fc23acffc49f0a. > > > > Re-instate TestOa metric set. IGT needs to work with TestOa since it has > > special properties which help with OA data validation. Remaining parts of > > d226604a63fb were already reverted in 4942fc57c20f ("lib/xe/oa: Re-instate > > TestOa metric sets in LNL/BMG XML's"). > > > > Signed-off-by: Ashutosh Dixit > > Reviewed-by: Kamil Konieczny Thanks Kamil, I went ahead and merged this series.