From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.43]) by gabe.freedesktop.org (Postfix) with ESMTPS id BDAD010E18B for ; Tue, 5 Sep 2023 06:51:55 +0000 (UTC) Message-ID: <898e839e-50e0-1725-cf6d-f567b243b3fc@intel.com> Date: Tue, 5 Sep 2023 12:21:35 +0530 To: "Gupta, Anshuman" , "igt-dev@lists.freedesktop.org" References: <20230905052058.2216763-1-riana.tauro@intel.com> Content-Language: en-US From: Riana Tauro In-Reply-To: Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: Re: [igt-dev] [PATCH i-g-t 0/2] Add GT id to identify failures List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: "Nilawar, Badal" Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: On 9/5/2023 11:46 AM, Gupta, Anshuman wrote: > > >> -----Original Message----- >> From: Tauro, Riana >> Sent: Tuesday, September 5, 2023 10:51 AM >> To: igt-dev@lists.freedesktop.org >> Cc: Tauro, Riana ; Gupta, Anshuman >> ; Nilawar, Badal ; >> Sundaresan, Sujaritha >> Subject: [PATCH i-g-t 0/2] Add GT id to identify failures >> >> Add GT id to test assertions to identify which gt is causing a failure > How about adding a debug log to print gt name in xe_is_gt_in_c6() as well ? > Thanks, > Anshuman Gupta. Hi Anshuman I did try that. Since it's under igt_wait and called multiple times (10) The log is printed every time the function is called. For some tests which use a loop, it was a lot of prints. Thanks Riana Tauro >> >> Riana Tauro (2): >> tests/intel/xe_pm_residency: Add GT id to C6 assertions >> tests/intel/xe_guc_pc: Add GT id to C6 assertions >> >> tests/intel/xe_guc_pc.c | 18 ++++++++++++------ >> tests/intel/xe_pm_residency.c | 8 ++++---- >> 2 files changed, 16 insertions(+), 10 deletions(-) >> >> -- >> 2.40.0 >