* Re: [patch 3/2] m68k: Atari EtherNAT - add writew_be for data push
[not found] ` <alpine.DEB.1.00.0809042347400.3429@zirkon.biophys.uni-duesseldorf.de>
@ 2008-10-14 19:47 ` Geert Uytterhoeven
2008-10-16 3:32 ` Michael Schmitz
0 siblings, 1 reply; 4+ messages in thread
From: Geert Uytterhoeven @ 2008-10-14 19:47 UTC (permalink / raw)
To: Michael Schmitz; +Cc: linux-m68k, debian-68k
Hi Michael,
On Thu, 4 Sep 2008, Michael Schmitz wrote:
> as you've probably noticed, my previous EtherNAT patch does not compile
> without this one being applied as well.
>
> Comments welcome (is there anyone on this list with access to an EtherNAT
> card,
> besides cts and myself?).
>
> Regarding performance afforded by having a 100 Mbit PHY instead of a 10 Mbit
> one:
>
> EtherNAT: 210 KB/s out, 140 KB/s in (scp of a 35 MB vmlinux file)
> EtherNEC: 175 KB/s out, 128 KB/s in (same file)
>
> Hardly worth it, eh?
That's slower than my Ariadne?
BTW, do you have a patch for this?
| drivers/net/atari_91C111.c:2317: error: 'struct smc91x_platdata' has no member named 'irq_flags'
| drivers/net/atari_91C111.c:2361: error: 'struct smc91x_platdata' has no member named 'irq_flags'
| drivers/net/atari_91C111.c:2371: error: 'struct smc91x_platdata' has no member named 'irq_flags'
| drivers/net/atari_91C111.c:2411: error: 'struct smc91x_platdata' has no member named 'irq_flags'
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [patch 3/2] m68k: Atari EtherNAT - add writew_be for data push
2008-10-14 19:47 ` [patch 3/2] m68k: Atari EtherNAT - add writew_be for data push Geert Uytterhoeven
@ 2008-10-16 3:32 ` Michael Schmitz
0 siblings, 0 replies; 4+ messages in thread
From: Michael Schmitz @ 2008-10-16 3:32 UTC (permalink / raw)
To: Geert Uytterhoeven; +Cc: linux-m68k, debian-68k
Hi Geert,
>> Regarding performance afforded by having a 100 Mbit PHY instead of a 10 Mbit
>> one:
>>
>> EtherNAT: 210 KB/s out, 140 KB/s in (scp of a 35 MB vmlinux file)
>> EtherNEC: 175 KB/s out, 128 KB/s in (same file)
>>
>> Hardly worth it, eh?
>
> That's slower than my Ariadne?
Still no interrupts.
> BTW, do you have a patch for this?
>
> | drivers/net/atari_91C111.c:2317: error: 'struct smc91x_platdata' has no member named 'irq_flags'
> | drivers/net/atari_91C111.c:2361: error: 'struct smc91x_platdata' has no member named 'irq_flags'
> | drivers/net/atari_91C111.c:2371: error: 'struct smc91x_platdata' has no member named 'irq_flags'
> | drivers/net/atari_91C111.c:2411: error: 'struct smc91x_platdata' has no member named 'irq_flags'
Not yet - I was working on that when I went into headless-chicken mode at work a
few weeks back. I'll resync my kernel tree and restart.
There's been extensive changes to the parent driver that make me feel it's
better to start from scratch anyway. I'll think about that (the need to set up
the timer D and the interrupt wrapper thing is about the only thing I can
imagine that would be problematic there).
Don't hold your breath just yet :')
Michael
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [patch 3/2] m68k: Atari EtherNAT - add writew_be for data push
[not found] ` <alpine.DEB.1.00.0810302112230.572@zirkon.biophys.uni-duesseldorf.de>
@ 2008-11-03 21:28 ` Geert Uytterhoeven
2008-11-04 7:14 ` Michael Schmitz
0 siblings, 1 reply; 4+ messages in thread
From: Geert Uytterhoeven @ 2008-11-03 21:28 UTC (permalink / raw)
To: Michael Schmitz
Cc: Frank P. Szymanski, Debian GNU/Linux m68k, smarenka, Linux/m68k
On Fri, 31 Oct 2008, Michael Schmitz wrote:
> > > > Looking at the SCSI driver in 2.6.26, it's no surprise - the error handling
> > > > update that I did for 2.6.18 is not included in Geert's current 2.6 patch
> > > > series. Looks like I botched the patch submission way back when.
> > >
> > > It's a pity. You put so much work in it but none of your patches
> > > (EtherNEC, EtherNAT or SCSI) got it into a current kernel.
> > >
> > > Is there a reason why?
> >
> > When Michael thinks they're ready, he can submit them to netdev or linux-scsi
> > ;-)
>
> I'm happy for them to live in linux-m68k :-)
>
> EtherNEC and EtherNAT are 'ready' in the sense they are working reliably. They
> are by no means 'ready in the sense that mainline kernel maintainers would be
> happy to take my patches.
Or should we get them into linux-staging?
http://kerneltrap.org/Linux/Introducing_the_Linux_Staging_Tree
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [patch 3/2] m68k: Atari EtherNAT - add writew_be for data push
2008-11-03 21:28 ` Geert Uytterhoeven
@ 2008-11-04 7:14 ` Michael Schmitz
0 siblings, 0 replies; 4+ messages in thread
From: Michael Schmitz @ 2008-11-04 7:14 UTC (permalink / raw)
To: Geert Uytterhoeven
Cc: Frank P. Szymanski, Debian GNU/Linux m68k, smarenka, Linux/m68k
Hi Geert,
> > > When Michael thinks they're ready, he can submit them to netdev or linux-scsi
> > > ;-)
> >
> > I'm happy for them to live in linux-m68k :-)
> >
> > EtherNEC and EtherNAT are 'ready' in the sense they are working reliably. They
> > are by no means 'ready in the sense that mainline kernel maintainers would be
> > happy to take my patches.
>
> Or should we get them into linux-staging?
>
> http://kerneltrap.org/Linux/Introducing_the_Linux_Staging_Tree
That would be an option - I'd first like to rewrite EtherNEC to use a platform
device for init, though.
SCSI will be a different matter though. Not a new driver :-)
Michael
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2008-11-04 7:14 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20080903071542.615137611@mail.of.borg>
[not found] ` <20080903071741.424551678@mail.of.borg>
[not found] ` <20080903073629.GD4104@cs181140183.pp.htv.fi>
[not found] ` <Pine.LNX.4.64.0809032114590.23421@anakin>
[not found] ` <alpine.DEB.1.00.0809042347400.3429@zirkon.biophys.uni-duesseldorf.de>
2008-10-14 19:47 ` [patch 3/2] m68k: Atari EtherNAT - add writew_be for data push Geert Uytterhoeven
2008-10-16 3:32 ` Michael Schmitz
[not found] ` <48E3B617.4050904@freenet.de>
[not found] ` <alpine.DEB.1.00.0810021020150.1527@zirkon.biophys.uni-duesseldorf.de>
[not found] ` <48E7A5D6.3020903@freenet.de>
[not found] ` <alpine.DEB.1.00.0810050511390.32397@zirkon.biophys.uni-duesseldorf.de>
[not found] ` <48EB266E.3070708@freenet.de>
[not found] ` <48ECE5DA.2090302@freenet.de>
[not found] ` <alpine.DEB.1.00.0810090428170.19738@zirkon.biophys.uni-duesseldorf.de>
[not found] ` <48EF9ECE.40505@freenet.de>
[not found] ` <alpine.DEB.1.00.0810110330110.10175@zirkon.biophys.uni-duesseldorf.de>
[not found] ` <48F0ECC9.6050902@freenet.de>
[not found] ` <alpine.DEB.1.00.0810122141540.26363@zirkon.biophys.uni-duesseldorf.de>
[not found] ` <48F679D1.60709@freenet.de>
[not found] ` <alpine.DEB.1.00.0810281959240.8885@zirkon.biophys.uni-duesseldorf.de>
[not found] ` <49085A7A.3030006@freenet.de>
[not found] ` <alpine.DEB.1.00.0810292124320.22819@zirkon.biophys.uni-duesseldorf.de>
[not found] ` <4909C12C.4020009@freenet.de>
[not found] ` <Pine.LNX.4.64.0810301800270.30686@anakin>
[not found] ` <alpine.DEB.1.00.0810302112230.572@zirkon.biophys.uni-duesseldorf.de>
2008-11-03 21:28 ` Geert Uytterhoeven
2008-11-04 7:14 ` Michael Schmitz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox