From Govinda.Tatti@oracle.com Tue Aug  3 13:05:47 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 o73K5lwP014754
	for <psarc-ext@sac.sfbay.sun.com>; Tue, 3 Aug 2010 13:05:47 -0700 (PDT)
Received: from nwk-avmta-1.SFBay.Sun.COM (nwk-avmta-1.SFBay.Sun.COM [129.146.11.74])
	by newsunmail1brm.central.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.4) with ESMTP id o73K5kTP058182
	for <@sunmail2sca.sfbay.sun.com:PSARC-ext@sun.com>; Tue, 3 Aug 2010 14:05:46 -0600 (MDT)
Received: from pmxchannel-daemon.nwk-avmta-1.sfbay.Sun.COM by
 nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0L6L00G07EHM6S00@nwk-avmta-1.sfbay.Sun.COM> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@sun.com); Tue, 03 Aug 2010 13:05:46 -0700 (PDT)
Received: from brmea-mail-2.sun.com ([192.18.98.43])
 by nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0L6L0074XEHL0H90@nwk-avmta-1.sfbay.Sun.COM> for
 PSARC-ext@sun.com (ORCPT PSARC-ext@sun.com); Tue,
 03 Aug 2010 13:05:45 -0700 (PDT)
Received: from rcsinet15.oracle.com (rcsinet15.oracle.com [148.87.113.117])
	by brmea-mail-2.sun.com (8.13.6+Sun/8.12.9) with ESMTP id o73K5jrH012875	for
 <PSARC-ext@sun.com>; Tue, 03 Aug 2010 20:05:45 +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 o73K5il9002555	for <PSARC-ext@sun.com>; Tue,
 03 Aug 2010 20:05:44 +0000 (GMT)
Received: from abhmt003.oracle.com by acsmt354.oracle.com	with ESMTP id
 462831841280865842; Tue, 03 Aug 2010 13:04:02 -0700
Received: from [129.146.97.249] (/129.146.97.249)
	by default (Oracle Beehive Gateway v4.0)	with ESMTP ; Tue,
 03 Aug 2010 13:04:01 -0700
Date: Tue, 03 Aug 2010 13:03:59 -0700
From: Govinda Tatti <Govinda.Tatti@oracle.com>
Subject: Extensions for LDC transport API [PSARC/2010/308 FastTrack timeout
 08/10/10]
To: PSARC-ext@sun.com
Cc: Sriharsha Basavapatna - Oracle America Inc - Menlo Park United States
 <sriharsha.basavapatna@oracle.com>,
        Raghuram Kothakota <Raghuram.Kothakota@oracle.com>,
        Haik.Aftandilian@oracle.com, Alexandre.Chartre@oracle.com
Message-id: <4C58762F.5020801@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.4C587698.0270:SCFMA4539814,ss=1,fgs=0
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.11)
 Gecko/20100711 Lightning/1.0b1 Thunderbird/3.0.6
Status: RO
Content-Length: 3566


I'm sponsoring the following fast track for Harsha.
The timer is set to expire on 08/10/2010.

The supporting document is located in the case directory
under "materials/". Patch binding is requested.

     - 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:
	 Extensions for LDC transport API
     1.2. Name of Document Author/Supplier:
	 Author:  Sriharsha Basavapatna
     1.3  Date of This Document:
	03 August, 2010
4. Technical Description
4.1 Project Summary

     This case provides a new LDC transport API for LDC clients such as VIO
     drivers, that need to know whether direct mapped shared memory can be used
     for data buffers. The LDC transport API was approved under PSARC/2006/152.
     This case provides an extension of the APIs defined in the original LDC
     transport API specification.

4.2 Problem and Requirements

     Currently, the LDC transport API does not provide an interface to obtain
     the amount of available direct mapping space for the client. Also, there is
     no restriction on the amount of direct mapping space per LDC. This poses
     problems for clients that may need to know whether sufficient space is
     available for direct mapping data buffers exported by a peer LDC end point.
     For example, the vnet and the vswitch LDC clients need to determine this
     information prior to negotiating their mode of data transfer. They need to
     know whether sufficient space is available to direct map the data buffer
     area and to operate in RxDringData mode (Reference [2]).

     To achieve the above objectives, the following interface is required:

     Given a LDC handle, provide the amount of direct mapping space available
     to the client on that LDC.

