public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] Lwip Ping Test with large packets
@ 2011-05-10 17:05 Richard Rauch
  0 siblings, 0 replies; only message in thread
From: Richard Rauch @ 2011-05-10 17:05 UTC (permalink / raw)
  To: ecos-discuss


Hi all,

For testing our ethernet driver we are performing several ping tests.
With BSD Stack I am able to answer to ping requests with 60000 Bytes payload
(option -l 60000 at ping command)
But with lwip Stack at 3938 Byte it is a limit.
I am not sure, if it is only a configuration issue (but I have tried already
some other values), if it is a lwip stack problem or a driver problem.

When ping fails, I have a trace output on this source line in
packages/devs/eth/arm/at91/current/src/if_at91.c:

    // If we found SOF but didn't find matching EOF.
    if (sof_idx != -1) {
      AT91_ETH_DEBUG2(true, "AT91_ETH: RX discarding fragments\n");
      priv->rx_head_idx = sof_idx;
    }


Richard Rauch
email: rrauch@itrgmbh.de
 
_______________________________________________

ITR GmbH 
Informationstechnologie Rauch 
Schnepfenreuther Hauptstrasse 27b
D-90425 Nuernberg
_______________________________________________


-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-05-10 17:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-10 17:05 [ECOS] Lwip Ping Test with large packets Richard Rauch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).