I'm using ethernet function of MCB2300.I find all the
MCB2300's example program using interrupt mode,and the
function: static void interrupt_ethernet (void) __irq;
but i want using poll mode,how should i change the
file?
I want more simplicity and less performance,my system reaction time is speedy,and i have an integrated large memory buffer, polling mode is a good choice for me.
but if you start missing frames you can expect your system not to be that speed anymore as TCP's sliding window kicks in...I don't see the advantage or doing this by polling.