drivers: hv: vmbus: Introduce latency testing
authorBranden Bonaby <brandonbonaby94@gmail.com>
Thu, 3 Oct 2019 21:01:49 +0000 (17:01 -0400)
committerSasha Levin <sashal@kernel.org>
Fri, 22 Nov 2019 01:10:44 +0000 (20:10 -0500)
commitaf9ca6f9bb16e446a44393a797d0ae74d356a5c7
tree680048b102f151af1f8cec990e374ff0721c2284
parentd21987d709e807ba7bbf47044deb56a3c02e8be4
drivers: hv: vmbus: Introduce latency testing

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>
Documentation/ABI/testing/debugfs-hyperv [new file with mode: 0644]
MAINTAINERS
drivers/hv/Makefile
drivers/hv/connection.c
drivers/hv/hv_debugfs.c [new file with mode: 0644]
drivers/hv/hyperv_vmbus.h
drivers/hv/ring_buffer.c
drivers/hv/vmbus_drv.c
include/linux/hyperv.h
lib/Kconfig.debug