]> www.infradead.org Git - nvme.git/commit
_damon_sysfs: implement commit() for online parameters update
authorSeongJae Park <sj@kernel.org>
Tue, 25 Jun 2024 18:05:37 +0000 (11:05 -0700)
committerAndrew Morton <akpm@linux-foundation.org>
Thu, 4 Jul 2024 02:30:29 +0000 (19:30 -0700)
commit5ac9adecf0cf07b99d4eeda24a89d27447acd860
tree7e714283e5c786a73b9b3cc72ac91dd82cf4c70e
parent781497347d1bcb8c95fca8356575cfd42fff1354
_damon_sysfs: implement commit() for online parameters update

Users can update DAMON parameters while it is running, using 'commit'
DAMON sysfs interface command.  For testing the feature in future tests,
implement a function for doing that on the test-purpose DAMON sysfs
interface wrapper Python module.

Link: https://lkml.kernel.org/r/20240625180538.73134-8-sj@kernel.org
Signed-off-by: SeongJae Park <sj@kernel.org>
Cc: Shuah Khan <shuah@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
tools/testing/selftests/damon/_damon_sysfs.py