All of lore.kernel.org
 help / color / mirror / Atom feed
From: James Carlson <carlsonj@workingcode.com>
To: linux-ppp@vger.kernel.org
Subject: Re: ifconfig ppp0 errors
Date: Wed, 12 Jan 2011 13:21:04 +0000	[thread overview]
Message-ID: <4D2DAAC0.6030403@workingcode.com> (raw)
In-Reply-To: <Pine.GSO.4.64.1101111527150.23601@sunfire13.eecs.tufts.edu>

On 01/11/11 16:57, Slawomir Skret wrote:
> On Tue, 11 Jan 2011, James Carlson wrote:
>> What options are you using?  Have you tried disabling data compression
>> with "noccp"?
> 
> The server side:
> pppd passive local 192.168.1.201:192.168.1.202 /dev/ttyCPM3 maxfail 0
> 
> and the client:
> pppd local /dev/ttyCPM1

OK; sounds straightforward.

Since data loss under stress is suspected here, and data compression
adds stress, I'd recommend "noccp novj".  Turn off the "complicated"
compression mechanisms.  (Leave on ACFC and PFC; they're simple.)

>> How fast does your "serial bus" run?  Is it likely to drop data when
>> there are bursts -- as you might see with packet-oriented networking
>> protocols, such as PPP?
> 
> The serial bus has 8MHz clock.

That doesn't sound terribly fast for a modern machine, but I do think
that running a link that lacks either a flow control mechanism (as with
most async links) or a native framing mechanism (as with most
synchronous links) is bad karma.  You're just out looking for a problem.

If the serial interface has an HDLC mode, I'd use it, and tell PPP that
it has a "sync" device.

-- 
James Carlson         42.703N 71.076W         <carlsonj@workingcode.com>

  parent reply	other threads:[~2011-01-12 13:21 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-11 20:30 ifconfig ppp0 errors Slawomir Skret
2011-01-11 21:04 ` James Carlson
2011-01-11 21:57 ` Slawomir Skret
2011-01-11 22:50 ` Slawomir Skret
2011-01-11 23:30 ` James Cameron
2011-01-12  2:29 ` Paul Mackerras
2011-01-12 13:21 ` James Carlson [this message]
2011-01-12 18:40 ` Slawomir Skret
2011-01-12 19:47 ` James Carlson
2011-01-12 21:05 ` James Cameron
2011-01-12 21:23 ` James Carlson
2011-01-12 21:51 ` James Cameron
2011-01-12 22:17 ` James Carlson
2011-01-14 16:58 ` Slawomir Skret
2011-01-14 17:28 ` James Carlson

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=4D2DAAC0.6030403@workingcode.com \
    --to=carlsonj@workingcode.com \
    --cc=linux-ppp@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.