All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] net: vhost: remove bad code line
@ 2018-10-08  1:41 xiangxia.m.yue
  2018-10-08  4:32 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: xiangxia.m.yue @ 2018-10-08  1:41 UTC (permalink / raw)
  To: davem; +Cc: netdev, Tonghao Zhang

From: Tonghao Zhang <xiangxia.m.yue@gmail.com>

Signed-off-by: Tonghao Zhang <xiangxia.m.yue@gmail.com>
---
 drivers/vhost/net.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/vhost/net.c b/drivers/vhost/net.c
index 015abf3..ab11b2b 100644
--- a/drivers/vhost/net.c
+++ b/drivers/vhost/net.c
@@ -562,7 +562,6 @@ static int vhost_net_tx_get_vq_desc(struct vhost_net *net,
 	if (r == tvq->num && tvq->busyloop_timeout) {
 		/* Flush batched packets first */
 		if (!vhost_sock_zcopy(tvq->private_data))
-			// vhost_net_signal_used(tnvq);
 			vhost_tx_batch(net, tnvq, tvq->private_data, msghdr);
 
 		vhost_net_busy_poll(net, rvq, tvq, busyloop_intr, false);
-- 
1.8.3.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] net: vhost: remove bad code line
  2018-10-08  1:41 [PATCH] net: vhost: remove bad code line xiangxia.m.yue
@ 2018-10-08  4:32 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2018-10-08  4:32 UTC (permalink / raw)
  To: xiangxia.m.yue; +Cc: netdev

From: xiangxia.m.yue@gmail.com
Date: Sun,  7 Oct 2018 18:41:50 -0700

> From: Tonghao Zhang <xiangxia.m.yue@gmail.com>
> 
> Signed-off-by: Tonghao Zhang <xiangxia.m.yue@gmail.com>

Applied.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-10-08 11:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-08  1:41 [PATCH] net: vhost: remove bad code line xiangxia.m.yue
2018-10-08  4:32 ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.