Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 May 2011 13:51:57 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/netinet in_pcb.h
Message-ID:  <201105231352.p4NDq8ax012893@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2011-05-23 13:51:57 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          in_pcb.h 
  Log:
  SVN rev 222213 on 2011-05-23 13:51:57Z by rwatson
  
  A number of quite incremental refinements to struct inpcbinfo's definition:
  
  (1) Add a locking guide for inpcbinfo.
  (2) Annotate inpcbinfo fields with synchronisation information; not all
      annotations are 100% satisfactory.
  (3) Reorder inpcbinfo fields so that the lock is at the head of the
      structure, and close to fields it protects.
  (4) Sort fields that will eventually be hashlock/pcbgroup-related together
      even though they remain locked by ipi_lock for now.
  
  Reviewed by:    bz
  Sponsored by:   Juniper Networks
  X-MFC after:    KBI analysis required
  
  Revision  Changes    Path
  1.147     +41 -20    src/sys/netinet/in_pcb.h



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