05 Apr, 2020

1 commit

  • 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
    Signed-off-by: YueHaibing
    Reviewed-by: Michael Kelley
    Link: https://lore.kernel.org/r/20200403082845.22740-1-yuehaibing@huawei.com
    Signed-off-by: Wei Liu

    YueHaibing
     

22 Nov, 2019

1 commit

  • 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
    Reviewed-by: Michael Kelley
    Signed-off-by: Sasha Levin

    Branden Bonaby