From: Peter Desnoyers <pdesnoyers@chinook.com>
To: "Kári Davíðsson" <kd@flaga.is>
Cc: LEROY Christophe <christophe.leroy@c-s.fr>,
linuxppc <linuxppc-embedded@lists.linuxppc.org>
Subject: Re: Kernel Oops when receiving a lot of UDP packets while booting
Date: Mon, 07 Jan 2002 10:02:22 -0500 [thread overview]
Message-ID: <3C39B87E.3A2E399B@chinook.com> (raw)
In-Reply-To: EADB10BAC266A14A85ECBF8686A73E31459414@kolkrabbi.flaga.is
> I have verified that I am getting packets over the ethernet
> before the scc_enet_open() is called, I somehow suspect that
> this might be causing my random crashes.
You just kludge it by looking at your 'opened' flag and dropping the
packet in scc_enet_rx if it's false. If it stops the crashes, you'll be
OK until you find a version of the driver that doesn't have this
problem.
The version of the driver I use does all the hardware initialization in
scc_enet_init, and then all that scc_enet_open does is call
netif_start_queue.
--
.....................................................................
Peter Desnoyers (781) 457-1165 pdesnoyers@chinook.com
Chinook Communications (617) 661-1979 pjd@fred.cambridge.ma.us
100 Hayden Ave, Lexington MA 02421
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
next prev parent reply other threads:[~2002-01-07 15:02 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-01-07 12:30 Kernel Oops when receiving a lot of UDP packets while booting Kári Davíðsson
2002-01-07 15:02 ` Peter Desnoyers [this message]
-- strict thread matches above, loose matches on Subject: below --
2002-01-07 15:16 Kári Davíðsson
2001-12-28 14:41 LEROY Christophe
2001-12-28 15:16 ` Peter Desnoyers
2001-12-28 15:39 ` LEROY Christophe
2001-12-28 16:09 ` Peter Desnoyers
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=3C39B87E.3A2E399B@chinook.com \
--to=pdesnoyers@chinook.com \
--cc=christophe.leroy@c-s.fr \
--cc=kd@flaga.is \
--cc=linuxppc-embedded@lists.linuxppc.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.