diff options
author | Branden Bonaby <brandonbonaby94@gmail.com> | 2019-10-03 23:01:49 +0200 |
---|---|---|
committer | Sasha Levin <sashal@kernel.org> | 2019-11-22 02:10:44 +0100 |
commit | af9ca6f9bb16e446a44393a797d0ae74d356a5c7 (patch) | |
tree | 680048b102f151af1f8cec990e374ff0721c2284 /drivers/hv/Makefile | |
parent | video: hyperv: hyperv_fb: Support deferred IO for Hyper-V frame buffer driver (diff) | |
download | linux-af9ca6f9bb16e446a44393a797d0ae74d356a5c7.tar.xz linux-af9ca6f9bb16e446a44393a797d0ae74d356a5c7.zip |
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>
Diffstat (limited to 'drivers/hv/Makefile')
-rw-r--r-- | drivers/hv/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hv/Makefile b/drivers/hv/Makefile index a1eec7177c2d..94daf8240c95 100644 --- a/drivers/hv/Makefile +++ b/drivers/hv/Makefile @@ -9,4 +9,5 @@ CFLAGS_hv_balloon.o = -I$(src) hv_vmbus-y := vmbus_drv.o \ hv.o connection.o channel.o \ channel_mgmt.o ring_buffer.o hv_trace.o +hv_vmbus-$(CONFIG_HYPERV_TESTING) += hv_debugfs.o hv_utils-y := hv_util.o hv_kvp.o hv_snapshot.o hv_fcopy.o hv_utils_transport.o |