Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 188879
b: refs/heads/master
c: 0e25557
h: refs/heads/master
i:
  188877: 3fc9763
  188875: 3859cba
  188871: 1c7f78e
  188863: 9449553
v: v3
  • Loading branch information
Michael S. Tsirkin committed Mar 17, 2010
1 parent a21cdb9 commit 467ecff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1dace8c801ac531022bd31a7316a6b4351837617
refs/heads/master: 0e255572121180c900e24e33b87047abd8153cce
2 changes: 1 addition & 1 deletion trunk/drivers/vhost/net.c
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ static void handle_tx(struct vhost_net *net)
mutex_lock(&vq->mutex);
vhost_disable_notify(vq);

if (wmem < sock->sk->sk_sndbuf * 2)
if (wmem < sock->sk->sk_sndbuf / 2)
tx_poll_stop(net);
hdr_size = vq->hdr_size;

Expand Down

0 comments on commit 467ecff

Please sign in to comment.