Re: [PATCH v4 1/2] drivers: hv: vmbus: Introduce latency testing

2019-09-05 Thread Branden Bonaby
On Mon, Sep 02, 2019 at 06:31:04PM +, Michael Kelley wrote: > From: Branden Bonaby Sent: Wednesday, August 28, > 2019 9:24 PM > > > > Introduce user specified latency in the packet reception path > > By exposing the test parameters as part of the debugfs channel > > attributes. We will contr

RE: [PATCH v4 1/2] drivers: hv: vmbus: Introduce latency testing

2019-09-02 Thread Michael Kelley
From: Branden Bonaby Sent: Wednesday, August 28, 2019 9:24 PM > > 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 Bonab

Re: [PATCH v4 1/2] drivers: hv: vmbus: Introduce latency testing

2019-08-29 Thread kbuild test robot
Hi Branden, Thank you for the patch! Yet something to improve: [auto build test ERROR on linus/master] [cannot apply to v5.3-rc6 next-20190829] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Br

[PATCH v4 1/2] drivers: hv: vmbus: Introduce latency testing

2019-08-28 Thread Branden Bonaby
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 --- changes in v4: - Combined v3 patch 2 into this patch, and changed the