lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] raw lwIP on uC, timer or Ethernet Interrupt?


From: Bill Auerbach
Subject: Re: [lwip-users] raw lwIP on uC, timer or Ethernet Interrupt?
Date: Mon, 14 May 2012 09:45:47 -0400

>BTW - it sounds like you are polling the ethernet input.  I personally
>dislike polling when an interrupt is available.  But you cannot rely on
>the timing of packets arriving.

However, depending on the processor, at GBpbs speeds the packet interrupt
overhead becomes significant over polling.  This might be why some
processors (e.g. the PowerPC PowerQUICC) have the option to interrupt after
N number of packets or M microseconds since last packet.  

Bill





reply via email to

[Prev in Thread] Current Thread [Next in Thread]