[PATCH i-g-t v4 04/25] tests/intel: Introduce Caching subcategory

Kamil Konieczny kamil.konieczny at linux.intel.com
Thu Mar 21 11:25:00 UTC 2024


Hi Katarzyna,
On 2024-03-14 at 14:34:34 +0000, Katarzyna Piecielska wrote:
> Let's have 'Caching' subcategory to show where we are testing cashing.
> 
> v2: Make Sub-category/Functionality/Feature unique
> 
> Signed-off-by: Katarzyna Piecielska <katarzyna.piecielska at intel.com>
> Cc: Chris Wilson <chris.p.wilson at intel.com>
> Cc: Kamil Konieczny <kamil.konieczny at linux.intel.com>
> Cc: Priyanka Dandamudi <priyanka.dandamudi at intel.com>
> Cc: Mauro Carvalho Chehab <mauro.chehab at linux.intel.com>
> Cc: Sai Gowtham Ch <sai.gowtham.ch at intel.com>
> ---
>  tests/intel/gem_caching.c | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/tests/intel/gem_caching.c b/tests/intel/gem_caching.c
> index 4a8f69e97..963982e11 100644
> --- a/tests/intel/gem_caching.c
> +++ b/tests/intel/gem_caching.c
> @@ -44,10 +44,10 @@
>   * TEST: gem caching
>   * Category: Desktop client
>   * Description: Test snoop consistency when touching partial cachelines.
> - * Feature: caching
> - * Functionality: data coherency
> + * Feature: caching feature

There are other places where 'Feature: caching' needs to be changed:

gem_madvise.c: * Feature: caching, gtt, mapping
gem_madvise.c: * Feature: caching, mapping
gem_mmap_wc.c: * Feature: caching, mapping
gem_partial_pwrite_pread.c: * Feature: caching, mapping
gem_tiled_wb.c: * Feature: caching, gtt
gem_tiled_wc.c: * Feature: caching, gtt

Regards,
Kamil

> + * Functionality: coherency
>   * Run type: FULL
> - * Sub-category: i915
> + * Sub-category: Caching
>   * Test category: GEM_Legacy
>   *
>   * SUBTEST: read-writes
> -- 
> 2.34.1
> 


More information about the igt-dev mailing list