Displaying 1 result from an estimated 1 matches for "b6939ef".
Did you mean:
8b69393f
2020 Jun 01
0
[PATCH net-next v8 7/7] net: vhost: make busyloop_intr more accurate
...onghao 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 (vhost_can_...