Re: [PATCH v2 1/3] drivers: hv: vmbus: Introduce latency testing

2019-08-23 Thread Branden Bonaby
On Fri, Aug 23, 2019 at 04:44:09PM +, Michael Kelley wrote: > From: Branden Bonaby Sent: Thursday, August 22, > 2019 8:39 PM > > > > diff --git a/drivers/hv/connection.c b/drivers/hv/connection.c > > > > index 09829e15d4a0..c9c63a4033cd 100644 > > > > --- a/drivers/hv/connection.c > > > >

RE: [PATCH v2 1/3] drivers: hv: vmbus: Introduce latency testing

2019-08-23 Thread Michael Kelley
From: Branden Bonaby Sent: Thursday, August 22, 2019 8:39 PM > > > diff --git a/drivers/hv/connection.c b/drivers/hv/connection.c > > > index 09829e15d4a0..c9c63a4033cd 100644 > > > --- a/drivers/hv/connection.c > > > +++ b/drivers/hv/connection.c > > > @@ -357,6 +357,9 @@ void

Re: [PATCH v2 1/3] drivers: hv: vmbus: Introduce latency testing

2019-08-22 Thread Branden Bonaby
> > endmenu > > diff --git a/drivers/hv/connection.c b/drivers/hv/connection.c > > index 09829e15d4a0..c9c63a4033cd 100644 > > --- a/drivers/hv/connection.c > > +++ b/drivers/hv/connection.c > > @@ -357,6 +357,9 @@ void vmbus_on_event(unsigned long data) > > > >

RE: [PATCH v2 1/3] drivers: hv: vmbus: Introduce latency testing

2019-08-21 Thread Michael Kelley
From: Branden Bonaby Sent: Monday, August 19, 2019 7:45 PM > > Introduce user specified latency in the packet reception path. > > Signed-off-by: Branden Bonaby > --- > Changes in v2: > - Add #ifdef in Kconfig file so test code will not interfere >with non-test code. > - Move test code

[PATCH v2 1/3] drivers: hv: vmbus: Introduce latency testing

2019-08-19 Thread Branden Bonaby
Introduce user specified latency in the packet reception path. Signed-off-by: Branden Bonaby --- Changes in v2: - Add #ifdef in Kconfig file so test code will not interfere with non-test code. - Move test code functions for delay to hyperv_vmbus header file. - Wrap test code under