Joonwoo Park | 2 Apr 2009 07:36
Picon

Re: Kernel and Intel Driver Versions and Click Patches

The PollDevice might help you to *evade* your problem.
But it looks like click has a bug which we have to fix.

Generally speaking.
PollDevice performs much better performance than FromDevice.
And it uses other mechanism compare to FromDevice.
In your case, as Roman pointed out, if you try to put PollDevice, even
if it does nothing except drops packets will change your router's
behavior.

BTW, I'm Joonwoo :-)

On Wed, Apr 1, 2009 at 10:24 PM, Tom Gibson <tom.gibson <at> ipvidnet.com> wrote:
> Ok, I'll give that a try tomorrow when I'm at the office.  I really
> appreciate the help from you and Johnwoo.  I never would have thought of
> having to include PollDevice().  I'll hopefully get around to trying
> Johnwoo's E1000e driver patch very soon.
>
> Do you know the reason why PollDevice is required?  Does it cause some FIFO
> / queue to fill up which then causes problems?  My setup may have been
> getting back tons of destination port unreachable packets which I hadn't
> thought about.
>
> -Tom
>
> On Wed, Apr 1, 2009 at 7:03 PM, Roman Chertov <rchertov <at> cs.ucsb.edu> wrote:
>>
>> Change your config to use PollDevice.  That should enable polling on the
>> interface.  (You have to do it this way, even if you don't care about
>> receiving packets)
(Continue reading)


Gmane