[tcpm] request for feedback - proposed update to draft-touch-tcpm-experimental-options

Joe Touch <touch@isi.edu> Fri, 15 February 2013 19:57 UTC

Return-Path: <touch@isi.edu>
X-Original-To: tcpm@ietfa.amsl.com
Delivered-To: tcpm@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id D072221F863C for <tcpm@ietfa.amsl.com>; Fri, 15 Feb 2013 11:57:20 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -104.799
X-Spam-Level:
X-Spam-Status: No, score=-104.799 tagged_above=-999 required=5 tests=[AWL=1.800, BAYES_00=-2.599, RCVD_IN_DNSWL_MED=-4, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([64.170.98.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id NfcfdC26E-pc for <tcpm@ietfa.amsl.com>; Fri, 15 Feb 2013 11:57:20 -0800 (PST)
Received: from boreas.isi.edu (boreas.isi.edu [128.9.160.161]) by ietfa.amsl.com (Postfix) with ESMTP id 42F6B21F8873 for <tcpm@ietf.org>; Fri, 15 Feb 2013 11:57:20 -0800 (PST)
Received: from [128.9.160.166] (abc.isi.edu [128.9.160.166]) (authenticated bits=0) by boreas.isi.edu (8.13.8/8.13.8) with ESMTP id r1FJuQeW012002 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 15 Feb 2013 11:56:26 -0800 (PST)
Message-ID: <511E92E9.6080709@isi.edu>
Date: Fri, 15 Feb 2013 11:56:25 -0800
From: Joe Touch <touch@isi.edu>
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130107 Thunderbird/17.0.2
MIME-Version: 1.0
To: "tcpm@ietf.org" <tcpm@ietf.org>
Content-Type: text/plain; charset="ISO-8859-1"; format="flowed"
Content-Transfer-Encoding: 7bit
X-ISI-4-43-8-MailScanner: Found to be clean
X-MailScanner-From: touch@isi.edu
Subject: [tcpm] request for feedback - proposed update to draft-touch-tcpm-experimental-options
X-BeenThere: tcpm@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: TCP Maintenance and Minor Extensions Working Group <tcpm.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/tcpm>, <mailto:tcpm-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/tcpm>
List-Post: <mailto:tcpm@ietf.org>
List-Help: <mailto:tcpm-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/tcpm>, <mailto:tcpm-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 15 Feb 2013 19:57:20 -0000

Hi, all,

The IESG has reviewed draft-touch-tcpm-experimental-options and is 
holding the document up on two key concerns:

     I. the lack of a registry for magic numbers

     II. potential for prefix collision within the set of magic numbers
	supported in a single implementation

Addressing their concerns would involve a substantive change to the 
draft, so I would appreciate some feedback on the following possible 
solution before updating the document.

Please post your comments on this proposed change.

Here's what we need to know:

1. do you agree with change (A)?

2. do you agree with change (B)?

3. do you agree with change (C)?

	if so, which variant (i), (ii), (iii)?

My preference is:
	A yes
	B yes
	C yes
		first choice (i)
		second choice (iii)
		(I think (ii) is inelegant)

Thanks,

Joe

-----------------------------------------------------------------------

PROPOSED CHANGES:

     A) change the name from MAGIC NUMBER to "experiment ID"

	Rationale: because the new value will be delegated by IANA,
	it no longer qualifies as a self-assigned "magic number"

     B) request that IANA register experiment IDs
	The procedure would be:
		FCFC assignment from among unassigned values
		zero hurdle for assignment (no ID required)
		OK to indicate multiple assignees
			list in the order of request

	Rationale: Needed to satisfy IANA concern (I) above.

     C) Specify a more limited number of sizes to avoid overlap

	Here's a list of the current known uses of the magic
	number as already proposed in this doc:

	draft-ietf-tcpm-fastopen-02	
			0xF989

	draft-fox-tcpm-shared-memory-rdma-01	
			0xE2D4C3D9

	draft-sarolahti-irtf-catcp-00
			0x20120229

	draft-trammell-tcpm-timestamp-interval-00
			0x75ec

	i) Given this, my first inclination - given we'd be using
	an IANA registry - would be to just stick to 16-bits,
	and assign the values for current uses to be consistent.

	ii) a second variant would be 16- and 32-bit values

		a) assign as follows to be compatible with current use:
			16-bit	0x0000 - 0x7FFF
				0xF000 - 0xFFFF

			32-bit	0x8000 0000 - 0xEFFF 0000

			This allows all current known uses unchanged.

		b) assign according a simpler split, and assign a large
		range to one of the members above:

			16-bit	0x0000 - 0x7FFF
			
			32-bit	0x8000 0000 - 0xFFFF FFFF

			All current uses would be unchanged except:

			fastopen	0xF989 0000 - 0xF989 FFFF

			catcp		0x2012

			(note - this would be updated in their spec,
			but need not affect their implementations)

-----------------------------------------------------------------------