Source-Changes-D archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/sys/netinet
On May 3, 2011, at 9:00 AM, David Young wrote:
> Module Name: src
> Committed By: dyoung
> Date: Tue May 3 16:00:30 UTC 2011
>
> Modified Files:
> src/sys/netinet: if_arp.c
>
> Log Message:
> arp_drain() may be called with locks held, so instead of doing any work
> in arp_drain(), set a drain-needed flag. Do the work in the fasttimo
> handler.
>
> Contributed by Coyote Point Systems, Inc.
Probably better to use a softintr to do this.
Home |
Main Index |
Thread Index |
Old Index