Re: [yang-doctors] [Teas] Yangdoctors early review of draft-ietf-teas-yang-rsvp-10

Jan Lindblad <janl@tail-f.com> Tue, 14 May 2019 17:45 UTC

Return-Path: <janl@tail-f.com>
X-Original-To: yang-doctors@ietfa.amsl.com
Delivered-To: yang-doctors@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 8BFBE120165; Tue, 14 May 2019 10:45:26 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.899
X-Spam-Level:
X-Spam-Status: No, score=-1.899 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, HTML_MESSAGE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id uXHWZnMaFOI0; Tue, 14 May 2019 10:45:23 -0700 (PDT)
Received: from mail.tail-f.com (mail.tail-f.com [46.21.102.45]) by ietfa.amsl.com (Postfix) with ESMTP id A100C1200B1; Tue, 14 May 2019 10:45:22 -0700 (PDT)
Received: from [192.168.1.185] (213-67-237-150-no99.tbcn.telia.com [213.67.237.150]) by mail.tail-f.com (Postfix) with ESMTPSA id BA40F1AE0332; Tue, 14 May 2019 19:45:20 +0200 (CEST)
From: Jan Lindblad <janl@tail-f.com>
Message-Id: <65B272A7-5B20-473C-AAE6-2AE42DC2B5CB@tail-f.com>
Content-Type: multipart/alternative; boundary="Apple-Mail=_4D9A60B8-4FF3-4337-9E9B-84D33323902C"
Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.8\))
Date: Tue, 14 May 2019 19:45:20 +0200
In-Reply-To: <6D7F1DEA-ECFF-4E3B-A2FE-EA1224DDBFEA@cisco.com>
Cc: "draft-ietf-teas-yang-rsvp.all@ietf.org" <draft-ietf-teas-yang-rsvp.all@ietf.org>, "yang-doctors@ietf.org" <yang-doctors@ietf.org>, "teas@ietf.org" <teas@ietf.org>
To: "Reshad Rahman (rrahman)" <rrahman@cisco.com>, Tarek Saad <tsaad.net@gmail.com>
References: <155692863223.7173.7717533907709205656@ietfa.amsl.com> <EC71AEDD-6D31-440C-A6BB-1BBE3D931702@cisco.com> <BN8PR06MB6289AC30D85BC3D22693C65CFC080@BN8PR06MB6289.namprd06.prod.outlook.com> <9653FA2D-4C36-443F-B462-89D788B9E8FC@cisco.com> <6D7F1DEA-ECFF-4E3B-A2FE-EA1224DDBFEA@cisco.com>
X-Mailer: Apple Mail (2.3445.104.8)
Archived-At: <https://mailarchive.ietf.org/arch/msg/yang-doctors/tbOIKzin5vO0hMEecuBMbMapkos>
Subject: Re: [yang-doctors] [Teas] Yangdoctors early review of draft-ietf-teas-yang-rsvp-10
X-BeenThere: yang-doctors@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Email list of the yang-doctors directorate <yang-doctors.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/yang-doctors>, <mailto:yang-doctors-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/yang-doctors/>
List-Post: <mailto:yang-doctors@ietf.org>
List-Help: <mailto:yang-doctors-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/yang-doctors>, <mailto:yang-doctors-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 14 May 2019 17:45:27 -0000

Reshad, all,

Even with an XPath search (on servers that support XPath), a full linear search is required. The linear search would be performed by the server, but still takes the same amount of search work. If there can be a lot of sessions, it would be wise to consider using separate lists and natural keys.

Keyless lists are only good when the number of entries is guaranteed to be small (now and forever), as there is no other way to read such lists than reading the entire list at once. Usually not optimal for clients if there may be many entries.

/jan


