search for: db63ae2

Displaying 1 result from an estimated 1 matches for "db63ae2".

Did you mean: 1b63aef
2020 Jun 01
0
[PATCH net-next v8 7/7] net: vhost: make busyloop_intr more accurate
...off-by: Tonghao Zhang <xiangxia.m.yue at gmail.com> > > > --- > > > ? drivers/vhost/net.c | 9 ++++++--- > > > ? 1 file changed, 6 insertions(+), 3 deletions(-) > > > > > > diff --git a/drivers/vhost/net.c b/drivers/vhost/net.c > > > index db63ae2..b6939ef 100644 > > > --- a/drivers/vhost/net.c > > > +++ b/drivers/vhost/net.c > > > @@ -487,10 +487,8 @@ static void vhost_net_busy_poll(struct > > > vhost_net *net, > > > ????? endtime = busy_clock() + busyloop_timeout; > > > ? ????? while (v...