public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* tulip question: tulip.o vs de4x5.o
@ 2004-11-23 17:28 Justin Piszcz
  2004-11-24  7:36 ` Jan-Benedict Glaw
  0 siblings, 1 reply; 5+ messages in thread
From: Justin Piszcz @ 2004-11-23 17:28 UTC (permalink / raw)
  To: linux-kernel

Which driver is recommended for a 4 port card?

Each driver works, I have not benchmarked performance with one over the 
other with ttcp yet; however, does anyone have any experience with using 
one over the other? I see the tulip has several options and the de4x5 
seems to be a rather generic driver.

<M>   DECchip Tulip (dc2114x) PCI support
[*]     New bus configuration (EXPERIMENTAL)
[*]     Use PCI shared mem for NIC registers 
[*]     Use NAPI RX polling 
[*]       Use Interrupt Mitigation

vs.

<M>   Generic DECchip & DIGITAL EtherWORKS PCI/EISA

-rw-r--r--  1 root root 55095 2004-11-23 08:37 de4x5.ko
-rw-r--r--  1 root root 53856 2004-11-23 08:37 tulip.ko


Any suggestions?

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

* Re: tulip question: tulip.o vs de4x5.o
  2004-11-23 17:28 tulip question: tulip.o vs de4x5.o Justin Piszcz
@ 2004-11-24  7:36 ` Jan-Benedict Glaw
  2004-11-24 19:22   ` Jeff Garzik
  0 siblings, 1 reply; 5+ messages in thread
From: Jan-Benedict Glaw @ 2004-11-24  7:36 UTC (permalink / raw)
  To: Justin Piszcz; +Cc: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 1106 bytes --]

On Tue, 2004-11-23 12:28:54 -0500, Justin Piszcz <jpiszcz@lucidpixels.com>
wrote in message <Pine.LNX.4.61.0411231216470.3740@p500>:
> Each driver works, I have not benchmarked performance with one over the 
> other with ttcp yet; however, does anyone have any experience with using 
> one over the other? I see the tulip has several options and the de4x5 
> seems to be a rather generic driver.

The de4x5 driver supports some older revisions of the tulip chipset
which aren't supported by the tulip driver. I guess it could be made to
support those, too, but nobody did that up to now.

You can actually see the difference on older Alphas: de4x5 works while
tulip doesn't transmit or receive a single packet (getting netdev
watchdogs later on...).

MfG, JBG

-- 
Jan-Benedict Glaw       jbglaw@lug-owl.de    . +49-172-7608481             _ O _
"Eine Freie Meinung in  einem Freien Kopf    | Gegen Zensur | Gegen Krieg  _ _ O
 fuer einen Freien Staat voll Freier Bürger" | im Internet! |   im Irak!   O O O
ret = do_actions((curr | FREE_SPEECH) & ~(NEW_COPYRIGHT_LAW | DRM | TCPA));

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: tulip question: tulip.o vs de4x5.o
  2004-11-24  7:36 ` Jan-Benedict Glaw
@ 2004-11-24 19:22   ` Jeff Garzik
  2004-11-24 19:51     ` Justin Piszcz
  2004-12-14 10:10     ` Lech Szychowski
  0 siblings, 2 replies; 5+ messages in thread
From: Jeff Garzik @ 2004-11-24 19:22 UTC (permalink / raw)
  To: Jan-Benedict Glaw; +Cc: Justin Piszcz, linux-kernel

Jan-Benedict Glaw wrote:
> On Tue, 2004-11-23 12:28:54 -0500, Justin Piszcz <jpiszcz@lucidpixels.com>
> wrote in message <Pine.LNX.4.61.0411231216470.3740@p500>:
> 
>>Each driver works, I have not benchmarked performance with one over the 
>>other with ttcp yet; however, does anyone have any experience with using 
>>one over the other? I see the tulip has several options and the de4x5 
>>seems to be a rather generic driver.
> 
> 
> The de4x5 driver supports some older revisions of the tulip chipset
> which aren't supported by the tulip driver. I guess it could be made to
> support those, too, but nobody did that up to now.

Incorrect, the older chips are supported by the de2104x driver.

de4x5 will be going away.


> You can actually see the difference on older Alphas: de4x5 works while
> tulip doesn't transmit or receive a single packet (getting netdev
> watchdogs later on...).

That's a bug in tulip.

	Jeff




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

* Re: tulip question: tulip.o vs de4x5.o
  2004-11-24 19:22   ` Jeff Garzik
@ 2004-11-24 19:51     ` Justin Piszcz
  2004-12-14 10:10     ` Lech Szychowski
  1 sibling, 0 replies; 5+ messages in thread
From: Justin Piszcz @ 2004-11-24 19:51 UTC (permalink / raw)
  To: Jeff Garzik; +Cc: Jan-Benedict Glaw, linux-kernel

Thanks for all the feedback, I am using the tulip driver, it seems to be 
working well.

On Wed, 24 Nov 2004, Jeff Garzik wrote:

> Jan-Benedict Glaw wrote:
>> On Tue, 2004-11-23 12:28:54 -0500, Justin Piszcz <jpiszcz@lucidpixels.com>
>> wrote in message <Pine.LNX.4.61.0411231216470.3740@p500>:
>> 
>>> Each driver works, I have not benchmarked performance with one over the 
>>> other with ttcp yet; however, does anyone have any experience with using 
>>> one over the other? I see the tulip has several options and the de4x5 
>>> seems to be a rather generic driver.
>> 
>> 
>> The de4x5 driver supports some older revisions of the tulip chipset
>> which aren't supported by the tulip driver. I guess it could be made to
>> support those, too, but nobody did that up to now.
>
> Incorrect, the older chips are supported by the de2104x driver.
>
> de4x5 will be going away.
>
>
>> You can actually see the difference on older Alphas: de4x5 works while
>> tulip doesn't transmit or receive a single packet (getting netdev
>> watchdogs later on...).
>
> That's a bug in tulip.
>
> 	Jeff
>
>
>

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

* Re: tulip question: tulip.o vs de4x5.o
  2004-11-24 19:22   ` Jeff Garzik
  2004-11-24 19:51     ` Justin Piszcz
@ 2004-12-14 10:10     ` Lech Szychowski
  1 sibling, 0 replies; 5+ messages in thread
From: Lech Szychowski @ 2004-12-14 10:10 UTC (permalink / raw)
  To: Jeff Garzik; +Cc: linux-kernel

> >You can actually see the difference on older Alphas: de4x5 works while
> >tulip doesn't transmit or receive a single packet (getting netdev
> >watchdogs later on...).
> 
> That's a bug in tulip.

Speaking of bugs in tulip: I am still unable to use tulip driver
from 2.4.28 on my x86 SMP box (Asus P2B-DS) with Adaptec AN-6944A/TX
network card. While de4x5 works fine, with tulip at least one of the
Ethernet interfaces is unable to send/receive packets. More details
available on request.

-- 
	Leszek.

-- lech7@pse.pl 2:480/33.7          -- REAL programmers use INTEGERS --
-- speaking just for myself...

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

end of thread, other threads:[~2004-12-14 10:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-23 17:28 tulip question: tulip.o vs de4x5.o Justin Piszcz
2004-11-24  7:36 ` Jan-Benedict Glaw
2004-11-24 19:22   ` Jeff Garzik
2004-11-24 19:51     ` Justin Piszcz
2004-12-14 10:10     ` Lech Szychowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox