Forum Discussion
Altera_Forum
Honored Contributor
16 years agoThe iniche stack does provide a zero copy interface.
We DMA from and adc data directly into a zero copy buffer and DMA straight out. We also use a HDL checksum component. The final improvement for us would be to do the checksum as the data is DMA'd to the TSE. It would be nice if this was an option in the TSE controller when its in store and forward mode (I'm not aware that it is). We get away with the processor having to do very little in the way of accessing the tcp packets.