4.3 Changes From the Previous Case

     This project is an extension to the approved case, PSARC/2006/152 -
     "Logical Domain Channels Transport API". The existing APIs are not changed.
     But a  new API is added, which extends the capabilities of the existing
     interfaces.

     The change includes:
     - A new API function (ldc_info()) to return the amount of direct map
       space available on a given LDC handle to the client.

4.4 Project Description

     Please see the new section "Channel Information" on page 12, in the
     documents provided in the case directory.

4.5 Interfaces

4.5.1 Exported Interfaces

           Interface Name       |  Classification        |  Comment
	 ----------------------|------------------------|----------------------
	  Data Types:          |                        |
	  -----------          |                        |
	  ldc_info_t           |  Consolidation Private | Channel Information
	                       |                        |
	  Functions:           |                        |
	  -----------          |                        |
	  ldc_info             |  Consolidation Private | Get Channel Info

4.5.2 Imported Interfaces
	None

5. References
    [1]  Logical Domain Channels Transport API - PSARC/2006/152
         http://sac.sfbay.sun.com/Archives/CaseLog/arc/PSARC/2006/152/

    [2]  VIO vNet/vSwitch support for Rx Dring Data mode - FWARC/2010/054
	http://sac.sfbay.sun.com/Archives/CaseLog/arc/FWARC/2010/054/

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 sebastien.roy@oracle.com Fri Aug  6 14:08:31 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 o76L8VUV027194
	for <psarc-ext@sac.sfbay.sun.com>; Fri, 6 Aug 2010 14:08:31 -0700 (PDT)
Received: from nwk-avmta-2.sfbay.sun.com (nwk-avmta-2.SFBay.Sun.COM [129.145.155.6])
	by sunmail3mpk.sfbay.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.4) with ESMTP id o76L8UGs019374
	for <@sunmail2sca.sfbay.sun.com:PSARC-ext@sun.com>; Fri, 6 Aug 2010 14:08:30 -0700 (PDT)
Received: from pmxchannel-daemon.nwk-avmta-2.sfbay.sun.com by
 nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0L6R00K051E6O800@nwk-avmta-2.sfbay.sun.com> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@sun.com); Fri, 06 Aug 2010 14:08:30 -0700 (PDT)
Received: from brmea-mail-4.sun.com ([192.18.98.36])
 by nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0L6R00DDZ1E6ZJ60@nwk-avmta-2.sfbay.sun.com> for
 PSARC-ext@sun.com (ORCPT PSARC-ext@sun.com); Fri,
 06 Aug 2010 14:08:30 -0700 (PDT)
Received: from rcsinet13.oracle.com (rcsinet13.oracle.com [148.87.113.125])
	by brmea-mail-4.sun.com (8.13.6+Sun/8.12.9) with ESMTP id o76L8TPM027637	for
 <PSARC-ext@sun.com>; Fri, 06 Aug 2010 21:08:30 +0000 (GMT)
Received: from acsmt355.oracle.com (acsmt355.oracle.com [141.146.40.155])
	by rcsinet13.oracle.com (Switch-3.4.2/Switch-3.4.1)
 with ESMTP id o76IhIUQ008192	for <PSARC-ext@sun.com>; Fri,
 06 Aug 2010 21:08:29 +0000 (GMT)
Received: from abhmt009.oracle.com by acsmt353.oracle.com	with ESMTP id
 492730091281128874; Fri, 06 Aug 2010 14:07:54 -0700
Received: from [129.148.19.4] (/129.148.19.4)
	by default (Oracle Beehive Gateway v4.0)	with ESMTP ; Fri,
 06 Aug 2010 14:07:53 -0700
Date: Fri, 06 Aug 2010 17:07:52 -0400
From: Sebastien Roy <sebastien.roy@oracle.com>
Subject: Re: Extensions for LDC transport API [PSARC/2010/308 FastTrack timeout
 08/10/10]
