mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-03 09:04:21 +08:00
af9ca6f9bb
Introduce user specified latency in the packet reception path By exposing the test parameters as part of the debugfs channel attributes. We will control the testing state via these attributes. Signed-off-by: Branden Bonaby <brandonbonaby94@gmail.com> Reviewed-by: Michael Kelley <mikelley@microsoft.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
24 lines
963 B
Plaintext
24 lines
963 B
Plaintext
What: /sys/kernel/debug/hyperv/<UUID>/fuzz_test_state
|
|
Date: October 2019
|
|
KernelVersion: 5.5
|
|
Contact: Branden Bonaby <brandonbonaby94@gmail.com>
|
|
Description: Fuzz testing status of a vmbus device, whether its in an ON
|
|
state or a OFF state
|
|
Users: Debugging tools
|
|
|
|
What: /sys/kernel/debug/hyperv/<UUID>/delay/fuzz_test_buffer_interrupt_delay
|
|
Date: October 2019
|
|
KernelVersion: 5.5
|
|
Contact: Branden Bonaby <brandonbonaby94@gmail.com>
|
|
Description: Fuzz testing buffer interrupt delay value between 0 - 1000
|
|
microseconds (inclusive).
|
|
Users: Debugging tools
|
|
|
|
What: /sys/kernel/debug/hyperv/<UUID>/delay/fuzz_test_message_delay
|
|
Date: October 2019
|
|
KernelVersion: 5.5
|
|
Contact: Branden Bonaby <brandonbonaby94@gmail.com>
|
|
Description: Fuzz testing message delay value between 0 - 1000 microseconds
|
|
(inclusive).
|
|
Users: Debugging tools
|