From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qk1-x731.google.com (mail-qk1-x731.google.com [IPv6:2607:f8b0:4864:20::731]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by lists.bufferbloat.net (Postfix) with ESMTPS id 0B9F43B29E; Sun, 3 Feb 2019 13:40:18 -0500 (EST) Received: by mail-qk1-x731.google.com with SMTP id m17so7114151qki.5; Sun, 03 Feb 2019 10:40:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to :content-transfer-encoding; bh=sR/aqp5k87FZriVv2xG/yGndcEgcWdwG9ecD/YqujB0=; b=i1pzUohzaTRqdQBGoAQYbxWluXmIg1VwvjwdFyDO//ERf756ueUdlyY3t2WdyKRcKp scqYCu7PEBuj9b2pDIi2YJN/RZPhoB8Kg6kVIBklfeFk3XbjC0hvxxEP6fXi26EdPj81 bE5rjhFWXAoiYsJjoaRMFHYBkn4ZjTGr8BshJVlewh7u4T6lDU6Z4NZkwKsD2dg+TU/Q D2OKA+XSBIAR1yx65QgU2NQno766ZTE8ujMwCFJnsOwTq+BQgpgHUUJUQ29KCPaReZOU /y64RsDHZeWI0GNUsz9UY7hWXr+dOD1cFYFumXw9DJ9YLneHXGsUgqpAoL55LZejFDge lkbA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to :content-transfer-encoding; bh=sR/aqp5k87FZriVv2xG/yGndcEgcWdwG9ecD/YqujB0=; b=dHxwTGJRY/xspZ1a/123sBS8rEazJgpNbNHhApxoruwAOUMJUQWpPHUOBhxiQJ94zD FtpndtdRRhTD/O2P1QHl0xMNKI2om13fbnvo11zXjrPFIheNQqJBOiV3fFKTQ6SfqM6P yzeJMSmG6LADnQ1BHldrSltGvJeABYOdllFwsO3vJnmhVVkUlJXX3fWcgpFnUfBf2egz lLKv3bq/Kh4DMJIxhvrrhrybPN4MPTeZfVZgdei9D2ogYfk8Kuc8H+GmOOBEkCz6FkI8 i+Tx5VSLwPHOcEDQcVOF1tu7JfhyIj6pG00MRsNrgjd2h3Zt49GI9g4Yhv8l6k7kMI0R +oxw== X-Gm-Message-State: AJcUukfQfMYIyoFWnKULbkCOvvtvHCsT6q7/0hjY6lFJuU7c06RuMwWr /xOMSkMJkyJuTx3Za88a8kWQXNcIZiY5EMDWpeAiJ9bE X-Google-Smtp-Source: ALg8bN4rPV7LluOFYhNQVSSsW85oUSZvPUY/3ZpJDTcMnDkGDRX+IxKfJMXbwMgLzWH2v8eONgNFbjFvvs7bJcKgRm4= X-Received: by 2002:a37:4f8a:: with SMTP id d132mr42947063qkb.17.1549219216799; Sun, 03 Feb 2019 10:40:16 -0800 (PST) MIME-Version: 1.0 From: Dave Taht Date: Sun, 3 Feb 2019 10:39:37 -0800 Message-ID: To: cerowrt-devel , Cake List Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: [Cake] https://tools.ietf.org/html/draft-ietf-tsvwg-le-phb-06 is in last call X-BeenThere: cake@lists.bufferbloat.net X-Mailman-Version: 2.1.20 Precedence: list List-Id: Cake - FQ_codel the next generation List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Feb 2019 18:40:18 -0000 And seems likely to be adopted. There seems to be an urge to make this codepoint starvable, which since I ascribe to nagle's dictum "every application has a right to one packet in the network" - doesn't work for me - but the draft is vaguely worded enough to just start dumping this codepoint into the background queue of both sqm and cake and worry about it in a decade or three. it's 000001 which I guess is: diff --git a/sch_cake.c b/sch_cake.c index 3a26db0..67263b3 100644 --- a/sch_cake.c +++ b/sch_cake.c @@ -343,7 +343,7 @@ static const u8 diffserv4[] =3D { }; static const u8 diffserv3[] =3D { - 0, 0, 0, 0, 2, 0, 0, 0, + 0, 1, 0, 0, 2, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, (or is that reversed? my big endian/little endian chops scuks, and nobody modified the gen_cake_const tool to match what cake expects now) on my off days I kind of wish the diffserv lookup we do in cake had managed to make it into the linux mqprio/prio stuff by default. --=20 Dave T=C3=A4ht CTO, TekLibre, LLC http://www.teklibre.com Tel: 1-831-205-9740