Forum Discussion
Altera_Forum
Honored Contributor
16 years agoMaximum ethernet speed available with NiosII + Linux
Hello, I plane to built a system with a niosII mmu and linux on an Cyclone III device. I will use an IP ethernet core with an dp83848 phy. I need to use ethernet TCP communication. What is t...
Altera_Forum
Honored Contributor
16 years ago --- Quote Start --- I'm thinking to use something like a DMA controler to improve the data rate, that's why I was asking about the best MAC ip core. --- Quote End --- AFAIK, all decent Ethernet iP-cores and the appropriate Linux drivers do use DMA. The performance is limited by the standard Linux IP-stack, that copies the frames several times. There are "zero-copy" stacks for Linux and for other OSes used by routers, but AFAIK, none is ported to NIOS, yet. -Michael