Forum Discussion
Altera_Forum
Honored Contributor
14 years agoHi, kaushal
I have checked the code and the buffer size definition seems to be all right. You can print out in function "pk_init" to make sure size of "bigfreeq" is 600 and size of "litfreeq" is 300. That can be checked by "bigfreeq.q_len". You also need to check that the udp bandwidth is not too high. The tcp/ip stack can only receive udp bandwidth less than 2Mbps (that's a figure evaluated by me, not an authoritative figure) in the fuction pk_free [pktalloc.c], comment the code: //e = pk_validate(pkt); It will reduce the performance. Good luck!