intel / lkp-tests

Linux Kernel Performance tests
GNU General Public License v2.0
251 stars 153 forks source link

Support more fio parameters #366

Closed rubytest03 closed 5 months ago

rubytest03 commented 5 months ago

some fio parameters are not support on current lkp version, this PR is a improvement. Add some fio parameters: 'cpus_allowed_policy', 'cpus_allowed', 'offset_increment', and 'refill_buffers', these fio parameters are useful when we do IO performance benchmark test.

rli9 commented 5 months ago

thanks, one more thing is to squash all commits into one, as there's no need to have the commit history for each single fix.

rubytest03 commented 5 months ago

have squashed all commits into one commit

rubytest03 commented 5 months ago

thanks, one more thing is to squash all commits into one, as there's no need to have the commit history for each single fix.

Done.

rli9 commented 5 months ago

thanks for the patch