Re: [Spud] Fwd: New Version Notification for draft-herbert-transports-over-udp-00.txt

Joe Touch <touch@isi.edu> Fri, 20 May 2016 01:06 UTC

Return-Path: <touch@isi.edu>
X-Original-To: spud@ietfa.amsl.com
Delivered-To: spud@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id EEAA312D1E0 for <spud@ietfa.amsl.com>; Thu, 19 May 2016 18:06:41 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.326
X-Spam-Level:
X-Spam-Status: No, score=-8.326 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_HI=-5, RP_MATCHES_RCVD=-1.426] autolearn=ham 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 Z5IEAukTQaNe for <spud@ietfa.amsl.com>; Thu, 19 May 2016 18:06:40 -0700 (PDT)
Received: from boreas.isi.edu (boreas.isi.edu [128.9.160.161]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A6CE812D1CB for <spud@ietf.org>; Thu, 19 May 2016 18:06:40 -0700 (PDT)
Received: from [128.9.184.125] ([128.9.184.125]) (authenticated bits=0) by boreas.isi.edu (8.13.8/8.13.8) with ESMTP id u4K16Cfw006345 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Thu, 19 May 2016 18:06:12 -0700 (PDT)
To: Toerless Eckert <eckert@cisco.com>
References: <20160519175701.17290.47241.idtracker@ietfa.amsl.com> <CALx6S377qRfq7ufRVUx6Yn7ec4=EmK_=FL14PWT_qf4g840mbQ@mail.gmail.com> <20160519185943.GM12994@cisco.com> <CALx6S37qPpKpCT6ZpVQwRWf1XFKESYasOBcz26To9zw0GRyz5Q@mail.gmail.com> <573E31E1.807@isi.edu> <20160519221102.GS12994@cisco.com> <573E3C5E.2090300@isi.edu> <20160520001323.GC2511@cisco.com>
From: Joe Touch <touch@isi.edu>
Message-ID: <573E6303.8030701@isi.edu>
Date: Thu, 19 May 2016 18:06:11 -0700
User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.7.2
MIME-Version: 1.0
In-Reply-To: <20160520001323.GC2511@cisco.com>
Content-Type: text/plain; charset="windows-1252"
Content-Transfer-Encoding: 7bit
X-ISI-4-43-8-MailScanner: Found to be clean
X-MailScanner-From: touch@isi.edu
Archived-At: <http://mailarchive.ietf.org/arch/msg/spud/5-NQnp6eXGcGThGq1DrZ5r0va1A>
Cc: Tom Herbert <tom@herbertland.com>, spud <spud@ietf.org>
Subject: Re: [Spud] Fwd: New Version Notification for draft-herbert-transports-over-udp-00.txt
X-BeenThere: spud@ietf.org
X-Mailman-Version: 2.1.17
Precedence: list
List-Id: Session Protocol Underneath Datagrams <spud.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/spud>, <mailto:spud-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/spud/>
List-Post: <mailto:spud@ietf.org>
List-Help: <mailto:spud-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/spud>, <mailto:spud-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 20 May 2016 01:06:42 -0000


On 5/19/2016 5:13 PM, Toerless Eckert wrote:
> On Thu, May 19, 2016 at 03:21:18PM -0700, Joe Touch wrote:
>> At some point, when the version of TCP you want is in the kernel, you'll
>> want to transition. That begs the question of demuxing incoming
>> services, and whether the kernel peeks into the packet to send them to
>> the right place (which might be at a different port inside the kernel).
> Nah. Thats where i started off from as well. But then think about you having
> this wonderful application that started out with a cool & better TCP stack.
> Maybe the kernel catches up some time to do exactly what you want. But it
> could equally evolve into soment which may be better but not really for
> your application - at least not without improving/changing your app.
>
> If i want to deploy one binary of an app and let it run stable, kernel changes
> are the worst thing that can happen to me. Having my transport stack in my
> app is a godsend to decouple me from this.
I don't disagree with the potential benefits. I disagree with using UDP
encapsulation to achieve an end-run around the OS exerting control.

> Why do apps want containers ? To decouple them from the variability of userland.
Hmm. So containers are good, but doing a full hypervisor with an
(encapsulated) OS isn't as good?

See the analogy? You're arguing for user access to rawIP.


> ...
>> I'm confused now; above you assumed IPv6. Now you're comparing UDP/IPv4
>> vs. IPv6?
> No, i am saying that a loss in packet efficiency (sizze of header) did not
> stop us to do IPv6, it shouldn't stop us to run transport over UDP.
I wasn't arguing solely on the basis of the additional bytes. It's the
additional protocol layer that is expensive.

...
>> I'm not in favor of creating a mess for the future for a little
>> short-term benefit. Effort would be better spent getting the desired
>> features into these OS transport implementations.
> This is really a matter of lifecycle management of software. And you do NOT
> want to get all "desired" features into OS implementations.
OK, so put differently, I don't want to create a mess in the Internet to
fix an OS problem. The OS problem is lack of access to raw IP. If you
had that, you wouldn't need any of this.

That's a simple direct target. A lot simpler than untangling the mess
that this reinvention will cause.

Joe