summaryrefslogtreecommitdiffstats
path: root/drivers/hv/hv_debugfs.c
Commit message (Collapse)AuthorAgeFilesLines
* hv_debugfs: Make hv_debug_root staticYueHaibing2020-04-041-1/+1
| | | | | | | | | | | | Fix sparse warning: drivers/hv/hv_debugfs.c:14:15: warning: symbol 'hv_debug_root' was not declared. Should it be static? Reported-by: Hulk Robot <hulkci@huawei.com> Signed-off-by: YueHaibing <yuehaibing@huawei.com> Reviewed-by: Michael Kelley <mikelley@microsoft.com> Link: https://lore.kernel.org/r/20200403082845.22740-1-yuehaibing@huawei.com Signed-off-by: Wei Liu <wei.liu@kernel.org>
* drivers: hv: vmbus: Introduce latency testingBranden Bonaby2019-11-211-0/+178
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>