From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.136]) by gabe.freedesktop.org (Postfix) with ESMTPS id 6F01B10E194 for ; Thu, 31 Aug 2023 13:00:32 +0000 (UTC) Date: Thu, 31 Aug 2023 15:00:26 +0200 From: Mauro Carvalho Chehab To: Katarzyna Dec Message-ID: <20230831150026.01ce20f6@maurocar-mobl2> In-Reply-To: <20230831143040.11f82c2b@maurocar-mobl2> References: <20230831113936.4075130-1-katarzyna.dec@intel.com> <20230831143040.11f82c2b@maurocar-mobl2> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [igt-dev] [PATCH i-g-t 0/2] IGT XE documentation cleanup List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: igt-dev@lists.freedesktop.org, Gandi Ramadevi Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: On Thu, 31 Aug 2023 14:30:40 +0200 Mauro Carvalho Chehab wrote: > On Thu, 31 Aug 2023 11:39:34 +0000 > Katarzyna Dec wrote: > > > Let's add missing documentation fileds that are causing warnings. > > Some tests documentation needed changes to have more accurate naming. > > Let's mark Negative and Stress tests. > > Adding missing 'Run type' and 'Test category' for remaining test. > > Kasia, > > Besides the changes, could you please also change the > sub-category field and/or Functionalities for xe_mmap.c? > > Right now, both are using "mmap" bucket. This is valid for > the documentation itself, but it causes confusion when analyzing > the results later on, as there will be two buckets with the same > name but different meanings. > > Perhaps we could use Sub-category == "VMA". > > What do you think? > > Another issue I noticed in this series is that we have "Blitter" > with the first letter in uppercase. Perhaps there are more cases like > that. Please let's use lowercase on such buckets, as this is less > prone to errors (IMO). Another thing: I would add this patch at the end of the series: https://patchwork.freedesktop.org/series/123111/ This will enforce CI to check for incomplete documentation at build time, aborting the build (and producing CI errors) if the documentation is not there. Regards, Mauro