Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Nareshkumar Gollakoti <naresh.kumar.g@intel.com>
To: igt-dev@lists.freedesktop.org
Cc: nishit.sharma@intel.com,
	Nareshkumar Gollakoti <naresh.kumar.g@intel.com>
Subject: [PATCH] igt: xe_exec_reset: Remove RAPID_RESET_STRESS from mixed-engine test
Date: Thu, 10 Sep 2026 18:52:51 +0530	[thread overview]
Message-ID: <20260910132251.1669256-1-naresh.kumar.g@intel.com> (raw)

The RAPID_RESET_STRESS flag (1 ms reset interval) is incompatible with
MIXED_ENGINE_STRESS. During resets, the KMD rejects EXEC_QUEUE_CREATE
with -EINVAL because engines are momentarily unavailable, causing near-
total submission failure (~9 successful vs ~180k failed in 2 seconds).

Remove RAPID_RESET_STRESS to allow submissions between resets, restoring
realistic mixed-engine workload coverage while keeping default 250ms GT
reset intervals.

'Fixes: fb556e8d9acc ("tests/intel/xe_exec_reset: add gt-stress-reset-mixed-engine-usage subtest")'
Signed-off-by: Nareshkumar Gollakoti <naresh.kumar.g@intel.com>
---
 tests/intel/xe_exec_reset.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/intel/xe_exec_reset.c b/tests/intel/xe_exec_reset.c
index e12279d23..9b1687c35 100644
--- a/tests/intel/xe_exec_reset.c
+++ b/tests/intel/xe_exec_reset.c
@@ -1208,7 +1208,7 @@ int igt_main()
 		{ "reset-bo-invalidation", INVALIDATE_BO_STRESS },
 		{ "reset-rapid-cycle", RAPID_RESET_STRESS },
 		{ "reset-destroy-vm-context", DESTROY_VM_CTX_STRESS },
-		{ "reset-mixed-engine-usage", MIXED_ENGINE_STRESS | RAPID_RESET_STRESS },
+		{ "reset-mixed-engine-usage", MIXED_ENGINE_STRESS },
 		{ "reset-pm-transition", PM_TRANSITION_STRESS | DESTROY_VM_CTX_STRESS },
 		{ NULL },
 	};
-- 
2.43.0


             reply	other threads:[~2026-09-10 13:24 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-09-10 13:22 Nareshkumar Gollakoti [this message]
2026-09-10 15:20 ` [PATCH] igt: xe_exec_reset: Remove RAPID_RESET_STRESS from mixed-engine test Kumar G, Naresh
2026-09-10 17:52 ` ✓ Xe.CI.BAT: success for " Patchwork
2026-09-10 18:46 ` ✓ i915.CI.BAT: " Patchwork
2026-09-11  1:04 ` ✗ Xe.CI.FULL: failure " Patchwork
2026-09-11 12:01 ` ✗ i915.CI.Full: " Patchwork

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260910132251.1669256-1-naresh.kumar.g@intel.com \
    --to=naresh.kumar.g@intel.com \
    --cc=igt-dev@lists.freedesktop.org \
    --cc=nishit.sharma@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox