Re: [nvo3] Mail regarding draft-ietf-nvo3-geneve

worley@ariadne.com (Dale R. Worley) Wed, 04 July 2018 02:54 UTC

Return-Path: <worley@alum.mit.edu>
X-Original-To: nvo3@ietfa.amsl.com
Delivered-To: nvo3@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 8B161130DDA for <nvo3@ietfa.amsl.com>; Tue, 3 Jul 2018 19:54:39 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.684
X-Spam-Level:
X-Spam-Status: No, score=-1.684 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, HEADER_FROM_DIFFERENT_DOMAINS=0.25, RCVD_IN_DNSWL_LOW=-0.7, SPF_SOFTFAIL=0.665, URIBL_BLOCKED=0.001] autolearn=no 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 lJst8M2D6FBU for <nvo3@ietfa.amsl.com>; Tue, 3 Jul 2018 19:54:37 -0700 (PDT)
Received: from resqmta-ch2-05v.sys.comcast.net (resqmta-ch2-05v.sys.comcast.net [IPv6:2001:558:fe21:29:69:252:207:37]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 520A4130934 for <nvo3@ietf.org>; Tue, 3 Jul 2018 19:54:37 -0700 (PDT)
Received: from resomta-ch2-17v.sys.comcast.net ([69.252.207.113]) by resqmta-ch2-05v.sys.comcast.net with ESMTP id aXIRf2eLdxf2RaXwCftROp; Wed, 04 Jul 2018 02:54:36 +0000
Received: from hobgoblin.ariadne.com ([IPv6:2601:192:4603:9471:222:fbff:fe91:d396]) by resomta-ch2-17v.sys.comcast.net with ESMTPA id aXwAfeI0TwItFaXwAfegBX; Wed, 04 Jul 2018 02:54:35 +0000
Received: from hobgoblin.ariadne.com (hobgoblin.ariadne.com [127.0.0.1]) by hobgoblin.ariadne.com (8.14.7/8.14.7) with ESMTP id w642sXPe025502; Tue, 3 Jul 2018 22:54:33 -0400
Received: (from worley@localhost) by hobgoblin.ariadne.com (8.14.7/8.14.7/Submit) id w642sXXR025499; Tue, 3 Jul 2018 22:54:33 -0400
X-Authentication-Warning: hobgoblin.ariadne.com: worley set sender to worley@alum.mit.edu using -f
From: worley@ariadne.com
To: Leonid Rozenboim <leonid.rozenboim@oracle.com>
Cc: nvo3@ietf.org
In-Reply-To: <8537E54B-6B35-4CA6-B051-5B58362D1D08@oracle.com> (leonid.rozenboim@oracle.com)
Sender: worley@ariadne.com
Date: Tue, 03 Jul 2018 22:54:33 -0400
Message-ID: <87in5v6786.fsf@hobgoblin.ariadne.com>
X-CMAE-Envelope: MS4wfF70aSwHJ32YmudVbfpyBkLQwsXisKxyFNUrn68wEQdEEtKbip0TWSIC4W9VcWc0bsSNARESToNPMJgajSBipHjPGIbxzna5T7O4mbOMmqqlL7P9VLHa e/c+JkX2xozFrEy9j3+bUPUEaGMLbARRY6wbA7uY7rIHgrTyKq+GNqvGmoSXPdhNWaIE0LKM8VkSzEvb5nWpMQFc7n0oiHExxVyZCC8GPm+SLXeTGd0JU3/N YL+rtTj1X+QQRddkzVYbO/HjczM0ymw1yGz8ePMkg3k=
Archived-At: <https://mailarchive.ietf.org/arch/msg/nvo3/YFntzzaCnoTE0MNgMlBtlWI9Yiw>
Subject: Re: [nvo3] Mail regarding draft-ietf-nvo3-geneve
X-BeenThere: nvo3@ietf.org
X-Mailman-Version: 2.1.26
Precedence: list
List-Id: "Network Virtualization Overlays \(NVO3\) Working Group" <nvo3.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/nvo3>, <mailto:nvo3-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/nvo3/>
List-Post: <mailto:nvo3@ietf.org>
List-Help: <mailto:nvo3-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/nvo3>, <mailto:nvo3-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 04 Jul 2018 02:54:40 -0000

Leonid Rozenboim <leonid.rozenboim@oracle.com> writes:
> I hereby propose to rename the 8-bit "Reserved" field in the 2nd word
> to "FlowLabel", similarly to NVGRE header format (RFC 7637).
> [...]
> Some may argue that an 8-bit flow label is not wide enough, to which I
> would respond that it is wide enough for a machine with up to 256
> processors/threads.

The typical flowlabel these days is carried in the source UDP port, with
the high-order two bits being 11 and the low-order 14 bits carrying flow
information.  This proposal for Geneve doesn't carry as much entropy,
but the bits are available.

> An alternative could be to require a normative header option carrying
> a 32-bit flow label.

It might also be worth defining such a label for carrying generalized
flow identification information.  I suppose that in some environments,
it might be useful to carry even 64 bits of flow identification.

Dale