public inbox for linux-serial@vger.kernel.org
 help / color / mirror / Atom feed
From: Craig McQueen <craig.mcqueen@beamcommunications.com>
To: "linux-serial@vger.kernel.org" <linux-serial@vger.kernel.org>
Subject: Re: Where is TX buffer in driver based on struct uart_port
Date: Thu, 8 Aug 2013 14:14:10 +1000	[thread overview]
Message-ID: <52031B12.8090204@beamcommunications.com> (raw)
In-Reply-To: <DB8F1B3EEF94C3439BFFE674EB05E3CC2409A892@SINPRD0211MB405.apcprd02.prod.outlook.com>

On 07/08/13 22:01, Craig McQueen wrote:
> I'm running a Freescale ARM i.MX28, with a UART driver "mxs-auart.c" based on struct uart_port in Linux kernel 2.6.35.
>
> I'm using it in a radio communications application that operates at 2400 bps.
>
> I'm finding that when transmitting data, the TX data is being buffered somewhere in the drivers, and the buffer size appears to be something like 4000 bytes. At 2400 bps, that works out to be something like 17 seconds of buffering, which causes too much end-to-end delay in the pipeline when the buffer is full.
>
> So I'd like to find where this 4000 byte buffer is, with the goal of reducing its size to reduce the maximum end-to-end delay. But looking through the code for the driver, it's not obvious to me so far where this buffering might be happening. Can anyone point me in the general direction?
>
> Ultimately I want to do PPP through this serial device. Would this 4000 byte buffer also apply in a PPP line discipline scenario?
>
> (I've previously experimented with modifications to another serial driver "tty0tty" based on struct tty_driver, and I could control TX buffering in the struct tty_operations -> write and write_room functions. But this driver using struct uart_port doesn't seem such easy to understand write operations.)

I realised that the driver has several references to PAGE_SIZE, which is 
4096 for ARM. Also several of UART_XMIT_SIZE which is defined as 
PAGE_SIZE in serial_core.h. (Some of the references to PAGE_SIZE are 
relating to DMA; I am not using DMA currently.)

Is it easy to change these values, or override them in serial_core? I'm 
fairly inexperienced with Linux serial architecture.

Craig McQueen


  reply	other threads:[~2013-08-08  4:14 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-07 12:01 Where is TX buffer in driver based on struct uart_port Craig McQueen
2013-08-08  4:14 ` Craig McQueen [this message]
2013-08-12  7:55   ` Craig McQueen
2013-08-12 12:22     ` Peter Hurley

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=52031B12.8090204@beamcommunications.com \
    --to=craig.mcqueen@beamcommunications.com \
    --cc=linux-serial@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox