All of lore.kernel.org
 help / color / mirror / Atom feed
From: James Cameron <quozl@laptop.org>
To: linux-ppp@vger.kernel.org
Subject: Re: ifconfig ppp0 errors
Date: Tue, 11 Jan 2011 23:30:05 +0000	[thread overview]
Message-ID: <20110111233005.GG5186@us.netrek.org> (raw)
In-Reply-To: <Pine.GSO.4.64.1101111527150.23601@sunfire13.eecs.tufts.edu>

On Tue, Jan 11, 2011 at 05:50:23PM -0500, Slawomir Skret wrote:
> The data is transfered from the server to the client, and the client
> shows 322 errors, which is the delta between the server TX and
> client RX packet count.

Kernel source drivers/net/ppp_generic, looking at increments of
ppp->dev->stats.rx_errors ... only happens in ppp_receive_error, which
is called in several situations, some of which include a kernel message
being emitted:

- zero length skb,

- compression used by peer without compression enabled at host,

- compression not used by peer with compression enabled at host,

- no memory on VJ decompression, (KERN_ERR level message),

- VJ decompression error, (KERN_DEBUG level message),

- non linearity just prior to SLHC decompression,

- no memory during filtering.

So I don't think it will be easy to isolate unless you find a kernel
message or can prove inconsistent use of compression, or lack of the
right kind of memory.

As well as James, I'd be interested in the pppstats output.

You might also try "debug dump" on both pppd and cross check the
negotiations.

-- 
James Cameron
http://quozl.linux.org.au/

  parent reply	other threads:[~2011-01-11 23:30 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 [this message]
2011-01-12  2:29 ` Paul Mackerras
2011-01-12 13:21 ` James Carlson
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=20110111233005.GG5186@us.netrek.org \
    --to=quozl@laptop.org \
    --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.