Forum Discussion
Altera_Forum
Honored Contributor
14 years agoPutting the stack on an on-chip memory will help. Did you remember to compile with optimisations? Going from -O0 to -O2 is what gave me the highest speed boost.
With so small packets you won't get a very high performance unfortunately, because what takes time is the header processing and not the data transfer by itself. Do you have any way of combining data from several packets into bigger ones? This will give you a big speed boost too.