Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Jun 2009 15:03:58 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/net netisr.c netisr.h
Message-ID:  <200906011503.n51F3xE5091574@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906011503.n51F3xE5091574>