diff options
Diffstat (limited to 'drivers/vhost/net.c')
| -rw-r--r-- | drivers/vhost/net.c | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/drivers/vhost/net.c b/drivers/vhost/net.c index 353c93bc459b..681d0eade82f 100644 --- a/drivers/vhost/net.c +++ b/drivers/vhost/net.c @@ -751,7 +751,8 @@ static void handle_rx(struct vhost_net *net)  		vhost_add_used_and_signal_n(&net->dev, vq, vq->heads,  					    headcount);  		if (unlikely(vq_log)) -			vhost_log_write(vq, vq_log, log, vhost_len); +			vhost_log_write(vq, vq_log, log, vhost_len, +					vq->iov, in);  		total_len += vhost_len;  		if (unlikely(total_len >= VHOST_NET_WEIGHT)) {  			vhost_poll_queue(&vq->poll); | 