In-reply-to: <4C58762F.5020801@Oracle.COM>
To: Govinda Tatti <Govinda.Tatti@oracle.com>
Cc: PSARC-ext@sun.com, Haik.Aftandilian@oracle.com,
        Raghuram Kothakota <Raghuram.Kothakota@oracle.com>,
        Alexandre.Chartre@oracle.com,
        Sriharsha Basavapatna - Oracle America Inc -
 Menlo Park United States <sriharsha.basavapatna@oracle.com>
Message-id: <4C5C79A8.3090605@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
References: <4C58762F.5020801@Oracle.COM>
User-Agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.9.2.4) Gecko/20100719
 Lightning/1.0b2 Thunderbird/3.1
Status: RO
Content-Length: 478

On 08/ 3/10 04:03 PM, Govinda Tatti wrote:
> 4.3 Changes From the Previous Case
>
> This project is an extension to the approved case, PSARC/2006/152 -
> "Logical Domain Channels Transport API". The existing APIs are not changed.
> But a new API is added, which extends the capabilities of the existing
> interfaces.
>
> The change includes:
> - A new API function (ldc_info()) to return the amount of direct map
> space available on a given LDC handle to the client.

+1

-Seb

From Govinda.Tatti@oracle.com Wed Aug 11 08:33:16 2010
Received: from sunmail2sca.sfbay.sun.com (sunmail2sca.SFBay.Sun.COM [129.145.155.234])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id o7BFXGEd018977
	for <psarc-ext@sac.sfbay.sun.com>; Wed, 11 Aug 2010 08:33:16 -0700 (PDT)
Received: from brm-avmta-1.central.sun.com (brm-avmta-1.Central.Sun.COM [129.147.4.11])
	by sunmail2sca.sfbay.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.4) with ESMTP id o7BFX9Mn020814
	for <@sunmail2sca.sfbay.sun.com:PSARC-ext@sun.com>; Wed, 11 Aug 2010 08:33:16 -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 <0L6Z0034BV7F7L00@brm-avmta-1.central.sun.com> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@sun.com); Wed, 11 Aug 2010 09:33:15 -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 <0L6Z001V1V6AXE00@brm-avmta-1.central.sun.com> for
 PSARC-ext@sun.com (ORCPT PSARC-ext@sun.com); Wed,
 11 Aug 2010 09:32:34 -0600 (MDT)
Received: from acsinet15.oracle.com (acsinet15.oracle.com [141.146.126.227])
	by brmea-mail-4.sun.com (8.13.6+Sun/8.12.9) with ESMTP id o7BFWYni010221	for
 <PSARC-ext@Sun.COM>; Wed, 11 Aug 2010 15:32:34 +0000 (GMT)
Received: from acsmt354.oracle.com (acsmt354.oracle.com [141.146.40.154])
	by acsinet15.oracle.com (Switch-3.4.2/Switch-3.4.1)
 with ESMTP id o7BD6e0r013754	for <PSARC-ext@sun.com>; Wed,
 11 Aug 2010 15:32:29 +0000 (GMT)
Received: from abhmt003.oracle.com by acsmt353.oracle.com	with ESMTP id
 507115641281540697; Wed, 11 Aug 2010 08:31:37 -0700
Received: from [10.7.250.0] (/10.7.250.0)
	by default (Oracle Beehive Gateway v4.0)	with ESMTP ; Wed,
 11 Aug 2010 08:31:35 -0700
Date: Wed, 11 Aug 2010 08:31:33 -0700
From: Govinda Tatti <Govinda.Tatti@oracle.com>
Subject: PSARC/2010/308 Extensions for LDC transport API
To: PSARC-ext@sun.com
Cc: "BASAVAPATNA,SRIHARSHA" <sriharsha.basavapatna@oracle.com>,
        Raghuram Kothakota <Raghuram.Kothakota@oracle.com>,
        Haik.Aftandilian@oracle.com, Alexandre.Chartre@oracle.com
Message-id: <4C62C255.3070903@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
User-Agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.9.1.7) Gecko/20100214
 Lightning/1.0b1 Thunderbird/3.0.1
Status: RO
Content-Length: 80


This case has timed out and has a +1. I'm closing as approved.

     - Govinda

