linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* PROBLEM REPORT 2.4.20-rc1: sundance.c
@ 2002-10-31 16:38 Stephan von Krawczynski
  2002-10-31 17:30 ` PROBLEM REPORT 2.4.20-rc1: sundance.c (OT: userspace) Stephan von Krawczynski
  2002-10-31 21:04 ` PROBLEM REPORT 2.4.20-rc1: sundance.c Jeff Garzik
  0 siblings, 2 replies; 4+ messages in thread
From: Stephan von Krawczynski @ 2002-10-31 16:38 UTC (permalink / raw)
  To: linux-kernel

Hello all,

I'd like to point out that (at least) the network driver sundance.c has weird
flaws when trying to use more than MAX_UNITS (8) cards at the same time. Since
this driver can be used for DFE-580TX 4 port network card it is really easy to
get more than 8 ports :-)
In fact the driver does check against MAX_UNITS, but does _not_ fail if you go
through the roof. Instead you can expect really interesting ifconfig-outputs
;-)
IMHO it should check and fail. I wonder what other card drivers do in such a
case ...
-- 
Regards,
Stephan

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: PROBLEM REPORT 2.4.20-rc1: sundance.c (OT: userspace)
  2002-10-31 16:38 PROBLEM REPORT 2.4.20-rc1: sundance.c Stephan von Krawczynski
@ 2002-10-31 17:30 ` Stephan von Krawczynski
  2002-10-31 21:04 ` PROBLEM REPORT 2.4.20-rc1: sundance.c Jeff Garzik
  1 sibling, 0 replies; 4+ messages in thread
From: Stephan von Krawczynski @ 2002-10-31 17:30 UTC (permalink / raw)
  To: linux-kernel


... and to have even more fun:
"ifconfig" coming with SuSE 8.1 produces broken output list if there is ethX
with X>9.
(just in case someone is listening ... ;-)
-- 
Regards,
Stephan

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: PROBLEM REPORT 2.4.20-rc1: sundance.c
  2002-10-31 16:38 PROBLEM REPORT 2.4.20-rc1: sundance.c Stephan von Krawczynski
  2002-10-31 17:30 ` PROBLEM REPORT 2.4.20-rc1: sundance.c (OT: userspace) Stephan von Krawczynski
@ 2002-10-31 21:04 ` Jeff Garzik
  2002-11-02 14:54   ` Stephan von Krawczynski
  1 sibling, 1 reply; 4+ messages in thread
From: Jeff Garzik @ 2002-10-31 21:04 UTC (permalink / raw)
  To: Stephan von Krawczynski; +Cc: linux-kernel

Stephan von Krawczynski wrote:

>Hello all,
>
>I'd like to point out that (at least) the network driver sundance.c has weird
>flaws when trying to use more than MAX_UNITS (8) cards at the same time. Since
>

Smileys nonwithstanding, you need to include far more information

Please define "weird flaws"... explicitly.

>this driver can be used for DFE-580TX 4 port network card it is really easy to
>get more than 8 ports :-)
>In fact the driver does check against MAX_UNITS, but does _not_ fail if you go
>through the roof. Instead you can expect really interesting ifconfig-outputs
>;-)
>IMHO it should check and fail. I wonder what other card drivers do in such a
>case ...
>  
>

Other card drivers handle this case just fine.  The expected behavior is 
that module options will only support up to MAX_UNITS of certain 
arguments, but beyond that nothing is affected at all.

    Jeff





^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: PROBLEM REPORT 2.4.20-rc1: sundance.c
  2002-10-31 21:04 ` PROBLEM REPORT 2.4.20-rc1: sundance.c Jeff Garzik
@ 2002-11-02 14:54   ` Stephan von Krawczynski
  0 siblings, 0 replies; 4+ messages in thread
From: Stephan von Krawczynski @ 2002-11-02 14:54 UTC (permalink / raw)
  To: Jeff Garzik; +Cc: linux-kernel

On Thu, 31 Oct 2002 16:04:10 -0500
Jeff Garzik <jgarzik@pobox.com> wrote:

> Stephan von Krawczynski wrote:
> 
> >Hello all,
> >
> >I'd like to point out that (at least) the network driver sundance.c has
> >weird flaws when trying to use more than MAX_UNITS (8) cards at the same
> >time. Since
> >
> 
> Smileys nonwithstanding, you need to include far more information
> 
> Please define "weird flaws"... explicitly.

I am experiencing dropped packets as sundance RX side when simple nfs copying
takes places. These are at a rate of about 1-2% of RX packets. I call it
"weird" because I cannot see a definitive problem location in the driver
source. fact stays one simple copy drops packets, something I never saw in the
same setup (same cabling, same mainboard) with tulip cards.
I know that this is a hell of a "bug-report", but I really want to point out
only a strange difference between tulip-setup and sundance-setup.
-- 
Regards,
Stephan

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2002-11-02 14:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-31 16:38 PROBLEM REPORT 2.4.20-rc1: sundance.c Stephan von Krawczynski
2002-10-31 17:30 ` PROBLEM REPORT 2.4.20-rc1: sundance.c (OT: userspace) Stephan von Krawczynski
2002-10-31 21:04 ` PROBLEM REPORT 2.4.20-rc1: sundance.c Jeff Garzik
2002-11-02 14:54   ` Stephan von Krawczynski

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 NNTP newsgroup(s).