From Govinda.Tatti@oracle.com Wed Jun  2 11:53:13 2010
Received: from newsunmail1brm.central.sun.com (newsunmail1brm.Central.Sun.COM [129.147.62.245])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id o52IrCS3013935
	for <psarc-ext@sac.sfbay.sun.com>; Wed, 2 Jun 2010 11:53:13 -0700 (PDT)
Received: from brm-avmta-1.central.sun.com (brm-avmta-1.Central.Sun.COM [129.147.4.11])
	by newsunmail1brm.central.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.4) with ESMTP id o52Ir86p028142;
	Wed, 2 Jun 2010 12:53:12 -0600 (MDT)
Received: from pmxchannel-daemon.brm-avmta-1.central.sun.com by
 brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0L3E0050PHSN0T00@brm-avmta-1.central.sun.com>; Wed,
 02 Jun 2010 12:53:11 -0600 (MDT)
Received: from brmea-mail-4.sun.com ([192.18.98.36])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0L3E001VBHSLSH10@brm-avmta-1.central.sun.com>; Wed,
 02 Jun 2010 12:53:09 -0600 (MDT)
Received: from rcsinet15.oracle.com (rcsinet15.oracle.com [148.87.113.117])
	by brmea-mail-4.sun.com (8.13.6+Sun/8.12.9) with ESMTP id o52Ir8KK029153; Wed,
 02 Jun 2010 18:53:08 +0000 (GMT)
Received: from acsmt354.oracle.com (acsmt354.oracle.com [141.146.40.154])
	by rcsinet15.oracle.com (Switch-3.4.2/Switch-3.4.1)
 with ESMTP id o51NcABb004081; Wed, 02 Jun 2010 18:53:07 +0000 (GMT)
Received: from abhmt004.oracle.com by acsmt355.oracle.com	with ESMTP id
 317045831275504760; Wed, 02 Jun 2010 11:52:40 -0700
Received: from [129.146.96.124] (/129.146.96.124)
	by default (Oracle Beehive Gateway v4.0)	with ESMTP ; Wed,
 02 Jun 2010 11:52:40 -0700
Date: Wed, 02 Jun 2010 11:54:25 -0700
From: Govinda Tatti <Govinda.Tatti@oracle.com>
Subject: PCITool Output Improvement [PSARC/2010/201 FastTrack timeout
 06/09/2010]
To: PSARC-ext@sun.com
Cc: pci-core@sun.com, apic-dev@sun.com
Message-id: <4C06A8E1.3080106@Oracle.COM>
MIME-version: 1.0
Content-type: text/plain; charset=ISO-8859-1; format=flowed
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
X-Source-IP: acsmt354.oracle.com [141.146.40.154]
X-Auth-Type: Internal IP
X-CT-RefId: str=0001.0A090206.4C06A894.00AD:SCFMA4539814,ss=1,fgs=0
User-Agent: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.9.1.9) Gecko/20100318
 Lightning/1.0b1 Thunderbird/3.0.4
Status: RO
Content-Length: 6998


I'm sponsoring the following fast track for Andy Sang. The timer is
set to expire on 06/09/2010.

The fast-track and man page documents are located in the case directory
under "materials/"

     - Govinda

