From: Janusz Krzysztofik <janusz.krzysztofik@linux.intel.com>
To: Arkadiusz Hiler <arkadiusz.hiler@intel.com>,
Petri Latvala <petri.latvala@intel.com>
Cc: janusz.krzysztofik@intel.com, igt-dev@lists.freedesktop.org,
Daniel Vetter <daniel@ffwll.ch>
Subject: [igt-dev] [PATCH v8 0/1 i-g-t] tests: Add a new test for driver/device hot reload
Date: Tue, 30 Apr 2019 13:29:14 +0200 [thread overview]
Message-ID: <20190430112915.16889-1-janusz.krzysztofik@linux.intel.com> (raw)
The test should help resolving driver bugs which exhibit themselves
when a device is unplugged / driver unbind from a device while the
device is busy (different from simple module unload which requires
device references being put first).
Janusz Krzysztofik (1):
tests: Add a new test for driver/device hot reload
tests/Makefile.sources | 1 +
tests/core_hot_reload.c | 408 ++++++++++++++++++++++++++++++++++++++++
tests/meson.build | 1 +
3 files changed, 410 insertions(+)
create mode 100644 tests/core_hot_reload.c
Changelog:
v7->v8:
- move workload functions back from fixture to subtests,
- register different actions and different workloads in respective
tables and iterate over those tables while enumerating subtests,
- introduce new subtest flavors by simply omiting module unload step,
- instead of simply requesting bus rescan or not, introduce action
specific device recovery helpers, required specifically with those
new subtests not touching the module,
- split workload functions in two parts, one spawning the workload,
the other waiting for its completion,
- for the new subtests not requiring module unload, run workload
functions directly from the test process and use new workload
completion wait functions in place of subprocess completion wait,
- take more control over logging, longjumps and exit codes in
workload subprocesses,
- add some debug messages for easy progress watching,
- move function API descriptions on top of respective typedefs,
- drop patch 2/2 with external workload command again, still nobody
likes it.
v6->v7:
- add missing igt_exit() needed with the second patch.
v5->v6 (third public submission, incorrectly marked as v5, sorry):
- run workload inside an igt helper subprocess so resources consumed
by the workload are cleaned up automatically on workload subprocess
crash, without affecting test results,
- move the igt helper with workload back from subtests to initial
fixture so workload crash also does not affect test results,
- re-add the second patch which extends the test with an option for
using an external command as a workload,
- other cleanups suggested by Kasia and Chris.
v4->v5 (second public submission, marked as v2):
- try to restore the device to a working state after each subtest
(Petri, Daniel).
v3->v4 (first public submission, not marked with any version number):
- run dummy_load from inside subtests (Antonio).
v2->v3 (internal submission):
- run dummy_load from the test process directly (Antonio),
- drop the patch for running external workload (Antonio).
v1->v2 (internal submission):
- run a subprocess with dummy_load instead of external command
(Antonio),
- keep use of external workload command as an option, move that to a
separate patch.
--
2.20.1
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
next reply other threads:[~2019-04-30 11:29 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-04-30 11:29 Janusz Krzysztofik [this message]
2019-04-30 11:29 ` [igt-dev] [PATCH v8 1/1 i-g-t] tests: Add a new test for driver/device hot reload Janusz Krzysztofik
2019-04-30 15:05 ` Daniel Vetter
2019-05-06 8:44 ` Janusz Krzysztofik
2019-05-06 9:21 ` Daniel Vetter
2019-05-07 6:24 ` Janusz Krzysztofik
2019-05-07 9:14 ` Daniel Vetter
2019-05-07 10:44 ` Janusz Krzysztofik
2019-05-07 13:32 ` Daniel Vetter
2019-05-13 6:45 ` Janusz Krzysztofik
2019-05-13 8:30 ` Daniel Vetter
2019-04-30 12:19 ` [igt-dev] ✓ Fi.CI.BAT: success for tests: Add a new test for driver/device hot reload (rev2) Patchwork
2019-05-01 0:26 ` [igt-dev] ✗ Fi.CI.IGT: failure " 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=20190430112915.16889-1-janusz.krzysztofik@linux.intel.com \
--to=janusz.krzysztofik@linux.intel.com \
--cc=arkadiusz.hiler@intel.com \
--cc=daniel@ffwll.ch \
--cc=igt-dev@lists.freedesktop.org \
--cc=janusz.krzysztofik@intel.com \
--cc=petri.latvala@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