[mpls] draft-fang-mpls-label-forwarding-no-swap - how much does it really save?

Stewart Bryant <stbryant@cisco.com> Mon, 20 July 2015 15:55 UTC

Return-Path: <stbryant@cisco.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 DA6401A88D8 for <mpls@ietfa.amsl.com>; Mon, 20 Jul 2015 08:55:19 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -14.511
X-Spam-Level:
X-Spam-Status: No, score=-14.511 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, USER_IN_DEF_DKIM_WL=-7.5] 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 TxPgPYDaKBFl for <mpls@ietfa.amsl.com>; Mon, 20 Jul 2015 08:55:18 -0700 (PDT)
Received: from aer-iport-3.cisco.com (aer-iport-3.cisco.com [173.38.203.53]) (using TLSv1.2 with cipher DHE-RSA-SEED-SHA (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 63F7B1A8884 for <mpls@ietf.org>; Mon, 20 Jul 2015 08:55:18 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cisco.com; i=@cisco.com; l=534; q=dns/txt; s=iport; t=1437407718; x=1438617318; h=message-id:date:from:reply-to:mime-version:to:subject: content-transfer-encoding; bh=jKTOGnR4Fh8t8KsfrqpTO1/zxc659vijIQo3Q39+hU8=; b=QGjHcXdGaFYPTY2ljdMU4jU3xrCWCeQ119xkPIvtZ9wLcbpP9b30a+q7 9AI1l/ieBEGpOM+xrpzrxG/CS4nnntwQtrmBQYyNN7dDBNcMHvKtWoYYo F7hX+k7lcFKtctZGIJbQDYk7cFexy7wwC83PKmOfRKHgKHS2R6bB8JKvk Q=;
X-IronPort-AV: E=Sophos;i="5.15,508,1432598400"; d="scan'208";a="568056656"
Received: from aer-iport-nat.cisco.com (HELO aer-core-1.cisco.com) ([173.38.203.22]) by aer-iport-3.cisco.com with ESMTP; 20 Jul 2015 15:55:16 +0000
Received: from [64.103.106.124] (dhcp-bdlk10-data-vlan300-64-103-106-124.cisco.com [64.103.106.124]) by aer-core-1.cisco.com (8.14.5/8.14.5) with ESMTP id t6KFtGYx032459; Mon, 20 Jul 2015 15:55:16 GMT
Message-ID: <55AD19F2.1010206@cisco.com>
Date: Mon, 20 Jul 2015 16:55:30 +0100
From: Stewart Bryant <stbryant@cisco.com>
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.7.0
MIME-Version: 1.0
To: "mpls@ietf.org" <mpls@ietf.org>
Content-Type: text/plain; charset="utf-8"; format="flowed"
Content-Transfer-Encoding: 7bit
Archived-At: <http://mailarchive.ietf.org/arch/msg/mpls/k9aXsV17PtACzG2gArvGLpMAWkY>
Subject: [mpls] draft-fang-mpls-label-forwarding-no-swap - how much does it really save?
X-BeenThere: mpls@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
Reply-To: stbryant@cisco.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: <https://mailarchive.ietf.org/arch/browse/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, 20 Jul 2015 15:55:20 -0000

I am curious about how much is actually saved with the MPLS dataplane
change proposed in this draft.

If this is used in an Ethernet environment the LSR already needs to
remove and replace the Ethernet header.

In many implementations the datalink header and the MPLS outer
label are part of the same re-write string. So what is the true
gain in writing 14 bytes instead of 18 bytes?

... or is this planned for use with some pt-pt data link other
than Ethernet which is required to be constant end to end?

- Stewart