Template Version: @(#)sac_nextcase 1.70 03/30/10 SMI
This information is Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
1. Introduction
     1.1. Project/Component Working Name:
	 PCITool Output Improvement
     1.2. Name of Document Author/Supplier:
	 Author:  Andy Sang
     1.3  Date of This Document:
	02 June, 2010
4. Technical Description
    4.1 Project Summary

    PCITool is a low-level tool which provides a facility for getting and
    setting interrupt routing information. It is first introduced by
    PSARC/2005/232 and then made public by PSARC/2009/215. It's enhanced
    to support retargeting MSI/X interrupts by PSARC/2009/340 and improved
    to support multi-CPU x86 system by PSARC/2009/665.

    Currently PCITool output doesn't provide enough interrupt information
    to the customer. To improve PCITool more efficient and friendly, this
    project will define the changes to PCITool to retrieve more interrupt
    information from kernel, and also will propose some output changes.

    These changes are expected to be backported to S10 after the changes
    of PSARC/2009/340 and PSARC/2009/665 are backported, so micro/patch
    binding is requested.

    4.2 PCITool syntax changes

    Current syntax:
     	pcitool pci@<unit-address>  -i<cpu#,ino#>  | all
     	[ -r [ -c ] | -w<cpu#>  [ -g ] ] [ -v ] [ -q ]

     	pcitool pci@<unit-address>  -m<cpu#,msi#>  | all
     	[ -r [ -c ] | -w<cpu#>  [ -g ] ] [ -v ] [ -q ]

    Proposed syntax:
	pcitool pci@<unit-address>  -i<cpu#, ino#>  |
         [ all [ -s cpu | driver ][ -h | -d ] ]
         [ -r [ -c ] | -w<cpu#>  [ -g ] ] [ -v ] [ -q ]
     	
	pcitool pci@<unit-address>  -m<cpu#, msi#>  |
         [ all [ -s cpu | driver ][ -h | -d ] ]
         [ -r [ -c ] | -w<cpu#>  [ -g ] ] [ -v ] [ -q ]

    4.3 PCITool feature changes

    - A new function to make the "all" in "-i all" optional.
    - A new option, "-s cpu | driver" to sort by cpu or driver name.
    - A new option switch, "-d" and "-h" control displaying all numbers
      in decimal or hexadecimal. No "0x" prefix is used in the output
      when the -h option is used. The numbers are by default display in
      decimal.

    4.4 PCITool output changes

    This project adds some fields to improve the PCITool output, include:
    IRQ/MSG, Type, PIL, APIC/Mondo, Share, inum.

    In the output, the Driver field displays driver information for the
    interrupts from the real device as below, while it displays ISR name.
        drivername # instance number [inum]

    Current output:

    Show all interrupt information on /pci@0,0

       # pcitool /pci@0,0 -i all
       0x0,0x21: pcieb     3    /pci@0,0/pci8086,3607@4
       0x0,0x22: mpt       0    /pci@0,0/pci8086,3607@4/pci1000,3150@0
       0x0,0x24: asy       0    /pci@0,0/isa@1f/asy@1,3f8

    Proposed output:

    Show all interrupt information on /pci@0,0

       # pcitool /pci@0,0 -i
       CPU  Vect IRQ  Type   PIL  APIC/INT#  Share Driver            Path
       0    32   9    FIXED  9    -          1     acpi_sci_vect     -
       0    33   -    MSI    7    -          1     pcieb#3[0]        /pci@0,0/pci8086,3607@4
       0    34   -    MSI    5    -          1     mpt#0[0]          /pci@0,0/pci8086,3607@4/pci1000,3150@0
       0    35   -    MSI    5    -          1     mpt#0[1]          /pci@0,0/pci8086,3607@4/pci1000,3150@0
       0    36   4    FIXED  12   1/12       1     asy#1[0]          /pci@0,0/isa@1f/asy@1,3f8

    Show all interrupt information on /pci@0,0, sort by driver name,
    display numbers in hexadecimal

       # pcitool /pci@0,0 -i all -s driver -h
       CPU  Vect IRQ  Type    PIL  APIC/INT#  Share  Driver            Path
       0    20   9    FIXED   9    -          1      acpi_sci_vect     -
       0    24   4    FIXED   c    1/c        1      asy#1[0]          /pci@0,0/isa@1f/asy@1,3f8
       0    22   -    MSI     5    -          1      mpt#0[0]          /pci@0,0/pci8086,3607@4/pci1000,3150@0
       0    23   -    MSI     5    -          1      mpt#0[1]          /pci@0,0/pci8086,3607@4/pci1000,3150@0
       0    21   -    MSI     7    -          1      pcieb#3[0]        /pci@0,0/pci8086,3607@4

    Note that the header is different on between x86 platforms and sparc
    platforms since the some item meaning is different. The detail is
    that "Vector" vs "INO", "IRQ" vs "MSG"  and  "APIC/INT#"  vs "Mondo"
    as below example:

    Show all interrupt information on /pci@400 on sparc platform

       # pcitool /pci@400 -i all
       CPU  INO  MSG  Type    PIL  Mondo   Share   Driver            Path
       81   21   -    Fixed   9    1045    1       ohci#0[0]         /pci@400/pci@0/pci@1/pci@0/usb@0
       44   25   254  MSI-X   6    1049    1       nxge#0[0]         /pci@500/pci@0/pci@8/network@0
       75   56   48   PCIe    9    1110    1       px#1[0]           /pci@500

    4.5 Data structure changes

    pcitool_intr_get_t

    This is the argument data structure for PCITOOL_DEVICE_GET_INTR ioctl,
    which retrieve a given interrupt information.

    This project adds some new fields to get more information, including
    IRQ/MSG, Type, PIL, APIC/Mondo, Share, inum, State, Bus, Triger.

    4.6 Bug/RFE Number(s)

    The changes described in this case will be done as a follow on work to the
    following RFE:

    CR 6669984 Solaris x86 need to provide large number of interrupt vectors

    4.7 Interfaces

    Imported Interfaces

    Interface			Stability	Comments
    ----------------------------+---------------+--------------------------
    pcitool                     Project	        Some syntax changes. Added
                                Private          Some new fields (IRQ/MSG,
						Type,PIL,APIC/Mondo,Share,
						inum) changed output format
    PCITOOL_DEVICE_GET_INTR     Consolidation    Ioctl to retrieve more intr
                                Private	        information
    pcitool_intr_get_t          Consolidation    PCITOOL_DEVICE_GET_INTR arg
                                Private          data structure
    -----------------------------------------------------------------------

    4.8 References

    [1]  PCITool and its nexus ioctl support - PSARC/2005/232
	http://sac.sfbay.sun.com/PSARC/2005/232

    [2]  PCITool Public Interrupts - PSARC/2009/215
	http://sac.sfbay.sun.com/PSARC/2009/215

    [3]  Interrupt Affinity Interfaces and PCITool Enhancements - PSARC/2009/340
	http://sac.sfbay.sun.com/PSARC/2009/340

    [4]  PCITool Extensions - PSARC/2009/665
	http://sac.sfbay.sun.com/PSARC/2009/665

6. Resources and Schedule
     6.4. Steering Committee requested information
    	6.4.1. Consolidation C-team Name:
		ON
     6.5. ARC review type: FastTrack
     6.6. ARC Exposure: open


From garrett@damore.org Wed Jun  2 16:02:20 2010
Received: from sunmail3mpk.sfbay.sun.com (sunmail3mpk.SFBay.Sun.COM [129.146.11.52])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id o52N2KEH022273
	for <psarc-ext@sac.sfbay.sun.com>; Wed, 2 Jun 2010 16:02:20 -0700 (PDT)
Received: from brm-avmta-1.central.sun.com (brm-avmta-1.Central.Sun.COM [129.147.4.11])
	by sunmail3mpk.sfbay.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.4) with ESMTP id o52N2JUj014936
	for <@sunmail2sca.sfbay.sun.com:PSARC-ext@sun.com>; Wed, 2 Jun 2010 16:02:19 -0700 (PDT)
Received: from pmxchannel-daemon.brm-avmta-1.central.sun.com by
 brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0L3E00305TBVPC00@brm-avmta-1.central.sun.com> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@sun.com); Wed, 02 Jun 2010 17:02:19 -0600 (MDT)
Received: from brmea-mail-1.sun.com ([192.18.98.31])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0L3E001ZLTBVSPC0@brm-avmta-1.central.sun.com> for
 PSARC-ext@sun.com (ORCPT PSARC-ext@sun.com); Wed,
 02 Jun 2010 17:02:19 -0600 (MDT)
Received: from relay42i.sun.com ([192.5.209.72])
	by brmea-mail-1.sun.com (8.13.6+Sun/8.12.9) with ESMTP id o52MnosH013329	for
 <PSARC-ext@sun.com>; Wed, 02 Jun 2010 23:02:18 +0000 (GMT)
Received: from mms48es.mms.us.syntegra.com ([160.41.221.230] [160.41.221.230])
 by relay42i.sun.com with ESMTP id BT-MMP-24486 for PSARC-ext@sun.com; Wed,
 02 Jun 2010 23:02:17 +0000 (Z)
Received: from relay42i.sun.com (relay42i.sun.com [192.5.209.72])
 by mms48es.mms.us.syntegra.com with ESMTP id BT-MMP-187534337 for
 PSARC-ext@sun.com; Wed, 02 Jun 2010 23:02:17 +0000 (Z)
Received: from outbound-mail-360.bluehost.com ([67.222.39.60] [67.222.39.60])
 by relay4i.sun.com id BT-MMP-1105266 for PSARC-ext@sun.com; Wed,
 02 Jun 2010 23:02:17 +0000 (Z)
Received: (qmail 19067 invoked by uid 0); Wed, 02 Jun 2010 23:02:16 +0000
Received: from unknown (HELO box374.bluehost.com) (69.89.31.174)
 by oproxy2.bluehost.com with SMTP; Wed, 02 Jun 2010 23:02:16 +0000
Received: from [216.129.112.21] (helo=[10.1.1.200])	by box374.bluehost.com with
 esmtpsa (SSLv3:AES256-SHA:256)	(Exim 4.69)
	(envelope-from <garrett@damore.org>)	id 1OJwwx-0003Rv-TZ; Wed,
 02 Jun 2010 17:02:16 -0600
Date: Wed, 02 Jun 2010 13:54:00 -0700
From: "Garrett D'Amore" <garrett@damore.org>
Subject: Re: PCITool Output Improvement [PSARC/2010/201 FastTrack timeout
 06/09/2010]
In-reply-to: <4C06A8E1.3080106@Oracle.COM>
To: Govinda Tatti <Govinda.Tatti@oracle.com>
Cc: PSARC-ext@sun.com, pci-core@sun.com, apic-dev@sun.com
Message-id: <1275512040.21541.3.camel@velocity>
MIME-version: 1.0
X-Mailer: Evolution 2.28.3
Content-type: text/plain; charset=UTF-8
Content-transfer-encoding: 7BIT
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=damore.org;
	h=Received:Subject:From:To:Cc:In-Reply-To:References:Content-Type:Date:Message-ID:Mime-Version:X-Mailer:Content-Transfer-Encoding:X-Identified-User;
	b=M9YgreoLxr09K1S0GTpWxs54WlBVvtKVkPrJIM7AnB3SHjVowk6VTZxiISxNmPHer/uCyRZq6GnbgWoFenK3do8bh0typeJrBb2oRAg2NU69XwbvRLVSbHS6h1XtS4Cx;
X-PMX-Version: 5.4.1.325704
X-Brightmail-Tracker: AAAAAA==
X-Identified-User: {2225:box374.bluehost.com:damoreor:damore.org} {sentby:smtp
 auth 216.129.112.21 authed with garrett+damore.org}
X-Antispam: No, score=-0.7/5.0, scanned in 0.178sec at (localhost [127.0.0.1])
	by smf-spamd v1.3.1 - http://smfs.sf.net/
References: <4C06A8E1.3080106@Oracle.COM>
Status: RO
Content-Length: 7721

+1.  I'd love an option to select only the output for a given driver or
a given cpu, in addition to the sort facility.  I guess grep, cut, awk,
and friends can be used to extract that though. :-)

	- Garrett

On Wed, 2010-06-02 at 11:54 -0700, Govinda Tatti wrote:
> I'm sponsoring the following fast track for Andy Sang. The timer is
> set to expire on 06/09/2010.
> 
> The fast-track and man page documents are located in the case directory
> under "materials/"
> 
>      - Govinda
> 
> Template Version: @(#)sac_nextcase 1.70 03/30/10 SMI
> This information is Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
> 1. Introduction
>      1.1. Project/Component Working Name:
> 	 PCITool Output Improvement
>      1.2. Name of Document Author/Supplier:
> 	 Author:  Andy Sang
>      1.3  Date of This Document:
> 	02 June, 2010
> 4. Technical Description
> 4. Technical Description:
>     4.1 Project Summary
> 
>     PCITool is a low-level tool which provides a facility for getting and
>     setting interrupt routing information. It is first introduced by
>     PSARC/2005/232 and then made public by PSARC/2009/215. It's enhanced
>     to support retargeting MSI/X interrupts by PSARC/2009/340 and improved
>     to support multi-CPU x86 system by PSARC/2009/665.
> 
>     Currently PCITool output doesn't provide enough interrupt information
>     to the customer. To improve PCITool more efficient and friendly, this
>     project will define the changes to PCITool to retrieve more interrupt
>     information from kernel, and also will propose some output changes.
> 
>     These changes are expected to be backported to S10 after the changes
>     of PSARC/2009/340 and PSARC/2009/665 are backported, so micro/patch
>     binding is requested.
> 
>     4.2 PCITool syntax changes
> 
>     Current syntax:
>      	pcitool pci@<unit-address>  -i<cpu#,ino#>  | all
>      	[ -r [ -c ] | -w<cpu#>  [ -g ] ] [ -v ] [ -q ]
> 
>      	pcitool pci@<unit-address>  -m<cpu#,msi#>  | all
>      	[ -r [ -c ] | -w<cpu#>  [ -g ] ] [ -v ] [ -q ]
> 
>     Proposed syntax:
> 	pcitool pci@<unit-address>  -i<cpu#, ino#>  |
>          [ all [ -s cpu | driver ][ -h | -d ] ]
>          [ -r [ -c ] | -w<cpu#>  [ -g ] ] [ -v ] [ -q ]
>      	
> 	pcitool pci@<unit-address>  -m<cpu#, msi#>  |
>          [ all [ -s cpu | driver ][ -h | -d ] ]
>          [ -r [ -c ] | -w<cpu#>  [ -g ] ] [ -v ] [ -q ]
> 
>     4.3 PCITool feature changes
> 
>     - A new function to make the "all" in "-i all" optional.
>     - A new option, "-s cpu | driver" to sort by cpu or driver name.
>     - A new option switch, "-d" and "-h" control displaying all numbers
>       in decimal or hexadecimal. No "0x" prefix is used in the output
>       when the -h option is used. The numbers are by default display in
>       decimal.
> 
>     4.4 PCITool output changes
> 
>     This project adds some fields to improve the PCITool output, include:
>     IRQ/MSG, Type, PIL, APIC/Mondo, Share, inum.
> 
>     In the output, the Driver field displays driver information for the
>     interrupts from the real device as below, while it displays ISR name.
>         drivername # instance number [inum]
> 
>     Current output:
> 
>     Show all interrupt information on /pci@0,0
> 
>        # pcitool /pci@0,0 -i all
>        0x0,0x21: pcieb     3    /pci@0,0/pci8086,3607@4
>        0x0,0x22: mpt       0    /pci@0,0/pci8086,3607@4/pci1000,3150@0
>        0x0,0x24: asy       0    /pci@0,0/isa@1f/asy@1,3f8
> 
>     Proposed output:
> 
>     Show all interrupt information on /pci@0,0
> 
>        # pcitool /pci@0,0 -i
>        CPU  Vect IRQ  Type   PIL  APIC/INT#  Share Driver            Path
>        0    32   9    FIXED  9    -          1     acpi_sci_vect     -
>        0    33   -    MSI    7    -          1     pcieb#3[0]        /pci@0,0/pci8086,3607@4
>        0    34   -    MSI    5    -          1     mpt#0[0]          /pci@0,0/pci8086,3607@4/pci1000,3150@0
>        0    35   -    MSI    5    -          1     mpt#0[1]          /pci@0,0/pci8086,3607@4/pci1000,3150@0
>        0    36   4    FIXED  12   1/12       1     asy#1[0]          /pci@0,0/isa@1f/asy@1,3f8
> 
>     Show all interrupt information on /pci@0,0, sort by driver name,
>     display numbers in hexadecimal
> 
>        # pcitool /pci@0,0 -i all -s driver -h
>        CPU  Vect IRQ  Type    PIL  APIC/INT#  Share  Driver            Path
>        0    20   9    FIXED   9    -          1      acpi_sci_vect     -
>        0    24   4    FIXED   c    1/c        1      asy#1[0]          /pci@0,0/isa@1f/asy@1,3f8
>        0    22   -    MSI     5    -          1      mpt#0[0]          /pci@0,0/pci8086,3607@4/pci1000,3150@0
>        0    23   -    MSI     5    -          1      mpt#0[1]          /pci@0,0/pci8086,3607@4/pci1000,3150@0
>        0    21   -    MSI     7    -          1      pcieb#3[0]        /pci@0,0/pci8086,3607@4
> 
>     Note that the header is different on between x86 platforms and sparc
>     platforms since the some item meaning is different. The detail is
>     that "Vector" vs "INO", "IRQ" vs "MSG"  and  "APIC/INT#"  vs "Mondo"
>     as below example:
> 
>     Show all interrupt information on /pci@400 on sparc platform
> 
>        # pcitool /pci@400 -i all
>        CPU  INO  MSG  Type    PIL  Mondo   Share   Driver            Path
>        81   21   -    Fixed   9    1045    1       ohci#0[0]         /pci@400/pci@0/pci@1/pci@0/usb@0
>        44   25   254  MSI-X   6    1049    1       nxge#0[0]         /pci@500/pci@0/pci@8/network@0
>        75   56   48   PCIe    9    1110    1       px#1[0]           /pci@500
> 
>     4.5 Data structure changes
> 
>     pcitool_intr_get_t
> 
>     This is the argument data structure for PCITOOL_DEVICE_GET_INTR ioctl,
>     which retrieve a given interrupt information.
> 
>     This project adds some new fields to get more information, including
>     IRQ/MSG, Type, PIL, APIC/Mondo, Share, inum, State, Bus, Triger.
> 
>     4.6 Bug/RFE Number(s)
> 
>     The changes described in this case will be done as a follow on work to the
>     following RFE:
> 
>     CR 6669984 Solaris x86 need to provide large number of interrupt vectors
> 
>     4.7 Interfaces
> 
>     Imported Interfaces
> 
>     Interface			Stability	Comments
>     ----------------------------+---------------+--------------------------
>     pcitool                     Project	        Some syntax changes. Added
>                                 Private          Some new fields (IRQ/MSG,
> 						Type,PIL,APIC/Mondo,Share,
> 						inum) changed output format
>     PCITOOL_DEVICE_GET_INTR     Consolidation    Ioctl to retrieve more intr
>                                 Private	        information
>     pcitool_intr_get_t          Consolidation    PCITOOL_DEVICE_GET_INTR arg
>                                 Private          data structure
>     -----------------------------------------------------------------------
> 
>     4.8 References
> 
>     [1]  PCITool and its nexus ioctl support - PSARC/2005/232
> 	http://sac.sfbay.sun.com/PSARC/2005/232
> 
>     [2]  PCITool Public Interrupts - PSARC/2009/215
> 	http://sac.sfbay.sun.com/PSARC/2009/215
> 
>     [3]  Interrupt Affinity Interfaces and PCITool Enhancements - PSARC/2009/340
> 	http://sac.sfbay.sun.com/PSARC/2009/340
> 
>     [4]  PCITool Extensions - PSARC/2009/665
> 	http://sac.sfbay.sun.com/PSARC/2009/665
> 
> 6. Resources and Schedule
>      6.4. Steering Committee requested information
>     	6.4.1. Consolidation C-team Name:
> 		ON
>      6.5. ARC review type: FastTrack
>      6.6. ARC Exposure: open
> 
> _______________________________________________
> opensolaris-arc mailing list
> opensolaris-arc@opensolaris.org



From Govinda.Tatti@oracle.com Wed Jun 16 12:51:51 2010
Received: from sunmail3mpk.sfbay.sun.com (sunmail3mpk.SFBay.Sun.COM [129.146.11.52])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id o5GJppAP029697
	for <psarc-ext@sac.sfbay.sun.com>; Wed, 16 Jun 2010 12:51:51 -0700 (PDT)
Received: from brm-avmta-1.central.sun.com (brm-avmta-1.Central.Sun.COM [129.147.4.11])
	by sunmail3mpk.sfbay.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.4) with ESMTP id o5GJpoTH000913;
	Wed, 16 Jun 2010 12:51:51 -0700 (PDT)
Received: from pmxchannel-daemon.brm-avmta-1.central.sun.com by
 brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0L4400D0BHUE1O00@brm-avmta-1.central.sun.com>; Wed,
 16 Jun 2010 13:51:50 -0600 (MDT)
Received: from sca-ea-mail-3.sun.com ([192.18.43.21])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0L440038QHUC2L50@brm-avmta-1.central.sun.com>; Wed,
 16 Jun 2010 13:51:48 -0600 (MDT)
Received: from rcsinet13.oracle.com (rcsinet13.oracle.com [148.87.113.125])
	by sca-ea-mail-3.sun.com (8.13.6+Sun/8.12.9) with ESMTP id o5GJpmmP017343;
 Wed, 16 Jun 2010 19:51:48 +0000 (GMT)
Received: from acsmt353.oracle.com (acsmt353.oracle.com [141.146.40.153])
	by rcsinet13.oracle.com (Switch-3.4.2/Switch-3.4.1)
 with ESMTP id o5GJlGUg027606; Wed, 16 Jun 2010 19:51:47 +0000 (GMT)
Received: from abhmt003.oracle.com by acsmt353.oracle.com	with ESMTP id
 331801891276717871; Wed, 16 Jun 2010 12:51:11 -0700
Received: from [10.6.93.67] (/10.6.93.67)
	by default (Oracle Beehive Gateway v4.0)	with ESMTP ; Wed,
 16 Jun 2010 12:51:11 -0700
Date: Wed, 16 Jun 2010 12:51:01 -0700
From: Govinda Tatti <Govinda.Tatti@oracle.com>
Subject: PSARC/2010/201 PCITool Output Improvement
To: PSARC-ext@sun.com
Cc: pci-core@sun.com, apic-dev@sun.com
Message-id: <4C192B25.8090707@Oracle.COM>
MIME-version: 1.0
Content-type: text/plain; charset=ISO-8859-1; format=flowed
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
X-Source-IP: acsmt353.oracle.com [141.146.40.153]
X-Auth-Type: Internal IP
X-CT-RefId: str=0001.0A090202.4C192B53.01FF:SCFMA4539814,ss=1,fgs=0
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.9)
 Gecko/20100317 Lightning/1.0b1 Thunderbird/3.0.4
Status: RO
Content-Length: 65


This case was approved in today's PSARC meeting.

    - Govinda

