Re: [quicwg/base-drafts] HTTP/3 with strict priorities (#2700)
Robin Marx <notifications@github.com> Mon, 20 May 2019 16:19 UTC
Return-Path: <noreply@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 21372120160 for <quic-issues@ietfa.amsl.com>; Mon, 20 May 2019 09:19:24 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level:
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
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 ZzvC-vSBMVbJ for <quic-issues@ietfa.amsl.com>; Mon, 20 May 2019 09:19:22 -0700 (PDT)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 324CD1200E5 for <quic-issues@ietf.org>; Mon, 20 May 2019 09:19:22 -0700 (PDT)
Date: Mon, 20 May 2019 09:19:20 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1558369161; bh=P0KAD/epj3K1eHG816rIw1WSevDBsKSzfcJH1Lj9SKU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=R0IQ9/RH1BB0FtYhM5JtjkfutsZookZvoiv7LI5ZEK35SvIlkg1yeH+aLR1b67UNn D7rbAbVI91b0tkLpzdKzyFsonCWspV7GkF53ojgrTCscFD9hTWBAYpR/2Al38nOOX1 JY8qks0tsxdYI9EDam1eFd7oUpFghVv21go6mgjY=
From: Robin Marx <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7KTLRXRWVHJ5ZBRF526ADAREVBNHHBU6PCKA@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2700/c494055797@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2700@github.com>
References: <quicwg/base-drafts/pull/2700@github.com>
Subject: Re: [quicwg/base-drafts] HTTP/3 with strict priorities (#2700)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ce2d388e9fe2_39c63fdb3f0cd9602361ca"; charset="UTF-8"
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: rmarx
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/tvg_FUw4DDmyEp6-YlutmFzdmWU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 20 May 2019 16:19:24 -0000
Turns out I had misunderstood the intent of this PR with regards to @pmeenan's setup and how to recreate the following image. Turns out it's really quite brilliant!  For others who might not have figured it out: @ianswett proposes to use odd numbered priority values (e.g., 127, 125, ...) to represent concurrency level 3, and even numbered priority values (e.g., 126, 124, ...) to represent concurrency levels 2 and 1. For example: 127 = concurrency 3 126, no weight = concurrency 2 126, weight = concurrency 1 This allows the whole thing to be represented without a single placeholder (which I didn't understand before now)! That is immensely powerful, while also allowing normal placeholders. It would also allow resolving #2690 in the same way as proposed in #2723 : just make priority 0, no weight the default for new nodes! We're not sure yet about streams-upon-streams dependencies and how this mixes with the placeholder approach etc. but it seems this PR could be the one we were looking for. We will iterate on this and create some example schema's. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/quicwg/base-drafts/pull/2700#issuecomment-494055797
- [quicwg/base-drafts] HTTP/3 with strict prioritie… ianswett
- Re: [quicwg/base-drafts] HTTP/3 with strict prior… ianswett
- Re: [quicwg/base-drafts] HTTP/3 with strict prior… ianswett
- Re: [quicwg/base-drafts] HTTP/3 with strict prior… ianswett
- Re: [quicwg/base-drafts] HTTP/3 with strict prior… ianswett
- Re: [quicwg/base-drafts] HTTP/3 with strict prior… ianswett
- Re: [quicwg/base-drafts] HTTP/3 with strict prior… Lucas Pardue
- Re: [quicwg/base-drafts] HTTP/3 with strict prior… Lucas Pardue
- Re: [quicwg/base-drafts] HTTP/3 with strict prior… ianswett
- Re: [quicwg/base-drafts] HTTP/3 with strict prior… Mike Bishop
- Re: [quicwg/base-drafts] HTTP/3 with strict prior… Dmitri Tikhonov
- Re: [quicwg/base-drafts] HTTP/3 with strict prior… Kazuho Oku
- Re: [quicwg/base-drafts] HTTP/3 with strict prior… Mike Bishop
- Re: [quicwg/base-drafts] HTTP/3 with strict prior… Kazuho Oku
- Re: [quicwg/base-drafts] HTTP/3 with strict prior… Kazuho Oku
- Re: [quicwg/base-drafts] HTTP/3 with strict prior… Tatsuhiro Tsujikawa
- Re: [quicwg/base-drafts] HTTP/3 with strict prior… Robin Marx
- Re: [quicwg/base-drafts] HTTP/3 with strict prior… Robin Marx
- Re: [quicwg/base-drafts] HTTP/3 with strict prior… Patrick Meenan
- Re: [quicwg/base-drafts] HTTP/3 with strict prior… Kazuho Oku
- Re: [quicwg/base-drafts] HTTP/3 with strict prior… MikkelFJ
- Re: [quicwg/base-drafts] HTTP/3 with strict prior… Robin Marx
- Re: [quicwg/base-drafts] HTTP/3 with strict prior… Robin Marx
- Re: [quicwg/base-drafts] HTTP/3 with strict prior… ianswett
- Re: [quicwg/base-drafts] HTTP/3 with strict prior… Dmitri Tikhonov
- Re: [quicwg/base-drafts] HTTP/3 with strict prior… MikkelFJ
- Re: [quicwg/base-drafts] HTTP/3 with strict prior… Lucas Pardue
- Re: [quicwg/base-drafts] HTTP/3 with strict prior… Dmitri Tikhonov
- Re: [quicwg/base-drafts] HTTP/3 with strict prior… ianswett
- Re: [quicwg/base-drafts] HTTP/3 with strict prior… ianswett
- Re: [quicwg/base-drafts] HTTP/3 with strict prior… ianswett
- Re: [quicwg/base-drafts] HTTP/3 with strict prior… ianswett
- Re: [quicwg/base-drafts] HTTP/3 with strict prior… ianswett
- Re: [quicwg/base-drafts] HTTP/3 with strict prior… ianswett
- Re: [quicwg/base-drafts] HTTP/3 with strict prior… ianswett
- Re: [quicwg/base-drafts] HTTP/3 with strict prior… Lucas Pardue
- Re: [quicwg/base-drafts] HTTP/3 with strict prior… ianswett
- Re: [quicwg/base-drafts] HTTP/3 with strict prior… ianswett
- Re: [quicwg/base-drafts] HTTP/3 with strict prior… ianswett
- Re: [quicwg/base-drafts] HTTP/3 with strict prior… Igor Lubashev
- Re: [quicwg/base-drafts] HTTP/3 with strict prior… MikkelFJ
- Re: [quicwg/base-drafts] HTTP/3 with strict prior… ianswett
- Re: [quicwg/base-drafts] HTTP/3 with strict prior… Robin Marx
- Re: [quicwg/base-drafts] HTTP/3 with strict prior… Igor Lubashev
- Re: [quicwg/base-drafts] HTTP/3 with strict prior… Tatsuhiro Tsujikawa
- Re: [quicwg/base-drafts] HTTP/3 with strict prior… ianswett
- Re: [quicwg/base-drafts] HTTP/3 with strict prior… Robin Marx
- Re: [quicwg/base-drafts] HTTP/3 with strict prior… ianswett
- Re: [quicwg/base-drafts] HTTP/3 with strict prior… ianswett