From owner-cvs-all Sun Jun 23 13:48:33 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B733C37B401; Sun, 23 Jun 2002 13:48:26 -0700 (PDT) Received: (from luigi@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5NKmQN17703; Sun, 23 Jun 2002 13:48:26 -0700 (PDT) (envelope-from luigi) Message-Id: <200206232048.g5NKmQN17703@freefall.freebsd.org> From: Luigi Rizzo Date: Sun, 23 Jun 2002 13:48:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_input.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG luigi 2002/06/23 13:48:26 PDT Modified files: sys/netinet ip_input.c Log: Move some global variables in more appropriate places. Add XXX comments to mark places which need to be taken care of if we want to remove this part of the kernel from Giant. Add a comment on a potential performance problem with ip_forward() Revision Changes Path 1.203 +28 -3 src/sys/netinet/ip_input.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message