Date: Thu, 22 Mar 2007 10:37:53 +0000 (UTC) From: Gleb Smirnoff <glebius@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet if_ether.c Message-ID: <200703221037.l2MAbrII027349@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
glebius 2007-03-22 10:37:53 UTC FreeBSD src repository Modified files: sys/netinet if_ether.c Log: Remove global list of all llinfo_arp entries and use a callout per instance expiry of the ARP entries. Since we no longer abuse the IPv4 radix head lock, we can now enter arp_rtrequest() with a lock held on an arbitrary rt_entry. Reviewed by: bms Revision Changes Path 1.160 +23 -50 src/sys/netinet/if_ether.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200703221037.l2MAbrII027349>