From owner-cvs-all@FreeBSD.ORG Thu Dec 30 17:54:54 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6363D16A4CE; Thu, 30 Dec 2004 17:54:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1AB6F43D41; Thu, 30 Dec 2004 17:54:54 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBUHsrFn031412; Thu, 30 Dec 2004 17:54:53 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBUHsr8o031411; Thu, 30 Dec 2004 17:54:53 GMT (envelope-from rwatson) Message-Id: <200412301754.iBUHsr8o031411@repoman.freebsd.org> From: Robert Watson Date: Thu, 30 Dec 2004 17:54:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netipx ipx_input.c ipx_pcb.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 17:54:54 -0000 rwatson 2004-12-30 17:54:53 UTC FreeBSD src repository Modified files: sys/netipx ipx_input.c ipx_pcb.c Log: Use a global variable, ipxpcb_lport_cache, to cache the most recently used IPX port number, rather than using the global ipxpcb list head. Revision Changes Path 1.37 +1 -0 src/sys/netipx/ipx_input.c 1.32 +5 -5 src/sys/netipx/ipx_pcb.c