From owner-cvs-src-old@FreeBSD.ORG Mon Jun 1 15:03:59 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C1B06106564A for ; Mon, 1 Jun 2009 15:03:59 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AEE0F8FC16 for ; Mon, 1 Jun 2009 15:03:59 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n51F3xGU091575 for ; Mon, 1 Jun 2009 15:03:59 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n51F3xE5091574 for cvs-src-old@freebsd.org; Mon, 1 Jun 2009 15:03:59 GMT (envelope-from rwatson@repoman.freebsd.org) Message-Id: <200906011503.n51F3xE5091574@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rwatson@repoman.freebsd.org using -f From: Robert Watson Date: Mon, 1 Jun 2009 15:03:58 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net netisr.c netisr.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Jun 2009 15:04:00 -0000 rwatson 2009-06-01 15:03:58 UTC FreeBSD src repository Modified files: sys/net netisr.c netisr.h Log: SVN rev 193230 on 2009-06-01 15:03:58Z by rwatson Garbage collect NETISR_POLL and NETISR_POLLMORE, which are no longer required for options DEVICE_POLLING. De-fragment the NETISR_ constant space and lower NETISR_MAXPROT from 32 to 16 -- when sizing queue arrays using this compile-time constant, significant amounts of memory are saved. Warn on the console when tunable values for netisr are automatically adjusted during boot due to exceeding limits, invalid values, or as a result of DEVICE_POLLING. Revision Changes Path 1.26 +17 -6 src/sys/net/netisr.c 1.41 +11 -13 src/sys/net/netisr.h