From owner-cvs-src@FreeBSD.ORG Thu Mar 22 10:37:53 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A680016A514; Thu, 22 Mar 2007 10:37:53 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 8037813C469; Thu, 22 Mar 2007 10:37:53 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l2MAbrHt027350; Thu, 22 Mar 2007 10:37:53 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l2MAbrII027349; Thu, 22 Mar 2007 10:37:53 GMT (envelope-from glebius) Message-Id: <200703221037.l2MAbrII027349@repoman.freebsd.org> From: Gleb Smirnoff Date: Thu, 22 Mar 2007 10:37:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet if_ether.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Mar 2007 10:37:53 -0000 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