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 89705EE57C1 for ; Fri, 8 Sep 2023 04:36:00 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 54D7210E861; Fri, 8 Sep 2023 04:36:00 +0000 (UTC) Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.151]) by gabe.freedesktop.org (Postfix) with ESMTPS id 3A09E10E861 for ; Fri, 8 Sep 2023 04:35:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1694147758; x=1725683758; h=date:message-id:from:to:cc:subject:in-reply-to: references:mime-version; bh=5+SnpVV7v4CdEF+/FUgp4NZGKr5iEsoZJPhAtpPO69Q=; b=EX30O2ZdvgmkP7RRWSZNrOZPu6vmit76TRO6iu8YNzL4YwjzJLJtLuju JhNz2X5e4enGJorolSERVPfWPVMM6XUmZLi41E/OKnfDr766xJ4ATPpnC pwdFokiyrixk5NAnEWrjCimqtUBosm/G9/mEH7yqPRBdg/ZP6uskVP1mH pOxC4KbFkYM25Aj+LU/+K/OA1+i0XPwpWM8vyprMIN6i7XbfdiqNL7sq8 l0PNgEWY+NjDJOe/St2/CEuMFbw8MdRpdcjativJKBlvls9qExdq32P9A jGt7UCoDtkzmtLfDcNk+mF7HfUVmpVNQ+cHvvaLe+5FByQqJ7JASHUwaD Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10826"; a="357863052" X-IronPort-AV: E=Sophos;i="6.02,236,1688454000"; d="scan'208";a="357863052" Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Sep 2023 21:35:57 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10826"; a="742348421" X-IronPort-AV: E=Sophos;i="6.02,236,1688454000"; d="scan'208";a="742348421" Received: from adixit-mobl.amr.corp.intel.com (HELO adixit-arch.intel.com) ([10.209.97.168]) by orsmga002-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Sep 2023 21:35:57 -0700 Date: Thu, 07 Sep 2023 21:35:56 -0700 Message-ID: <87wmx1qo2b.wl-ashutosh.dixit@intel.com> From: "Dixit, Ashutosh" To: "Landwerlin, Lionel G" In-Reply-To: <621f1b64-fba8-d724-869a-373e74dcae98@intel.com> References: <20230808013159.38811-1-ashutosh.dixit@intel.com> <87jzu6xnlr.wl-ashutosh.dixit@intel.com> <621f1b64-fba8-d724-869a-373e74dcae98@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/29.1 (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 Subject: Re: [Intel-xe] [PATCH 00/10] Add OA functionality to Xe X-BeenThere: intel-xe@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel Xe graphics driver List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: "intel-xe@lists.freedesktop.org" , "Krzemien, Robert" Errors-To: intel-xe-bounces@lists.freedesktop.org Sender: "Intel-xe" On Fri, 01 Sep 2023 00:55:58 -0700, Landwerlin, Lionel G wrote: > Hi Lionel, > > I just noticed this change in the uAPI : > > @@ -298,6 +305,7 @@ struct drm_xe_query_gts { > __u64 native_mem_regions; /* bit mask of instances from drm_xe_query_mem_usage */ > __u64 slow_mem_regions; /* bit mask of instances from drm_xe_query_mem_usage */ > __u64 inaccessible_mem_regions; /* bit mask of instances from drm_xe_query_mem_usage */ > + __u64 oa_timestamp_freq; > __u64 reserved[8]; > } gts[]; > }; > > I think you need to remove one item from the reserved field so that the structure size doesn't change. Thanks, done here: https://patchwork.freedesktop.org/series/121084/#rev5 Though this sort of stuff might move into the OA info query in the future. Thanks. -- Ashutosh