Linux MIPS Architecture development
 help / color / mirror / Atom feed
* Gigabit Ethernet
@ 2005-03-22 16:56 Gilad Rom
  2005-03-22 21:04 ` Dan Malek
  0 siblings, 1 reply; 4+ messages in thread
From: Gilad Rom @ 2005-03-22 16:56 UTC (permalink / raw)
  To: 'linux-mips@linux-mips.org'

Hello List,

Has anyone ever tried using a Gigabit PCI
adapter with one of the Au1x00 boards? Any success?

Thanks,
Gilad.

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

* Re: Gigabit Ethernet
  2005-03-22 16:56 Gigabit Ethernet Gilad Rom
@ 2005-03-22 21:04 ` Dan Malek
  2005-04-06 11:01   ` Bogdan Vacaliuc
  0 siblings, 1 reply; 4+ messages in thread
From: Dan Malek @ 2005-03-22 21:04 UTC (permalink / raw)
  To: Gilad Rom; +Cc: 'linux-mips@linux-mips.org'


On Mar 22, 2005, at 11:56 AM, Gilad Rom wrote:

> Has anyone ever tried using a Gigabit PCI
> adapter with one of the Au1x00 boards? Any success?

Just remember that the Au1x00 boards are 32-bit , 33 MHz,
3.3V PCI, so choose your boards accordingly.  Please don't
expect the Au1x00 to run the TCP/IP stack anywhere
near Gigabit speeds ..... :-)  Read the networking
mailing lists for the actual performance of various
systems at these network speeds.

Thanks.

	-- Dan

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

* RE: Gigabit Ethernet
  2005-03-22 21:04 ` Dan Malek
@ 2005-04-06 11:01   ` Bogdan Vacaliuc
  2005-04-06 11:01     ` Bogdan Vacaliuc
  0 siblings, 1 reply; 4+ messages in thread
From: Bogdan Vacaliuc @ 2005-04-06 11:01 UTC (permalink / raw)
  To: 'Dan Malek', 'Gilad Rom'; +Cc: linux-mips

On Tuesday, March 22, 2005 4:04 PM, Dan Malek wrote:

> On Mar 22, 2005, at 11:56 AM, Gilad Rom wrote:
> 
>> Has anyone ever tried using a Gigabit PCI
>> adapter with one of the Au1x00 boards? Any success?
> 
> Just remember that the Au1x00 boards are 32-bit , 33 MHz,
> 3.3V PCI, so choose your boards accordingly.  Please don't expect the
> Au1x00 to run the TCP/IP stack anywhere near Gigabit speeds ..... :-)

We have researching this topic for a little while, particularly from the FPGA standpoint.  Although not specific to MIPS, I offer a
few links which discuss the considerations for successfully sustaining gigabit ethernet transport.

The "Gigabit System Reference Design", pg. 49 offers some benchmarks obtained using MontaVista Linux on a PowerPC 405.  Key
takeaways are that the data payload must not be handled by the stack (DMA direct from framebuffer/fifo/sdram) and must use jumbo
(5000,9000) ethernet frames.

Best Regards,

-bogdan

---

EE Times, "Altera Demonstrates FPGA for video-over-IP", March 2005,
http://www.embedded.com/showArticle.jhtml?articleID=159903648 

Altera, "Video Over IP Reference Design", March 2005,
http://www.altera.com/solutions/refdesigns/sys-sol/broadcast/ref-video.html

Xilinx, "Gigabit System Reference Design", June 2004,
http://direct.xilinx.com/bvdocs/appnotes/xapp536.pdf 

Xilinx, "Considerations for High-Bandwidth TCP/IP PowerPC Applications", XCell Journal pg.14-16, Winter 2004,
http://www.xilinx.com/publications/xcellonline/xcell_51/xc_pdf/xc_xcell51.pdf 

Marco Riccioli, Xilinx "Getting the most TCP/IP from your Embedded Processor", Embedded World 2005,
http://www.treck.com/xilinx.pdf

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

* RE: Gigabit Ethernet
  2005-04-06 11:01   ` Bogdan Vacaliuc
@ 2005-04-06 11:01     ` Bogdan Vacaliuc
  0 siblings, 0 replies; 4+ messages in thread
From: Bogdan Vacaliuc @ 2005-04-06 11:01 UTC (permalink / raw)
  To: 'Dan Malek', 'Gilad Rom'; +Cc: linux-mips

On Tuesday, March 22, 2005 4:04 PM, Dan Malek wrote:

> On Mar 22, 2005, at 11:56 AM, Gilad Rom wrote:
> 
>> Has anyone ever tried using a Gigabit PCI
>> adapter with one of the Au1x00 boards? Any success?
> 
> Just remember that the Au1x00 boards are 32-bit , 33 MHz,
> 3.3V PCI, so choose your boards accordingly.  Please don't expect the
> Au1x00 to run the TCP/IP stack anywhere near Gigabit speeds ..... :-)

We have researching this topic for a little while, particularly from the FPGA standpoint.  Although not specific to MIPS, I offer a
few links which discuss the considerations for successfully sustaining gigabit ethernet transport.

The "Gigabit System Reference Design", pg. 49 offers some benchmarks obtained using MontaVista Linux on a PowerPC 405.  Key
takeaways are that the data payload must not be handled by the stack (DMA direct from framebuffer/fifo/sdram) and must use jumbo
(5000,9000) ethernet frames.

Best Regards,

-bogdan

---

EE Times, "Altera Demonstrates FPGA for video-over-IP", March 2005,
http://www.embedded.com/showArticle.jhtml?articleID=159903648 

Altera, "Video Over IP Reference Design", March 2005,
http://www.altera.com/solutions/refdesigns/sys-sol/broadcast/ref-video.html

Xilinx, "Gigabit System Reference Design", June 2004,
http://direct.xilinx.com/bvdocs/appnotes/xapp536.pdf 

Xilinx, "Considerations for High-Bandwidth TCP/IP PowerPC Applications", XCell Journal pg.14-16, Winter 2004,
http://www.xilinx.com/publications/xcellonline/xcell_51/xc_pdf/xc_xcell51.pdf 

Marco Riccioli, Xilinx "Getting the most TCP/IP from your Embedded Processor", Embedded World 2005,
http://www.treck.com/xilinx.pdf

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

end of thread, other threads:[~2005-04-06 11:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-22 16:56 Gigabit Ethernet Gilad Rom
2005-03-22 21:04 ` Dan Malek
2005-04-06 11:01   ` Bogdan Vacaliuc
2005-04-06 11:01     ` Bogdan Vacaliuc

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