mbox series

[v2,0/2] console/serial: adjust default TX buffer size

Message ID 20220630082330.82706-1-roger.pau@citrix.com (mailing list archive)
Headers show
Series console/serial: adjust default TX buffer size | expand

Message

Roger Pau Monné June 30, 2022, 8:23 a.m. UTC
Hello,

First patch moves the setting of the default TX buffer size to Kconfig,
and shouldn't be controversial, second patch increases the buffer to
32K.  Jan doesn't feel comfortable Acking patch 2, so someone will have
to review and consider it, see:

https://lore.kernel.org/xen-devel/59fe1b28-b173-e497-5b8a-5e0bb6d946b6@suse.com/

Thanks, Roger.

Roger Pau Monne (2):
  console/serial: set the default transmit buffer size in Kconfig
  console/serial: bump buffer from 16K to 32K

 xen/drivers/char/Kconfig  | 10 ++++++++++
 xen/drivers/char/serial.c |  2 +-
 2 files changed, 11 insertions(+), 1 deletion(-)