> Hi Tarek,
>  
> I stand corrected. As you’ve pointed out this is a read-only list and Xpath filter can be used, no need for “meaningful” keys.
>  
> Regards,
> Reshad.
>  
> From: "Reshad Rahman (rrahman)" <rrahman@cisco.com>
> Date: Tuesday, May 14, 2019 at 12:31 PM
> To: Tarek Saad <tsaad.net@gmail.com>, "draft-ietf-teas-yang-rsvp.all@ietf.org" <draft-ietf-teas-yang-rsvp.all@ietf.org>
> Cc: "yang-doctors@ietf.org" <yang-doctors@ietf.org>, "teas@ietf.org" <teas@ietf.org>, Ebben Aries <exa@arrcus.com>
> Subject: Re: [Teas] [yang-doctors] Yangdoctors early review of draft-ietf-teas-yang-rsvp-10
>  
> Hi Tarek,
>  
> If a user wants to have information for a specific 2205 session or a 3209 session, an artificial key or no key doesn’t help for that situation: the whole list has to be read until the session is found. Why not have separate lists (under a container) for the different session types, that way you can have meaningful keys for the 2205 and 3209 sessions.
>  
> Regards,
> Reshad.
>  
> From: Tarek Saad <tsaad.net@gmail.com>
> Date: Tuesday, May 14, 2019 at 10:46 AM
> To: "Reshad Rahman (rrahman)" <rrahman@cisco.com>, "draft-ietf-teas-yang-rsvp.all@ietf.org" <draft-ietf-teas-yang-rsvp.all@ietf.org>
> Cc: "yang-doctors@ietf.org" <yang-doctors@ietf.org>, "teas@ietf.org" <teas@ietf.org>, Ebben Aries <exa@arrcus.com>
> Subject: Re: [Teas] [yang-doctors] Yangdoctors early review of draft-ietf-teas-yang-rsvp-10
>  
> Hi Reshad,
>  
> Base RSVP RFC2205 defines the session as. "An RSVP session is defined by the triple: (DestAddress, ProtocolId      [, DstPort])." RFC3209 defines a session object for RSVP-TE LSP(s) as tuple (tunnel endpoint, tunnel ID, extended tunnel ID). Since keys are mandatory leafs for lists, and to make it generic, we thought of a having an independent index key for the list.
> Thinking more of it now, since the list is state/read-only, the key is optional and omitting it may be better. We can consider this in the next update to the document, thanks for pointing it out.
>  
> Regards,
> Tarek
>  
>  
> On 5/13/19, 2:09 PM, "Teas on behalf of Reshad Rahman (rrahman)" <teas-bounces@ietf.org on behalf of rrahman@cisco.com> wrote:
>  
>     Hi,
>     
>     Question to the authors (I haven't followed this draft so apologies if I'm trying to revive a dead horse): why is there an artificial index (leaf local-index) for the sessions list, why not uniquely identify the session with destination address etc? Is it because there are different types of sessions?
>     
>     Regards,
>     Reshad.
>     
>     
>     On 2019-05-03, 8:11 PM, "yang-doctors on behalf of Ebben Aries via Datatracker" <yang-doctors-bounces@ietf.org on behalf of noreply@ietf.org> wrote:
>     
>         Reviewer: Ebben Aries
>         Review result: On the Right Track
>         
>         2 modules in this draft:
>         - ietf-rsvp@2019-02-18.yang
>         - ietf-rsvp-extended@2019-02-18.yang
>         
>         No YANG compiler errors or warnings (pyang 2.0, yanglint 1.1.16, confdc 6.6.1)
>         
>         Module ietf-rsvp@2019-02-18.yang:
>         - Remove WG Chairs from contact information per
>           https://tools.ietf.org/html/rfc8407#appendix-B
>         - Use of 'state' containers.  It is stated in Section 2.3 that 'Derived state
>           data is contained under a "state" container...'.  My only comments here are:
>           a) Should use caution when using 'state' containers in NMDA compliant
>           modules.  Rob put together a nice doc here that I won't reiterate:
>           https://github.com/netmod-wg/FAQ/wiki/NMDA-Modelling-FAQ
>           Using such nomenclature locks you into r/o nodes only.
>           b) In some cases, the hierarchy is a bit redundant (statistics/state).
>           Other NMDA compliant modules will not introduce another 'state' hierarchy
>           for instance (see ietf-interfaces)
>         - leaf 'packet-len' is abbreviated while most other leafs are not
>         - authentication-key is of type string.  Is this leaf mean to be clear-text?
>           There is nothing associated with this type that would imply special
>           treatment in handling.
>         - crypto-algorithm: Are all identities from ietf-key-chain supported?
>         - Pluralization on counters:  e.g. 'in-error' vs. 'in-errors'. Maintain
>           consistency with other modules (see ietf-interfaces)
>         - Normative references are missing for some of the modules imported.  These
>           must be added per https://tools.ietf.org/html/rfc8407#section-3.9
>         
>         Module ietf-rsvp-extended@2019-02-18.yang:
>         - Remove WG Chairs from contact information per
>           https://tools.ietf.org/html/rfc8407#appendix-B
>         - Use of 'state' containers.  It is stated in Section 2.3 that 'Derived state
>           data is contained under a "state" container...'.  My only comments here are:
>           a) Should use caution when using 'state' containers in NMDA compliant
>           modules.  Rob put together a nice doc here that I won't reiterate:
>           https://github.com/netmod-wg/FAQ/wiki/NMDA-Modelling-FAQ
>           Using such nomenclature locks you into r/o nodes only.
>           b) In some cases, the hierarchy is a bit redundant (statistics/state).
>           Other NMDA compliant modules will not introduce another 'state' hierarchy
>           for instance (see ietf-interfaces)
>         - Pluralization on counters:  e.g. 'in-error' vs. 'in-errors'. Maintain
>           consistency with other modules (see ietf-interfaces)
>         - 9 features are defined with no 'if-feature' statements.  Where are these
>           feature conditions meant to be used?
>         - Normative references are missing for some of the modules imported.  These
>           must be added per https://tools.ietf.org/html/rfc8407#section-3.9
>         
>         
>         General comments on the draft/modules:
>         - The state container and list key designs appear very familiar to that of
>           OpenConfig modules however not consistent with IETF module design.
>           Consistency is key from each producing entity (e.g. IETF in this case)
>         - The draft mentions RPCs and Notifications however none are defined within
>           the modules
>         - Section 2.3: Has examples of RPCs and Notifications that are non-existant in
>           the modules
>         - Abstract: s/RVSP/RSVP/
>         - Abstract: s/remote procedural/remote procedure/
>         - Section 2: s/extensiion/extension/
>         - Section 4: Update the security considerations section to adhere to
>           https://tools.ietf.org/html/rfc8407#section-3.7 and
>           https://trac.ietf.org/trac/ops/wiki/yang-security-guidelines
>         - Various (missing) wording/pluralization cleanup throughout that I'll defer
>           to the RFC Editor.  A once over proofread should solve this.
>         
>         _______________________________________________
>         yang-doctors mailing list
>         yang-doctors@ietf.org
>         https://www.ietf.org/mailman/listinfo/yang-doctors
>         
>     
>     _______________________________________________
>     Teas mailing list
>     Teas@ietf.org
>     https://www.ietf.org/mailman/listinfo/teas
>     
> _______________________________________________
> yang-doctors mailing list
> yang-doctors@ietf.org
> https://www.ietf.org/mailman/listinfo/yang-doctors