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 E0A6CE8FDBF for ; Wed, 4 Oct 2023 00:36:41 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 63C3010E008; Wed, 4 Oct 2023 00:36:41 +0000 (UTC) Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.136]) by gabe.freedesktop.org (Postfix) with ESMTPS id 2257210E008 for ; Wed, 4 Oct 2023 00:36:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1696379800; x=1727915800; h=date:message-id:from:to:cc:subject:in-reply-to: references:mime-version; bh=XR/QGWvdpeXRjWIiKK1nW1PIjQpklx+6Y0PrQ7QTjCo=; b=A47QAzy7TeGg98yi4aQyq3+w7SttqD4Sh2mtGJcNDnjS9ZPm67cddiNC HiInIj3KMZqD/s5k7AMrMQqzMrpBlAI/vCDK4Wl4q1PJgEBeHEMJvh7eh OG+4q12IISXOyf721pojg/h03Ba1bPkySJ3BKhrssC4dWMUlBVZYv9Odf PWHnkJRKFTiMdVDtPLwIk6Yo7zSqW50QZmNcnfnnw43/9pJ4RUXEuhdUM 8n0NKdRORRm7TqNx1QLawV5eyj8vgQ5vRgVFfQiOR6kDXf/UMYvQtOu1w vGBEwKnwH1gxXhOudJLShGZarlUFuR595fKx0qPFuRBF25CNM24+zvQha Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10852"; a="362373843" X-IronPort-AV: E=Sophos;i="6.03,198,1694761200"; d="scan'208";a="362373843" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Oct 2023 17:36:39 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10852"; a="744698521" X-IronPort-AV: E=Sophos;i="6.03,198,1694761200"; d="scan'208";a="744698521" Received: from adixit-mobl.amr.corp.intel.com (HELO adixit-arch.intel.com) ([10.209.56.204]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Oct 2023 17:36:38 -0700 Date: Tue, 03 Oct 2023 17:36:38 -0700 Message-ID: <87lecjrzop.wl-ashutosh.dixit@intel.com> From: "Dixit, Ashutosh" To: Umesh Nerlige Ramappa In-Reply-To: References: <20230919161049.2307855-1-ashutosh.dixit@intel.com> <20230919161049.2307855-2-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/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 01/21] drm/xe/uapi: Introduce OA (observability architecture) uapi 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 Errors-To: intel-xe-bounces@lists.freedesktop.org Sender: "Intel-xe" On Tue, 03 Oct 2023 17:26:56 -0700, Umesh Nerlige Ramappa wrote: > > okay, I see what you meant when you said that things change in future > patches, so I will stop reviewing this patch here and continue to review > the future uapi patches. Yes I retained the patches since IMO it's easier to review patches (see what changed) rather than look at a giant blob of code. If you want to look the code the latest code is always availbable here (even before I post the patches): https://gitlab.freedesktop.org/adixit/kernel/-/tree/xe-oa Thanks. -- Ashutosh