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 355CBC021B8 for ; Tue, 25 Feb 2025 03:53:25 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id C03ED10E107; Tue, 25 Feb 2025 03:53:24 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="nk/9tS6q"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.11]) by gabe.freedesktop.org (Postfix) with ESMTPS id AA3BE10E370 for ; Tue, 25 Feb 2025 03:53:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1740455602; x=1771991602; h=date:message-id:from:to:cc:subject:in-reply-to: references:mime-version; bh=u6Va4AsEEDwQIT6UnV6UL7ragu1SJuJL/e/F7DuAbWs=; b=nk/9tS6qUKeJAgdTw4iaKOjTU24T42sRo9XZKLXL8RZOadUMwwOoX96f FtEgjVPUbLXp7Eh+dSgcMJt5uS8vaktLlkUcqaABpGYzpN+B2BAfRZgN2 x0orZo1ur1jMUbr+6hzDc2H7Vhxo6lQ2r+Q+q1+0bM92p0zevcirwNpxY /U/8N+wRB3P3Ld0PXnKNoTDqCXt0O055nfEulVNQm9HZmTSDBz6jcFL5U HMFynvIPw5xcPUzAgWBtaxoKiteBFHShXuofX09uz7z6/1UGDz5hJ0Y8U xNLuP90rZlc0hGHRyzb7FcBtpbgxZcO/5nvlDYYZId/wfy+WrrXNZ+Or6 Q==; X-CSE-ConnectionGUID: xuCe8IcuTFe+SfA7vykDuQ== X-CSE-MsgGUID: W8UFYs5ARQSmbp+NU05yHQ== X-IronPort-AV: E=McAfee;i="6700,10204,11355"; a="51459769" X-IronPort-AV: E=Sophos;i="6.13,313,1732608000"; d="scan'208";a="51459769" Received: from fmviesa001.fm.intel.com ([10.60.135.141]) by orvoesa103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Feb 2025 19:53:22 -0800 X-CSE-ConnectionGUID: CyDv3noQQHahveLrpQKj0Q== X-CSE-MsgGUID: 4Q66xnoqQ763SHTWCQCaBQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.12,224,1728975600"; d="scan'208";a="147148055" Received: from orsosgc001.jf.intel.com (HELO orsosgc001.intel.com) ([10.165.21.142]) by smtpauth.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Feb 2025 19:53:21 -0800 Date: Mon, 24 Feb 2025 19:53:20 -0800 Message-ID: <85h64ik7db.wl-ashutosh.dixit@intel.com> From: "Dixit, Ashutosh" To: Umesh Nerlige Ramappa Cc: Subject: Re: [PATCH 11/13] tests/intel/xe_oa: Enable unprivileged-single-ctx-counters and fix it In-Reply-To: <20250215010628.1639986-12-umesh.nerlige.ramappa@intel.com> References: <20250215010628.1639986-1-umesh.nerlige.ramappa@intel.com> <20250215010628.1639986-12-umesh.nerlige.ramappa@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 Fri, 14 Feb 2025 17:06:26 -0800, Umesh Nerlige Ramappa wrote: > > unprivileged-single-ctx-counters was hardcoded for a format size of 256 > bytes. Fix it up for generic format size. Great to see this working, thanks for fixing this :) Reviewed-by: Ashutosh Dixit