[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20140720.223313.1589952322700027038.davem@davemloft.net>
Date: Sun, 20 Jul 2014 22:33:13 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: fw@...len.de
Cc: netdev@...r.kernel.org
Subject: Re: [PATCH -next] tun: stop tx queue when limit is hit
From: Florian Westphal <fw@...len.de>
Date: Sun, 20 Jul 2014 20:51:25 +0200
> Currently tun just frees the skb and returns NETDEV_TX_OK
> when queue length exceeds txqlen.
>
> This causes severe packetloss and unneeded resource
> consumption on host when sending to vm connected via tun.
>
> Instead, lets stop the transmit queue and start it once
> packets are consumed from the queue. This allows the network
> stack to control applications that send data via tun device.
I strongly suspect the current behavior is intentional, see
commit:
commit 5d097109257c03a71845729f8db6b5770c4bbedc
Author: Michael S. Tsirkin <mst@...hat.com>
Date: Mon Dec 3 10:07:14 2012 +0000
tun: only queue packets on device
for example.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists