Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Jun 2009 00:19:25 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/net netisr.c
Message-ID:  <200906260019.n5Q0JmGw007490@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2009-06-26 00:19:25 UTC

  FreeBSD src repository

  Modified files:
    sys/net              netisr.c 
  Log:
  SVN rev 195019 on 2009-06-26 00:19:25Z by rwatson
  
  Convert netisr to use dynamic per-CPU storage (DPCPU) instead of sizing
  arrays to [MAXCPU], offering moderate memory savings.  In some places,
  this requires using CPU_ABSENT() to handle less common platforms with
  sparse CPU IDs.  In several places, assert that the selected CPUID for
  work placement or statistics is not CPU_ABSENT() to be on the safe side.
  
  Discussed with: bz, jeff
  
  Revision  Changes    Path
  1.29      +40 -21    src/sys/net/netisr.c



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