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

Joe Touch <touch@isi.edu> Mon, 27 January 2014 16:49 UTC

Return-Path: <touch@isi.edu>
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 D37611A035C; Mon, 27 Jan 2014 08:49:49 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.435
X-Spam-Level:
X-Spam-Status: No, score=-2.435 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RP_MATCHES_RCVD=-0.535] 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 2QEZEbwtpVby; Mon, 27 Jan 2014 08:49:48 -0800 (PST)
Received: from darkstar.isi.edu (darkstar.isi.edu [128.9.128.127]) by ietfa.amsl.com (Postfix) with ESMTP id 7C6F61A0250; Mon, 27 Jan 2014 08:49:48 -0800 (PST)
Received: from [192.168.1.97] (pool-71-105-87-112.lsanca.dsl-w.verizon.net [71.105.87.112]) (authenticated bits=0) by darkstar.isi.edu (8.13.8/8.13.8) with ESMTP id s0RGmZJH003804 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT); Mon, 27 Jan 2014 08:48:39 -0800 (PST)
References: <201401240320.s0O3KsR9013700@maildrop2.v6ds.occnc.com> <52E2BBC0.2030203@isi.edu> <52E68C12.2050308@cisco.com>
In-Reply-To: <52E68C12.2050308@cisco.com>
Mime-Version: 1.0 (1.0)
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain; charset="us-ascii"
Message-Id: <98034F7E-47CF-4ABE-A199-A9DB4DACBC2E@isi.edu>
X-Mailer: iPhone Mail (11B554a)
From: Joe Touch <touch@isi.edu>
Date: Mon, 27 Jan 2014 08:48:35 -0800
To: "stbryant@cisco.com" <stbryant@cisco.com>
X-ISI-4-43-8-MailScanner: Found to be clean
X-MailScanner-From: touch@isi.edu
Cc: "mpls@ietf.org" <mpls@ietf.org>, IETF discussion list <ietf@ietf.org>
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
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: Mon, 27 Jan 2014 16:49:50 -0000

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