Re: [mpls] Last Call: <draft-ietf-mpls-in-udp-04.txt> (Encapsulating MPLS in UDP) to Proposed Standard

Curtis Villamizar <curtis@ipv6.occnc.com> Tue, 28 January 2014 01:56 UTC

Return-Path: <curtis@ipv6.occnc.com>
X-Original-To: mpls@ietfa.amsl.com
Delivered-To: mpls@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 5A1631A00BE; Mon, 27 Jan 2014 17:56:28 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.437
X-Spam-Level:
X-Spam-Status: No, score=-2.437 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RP_MATCHES_RCVD=-0.535, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001] autolearn=ham
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 8M7-DlnmQ_Z5; Mon, 27 Jan 2014 17:56:26 -0800 (PST)
Received: from maildrop2.v6ds.occnc.com (maildrop2.v6ds.occnc.com [IPv6:2001:470:88e6:3::232]) by ietfa.amsl.com (Postfix) with ESMTP id 60D351A008F; Mon, 27 Jan 2014 17:56:26 -0800 (PST)
Received: from harbor3.ipv6.occnc.com (harbor3.v6ds.occnc.com [IPv6:2001:470:88e6:3::239]) (authenticated bits=128) by maildrop2.v6ds.occnc.com (8.14.7/8.14.7) with ESMTP id s0S1uKJA000384; Mon, 27 Jan 2014 20:56:20 -0500 (EST) (envelope-from curtis@ipv6.occnc.com)
Message-Id: <201401280156.s0S1uKJA000384@maildrop2.v6ds.occnc.com>
To: l.wood@surrey.ac.uk
From: Curtis Villamizar <curtis@ipv6.occnc.com>
In-reply-to: Your message of "Mon, 27 Jan 2014 23:17:24 +0000." <290E20B455C66743BE178C5C84F1240847E63346F6@EXMB01CMS.surrey.ac.uk>
Date: Mon, 27 Jan 2014 20:56:20 -0500
Cc: mpls@ietf.org, ietf@ietf.org, touch@isi.edu
Subject: Re: [mpls] Last Call: <draft-ietf-mpls-in-udp-04.txt> (Encapsulating MPLS in UDP) to Proposed Standard
X-BeenThere: mpls@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
Reply-To: curtis@ipv6.occnc.com
List-Id: Multi-Protocol Label Switching WG <mpls.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/mpls>, <mailto:mpls-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/mpls/>
List-Post: <mailto:mpls@ietf.org>
List-Help: <mailto:mpls-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/mpls>, <mailto:mpls-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 28 Jan 2014 01:56:28 -0000

In message <290E20B455C66743BE178C5C84F1240847E63346F6@EXMB01CMS.surrey.ac.uk>
l.wood@surrey.ac.uk writes:
 
> ...and UDP Lite just covering the L3 and L4 headers, but not the full
>  payload a la UDP, is still possible when the full payload is not
>  visible.
>  
> Lloyd Wood
> http://about.me/lloydwood


... but doesn't solve the problem of ECMP using old routers so
UDP-Lite is a non-starter.

Curtis


> ________________________________________
> From: ietf [ietf-bounces@ietf.org] On Behalf Of Joe Touch [touch@isi.edu]
> Sent: 27 January 2014 16:48
> To: stbryant@cisco.com
> Cc: mpls@ietf.org; IETF discussion list; curtis@ipv6.occnc.com
> Subject: Re: [mpls] Last Call: <draft-ietf-mpls-in-udp-04.txt> (Encapsulating MPLS in UDP) to Proposed Standard
>  
> Those same mechanisms have provided hardware checksum support for a very long time.
>  
> Joe
>  
> > On Jan 27, 2014, at 8:40 AM, Stewart Bryant <stbryant@cisco.com> wrote:
> >
> >> On 24/01/2014 19:15, Joe Touch wrote:
> >>
> >>> This eliminates the "expands the reach of MPLS argument".
> >>>
> >>> First UDP checksums:
> >>>
> >>>   The UDP checksum is at the beginning of the payload.  Please see
> >>> http://www.ietf.org/mail-archive/web/mpls/current/msg11279.html
> >>>   This makes filling in a new UDP checksum infeasible on most high end
> >>>   hardware.
> >>
> >> That argument would make sense if most hardware wasn't store-and-forward on a per-packet basis.
> > They may be store and forward, but most of the high end designs
> > use multiple grades of memory putting the packet in "slow memory"
> > and providing a snapshot of the header in "fast memory" to the
> > forwarder. Thus although the whole packet is in the system, it
> > it is not accessible to the engine that would need to calculate the
> > c/s.
> >
> > Stewart