tty: Enable configurable tty flip buffer limit
authorPeter Hurley <peter@hurleysoftware.com>
Fri, 22 Nov 2013 17:09:55 +0000 (12:09 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 9 Dec 2013 00:57:38 +0000 (16:57 -0800)
commit4d18e6eff81e1d4d81d0942d5b7e96904b3b32df
treea6c66c84189a50bff8b6b05a7187a8cda4b67cfc
parent82f91fe092b6eacd82e976b8955443f9fd97d07e
tty: Enable configurable tty flip buffer limit

Allow driver to configure its maximum flip buffer memory
consumption/limit. This is necessary for very-high speed line
rates (in excess of 10MB/sec) because the flip buffers can
be saturated before the line discipline has a chance to
throttle the input.

Signed-off-by: Peter Hurley <peter@hurleysoftware.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/tty_buffer.c
include/linux/tty.h
include/linux/tty_flip.h
This page took 0.03339 seconds and 5 git commands to generate.