Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Oct 2012 17:05:49 -0400
From:      John Baldwin <jhb@freebsd.org>
To:        src-committers@freebsd.org
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org
Subject:   Re: svn commit: r241198 - head/usr.sbin/acpi/acpidump
Message-ID:  <201210041705.49131.jhb@freebsd.org>
In-Reply-To: <201210042000.q94K0W7b015664@svn.freebsd.org>
References:  <201210042000.q94K0W7b015664@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thursday, October 04, 2012 4:00:32 pm John Baldwin wrote:
> Author: jhb
> Date: Thu Oct  4 20:00:32 2012
> New Revision: 241198
> URL: http://svn.freebsd.org/changeset/base/241198
> 
> Log:
>   Display the matrix of inter-domain distances in the SLIT table.  This is
>   used to complement the SRAT table on NUMA machines.

A very simplistic example from a dual-socket Sandy-Bridge EP (I don't have a 
quad-socket box handy):

/*
  SLIT: Length=48, Revision=1, Checksum=228,
        OEMID=A M I, OEM Table ID=AMI SLIT, OEM Revision=0x0,
        Creator ID=AMI., Creator Revision=0x0
        Locality Count=2

                 0   1
             +--------
           0 |  10  21
           1 |  21  10
 */

-- 
John Baldwin



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