Re: [Detnet-dp-dt] about identity labels.. was Re: new versions of my slides

Loa Andersson <loa@pi.nu> Sat, 04 March 2017 11:22 UTC

Return-Path: <loa@pi.nu>
X-Original-To: detnet-dp-dt@ietfa.amsl.com
Delivered-To: detnet-dp-dt@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 87C2A12952B for <detnet-dp-dt@ietfa.amsl.com>; Sat, 4 Mar 2017 03:22:15 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.901
X-Spam-Level:
X-Spam-Status: No, score=-1.901 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RP_MATCHES_RCVD=-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 yDGPU61qY0EN for <detnet-dp-dt@ietfa.amsl.com>; Sat, 4 Mar 2017 03:22:13 -0800 (PST)
Received: from pipi.pi.nu (pipi.pi.nu [83.168.239.141]) (using TLSv1.1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 07C09126CD8 for <detnet-dp-dt@ietf.org>; Sat, 4 Mar 2017 03:22:12 -0800 (PST)
Received: from [192.168.1.11] (unknown [119.95.38.221]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: loa@pi.nu) by pipi.pi.nu (Postfix) with ESMTPSA id DF6F418014F3; Sat, 4 Mar 2017 12:22:02 +0100 (CET)
To: cjbc@it.uc3m.es, Jouni Korhonen <jouni.korhonen@broadcom.com>, "detnet-dp-dt@ietf.org" <detnet-dp-dt@ietf.org>
References: <bc92627a-e1c2-ca97-9af9-8aedd37a772c@pi.nu> <3DF0466E9510274382F5B74499ACD6F8C3CB2F@dfwpml702-chm.exmail.huawei.com> <3DF0466E9510274382F5B74499ACD6F8C3CB40@dfwpml702-chm.exmail.huawei.com> <cde5c41f-2a48-7007-279a-ffa44ef43bec@pi.nu> <DBXPR07MB128512162D9FA45A2A10624AC570@DBXPR07MB128.eurprd07.prod.outlook.com> <75B5D515-73E0-44C0-8CE2-824731505589@broadcom.com> <1488621691.3705.1.camel@it.uc3m.es>
From: Loa Andersson <loa@pi.nu>
Message-ID: <5278d70a-c266-7748-3b16-dfd4848420fc@pi.nu>
Date: Sat, 4 Mar 2017 19:21:53 +0800
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.1
MIME-Version: 1.0
In-Reply-To: <1488621691.3705.1.camel@it.uc3m.es>
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 8bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/detnet-dp-dt/AoAmXFCYMjzogERa8mkl7IwMIHc>
Subject: Re: [Detnet-dp-dt] about identity labels.. was Re: new versions of my slides
X-BeenThere: detnet-dp-dt@ietf.org
X-Mailman-Version: 2.1.17
Precedence: list
List-Id: DetNet WG Data Plane Design Team <detnet-dp-dt.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/detnet-dp-dt>, <mailto:detnet-dp-dt-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/detnet-dp-dt/>
List-Post: <mailto:detnet-dp-dt@ietf.org>
List-Help: <mailto:detnet-dp-dt-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/detnet-dp-dt>, <mailto:detnet-dp-dt-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sat, 04 Mar 2017 11:22:15 -0000

Jouni and Carlos,

I see that this could work, but we need to go over how this will be
established for every signaling protocol we think in scope.

Please see inline.

On 2017-03-04 18:01, Carlos Jesús Bernardos Cano wrote:
> Hi Jouni,
>
> On Wed, 2017-03-01 at 18:51 -0800, Jouni Korhonen wrote:
>> Folks,
>>
>> Back to d-id.. I understand the intent and need for the d-id label.
>> What I cannot immediately see it is going to help the FRER
>> implementation. Using Loa’s slides as a reference: assume G and D
>> both assign the same d-pw1 label values to F and A. Fortunately the
>> combination of d-id+d-pw is unique. However, when packets arrive at
>> B, the seqnum+history lookup would need to use both d-id+d-pw as a
>> combined key. This is getting cumbersome. One would need to map d-
>> id+d-pw to something that is locally unique in LFIB or use d-id as an
>> indirect index to separate LFIB tables holding d-pw associated
>> information. Since d-id and d-pw are separate labels this ends up
>> two-three lookups and carrying along the history metadata. Depending
>> on the flexibility of the memory sub-system one might face
>> interesting restrictions, for example on the size of the LFIB tables
>> first indexed by d-id.
>>
>> I know this was very implementation dependent rant, but how I
>> currently see d-id, it has made life easier for a control plane and a
>> provisioning. At the same time it seems to make the life of the hw
>> and data structure design hard.
>>
>> So far the “cleanest” solution for me has been the one with d-pw
>> ranges configured into T-DetNet-PE devices - to prevent collisions.
>> That one had the downside of fixed allocations put into nodes by the
>> network administrator.
>>
>
> I share your view. I like more the approach in which we avoid having
> the additional d-id (and we use globally unique d-pw labels). I
> acknowledge see all the advantages it brings, but I also share the
> concerns about the extra label layer and the potentially cumbersome
> processing. There have been also some discussions about the size of the
> label pool if they need to be globally unique. I think we need to have
> some discussion documented in the draft about this if we go in this
> direction.

This begs the question of what "globally unique d-pw labels" means above

Is it

- global as the special purpose labels, seems unlikely
- global as unique with in the domain, though we know there is a scaling
   problem
- global for one sender, not that different from d-id, other that the
   placment in the stack

???

/Loa
>
> Carlos
>
>> - Jouni
>>
>
> _______________________________________________
> Detnet-dp-dt mailing list
> Detnet-dp-dt@ietf.org
> https://www.ietf.org/mailman/listinfo/detnet-dp-dt
>

-- 


Loa Andersson                        email: loa@mail01.huawei.com
Senior MPLS Expert                          loa@pi.nu
Huawei Technologies (consultant)     phone: +46 739 81 21 64