[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <502566EB.3070304@list.ru>
Date: Fri, 10 Aug 2012 23:54:19 +0400
From: Stas Sergeev <stsp@...t.ru>
To: Alan Cox <alan@...rguk.ukuu.org.uk>
CC: Linux kernel <linux-kernel@...r.kernel.org>,
linux-serial@...r.kernel.org
Subject: Re: Q: how to control the TTY output queue in real time?
Hi Alan, thanks, clear enough now. :)
10.08.2012 23:33, Alan Cox wrote:
> if (bytes_left < constant)
> write_wakeup
>
>
> and I suspect if you made that adjustable and turned off the fifo and any
> other funnies you'd at least make it work for a sufficiently rigged demo.
You suggest to turn off the fifo, sounds worrysome,
does this mean that tcdrain() and TIOCOUTQ do not
account the fifo too?
If they do quite fine with the fifo, then maybe the new
function will do too? Its basically a tcdrain(), just with
the controllable watermark I guess.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists