From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qk1-x72d.google.com (mail-qk1-x72d.google.com [IPv6:2607:f8b0:4864:20::72d]) (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 637EB3CB37 for ; Wed, 13 Feb 2019 14:35:52 -0500 (EST) Received: by mail-qk1-x72d.google.com with SMTP id x6so2116310qki.6 for ; Wed, 13 Feb 2019 11:35:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:references:in-reply-to:subject:date:message-id :mime-version:content-transfer-encoding:thread-index :content-language; bh=tBRmgcRvWruYpPjNMER8JukJfWC474mAzNq08ssi8Fo=; b=vBDFlnWt68y6A05Lt2XpPDZXqbZyOjv1FvhDadHV81U2VNrMAa5ZpCvyAFR+HeZHAa qMdz88zaOHJTfwxzPiXaKOGht7E3672CUNetr5hkY8IO/gB2ZAPYXowgGwWzSxIuoqdY ZnfMIhlBTXnJm3I1UPs0FCK31b/GfP/9FdwJSZkWMLB09pLXhc+xkBWZ7cehXRZoNOV9 +ItDmxqCwUwka80clZBedTG45uGykSqvwtB7VGu8I15KFMGhm9Y20FTuiHAoe6HbnliU R9CA2RJaLLDwIrqIODx4jN6w0SDPJa507UZ2RJletK0khTp/nXGCk40QGRIpnoyX80F6 yrzQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:references:in-reply-to:subject:date :message-id:mime-version:content-transfer-encoding:thread-index :content-language; bh=tBRmgcRvWruYpPjNMER8JukJfWC474mAzNq08ssi8Fo=; b=pZnw1ASnv5kDAkxvHSuzehuFiXnb0mIjCFqfkbm2SOu+9Cf5s7ZGOQ7AP/e+fibY1l I3n0JI7biYIE4bJ6d25p7WupBAab/IOdlTz8xc3gpYGuzDypnishe4PeWD0e0QJUcoMJ j5aE3KJxUTHZH+dL6tHWCQ3Z2ppiKDtq/aYHM9QNtAPiY7Jo+a7akrVVa6OI5O0zB+6c Nxplzi8gkJFMtrQM3OobXM3YgIOGbI+1UdJ8yvl4iRGlyTd5YqTg9nmewfgu6fJqHGyG Op8uCFT0zwFw+5JYyfwSuAIRoFiGzxWs81T1lPYaWsgPNYiprFQ01SwUVVBznCzaKH7b /ioA== X-Gm-Message-State: AHQUAuZAnFhglZrtLOvzn3OTYQ+LcrPTBe2kowjAyhDgz4+ipK4qgf1u WL2N/CiLxUc0C286QeIfkVlzcslYqzM= X-Google-Smtp-Source: AHgI3IaAeH2L1yPwpwFwn50+iy3boMz2vqJn9q5Wy9qjYa7QyMr5Fk5VdIvRJNDC1JtnVbM6uQaf+A== X-Received: by 2002:a37:b581:: with SMTP id e123mr1642285qkf.183.1550086551515; Wed, 13 Feb 2019 11:35:51 -0800 (PST) Received: from DESKTOPV0UVPFT ([2601:152:4302:ae1f:6159:382c:f3e2:3da3]) by smtp.gmail.com with ESMTPSA id m26sm132870qtf.4.2019.02.13.11.35.50 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 13 Feb 2019 11:35:50 -0800 (PST) From: To: "'Jonathan Morton'" Cc: , References: <20190213183132.11019-1-gamanakis@gmail.com> <144BF042-D64B-45D2-BF48-16FD7AE67411@gmail.com> <006b01d4c3d2$090c3350$1b2499f0$@gmail.com> In-Reply-To: Date: Wed, 13 Feb 2019 14:35:51 -0500 Message-ID: <000001d4c3d3$54d46b30$fe7d4190$@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook 16.0 Thread-Index: AQILPQk8abJn24CFhbMR+/fQyyXfSgJDcYtGAtrOiIkC4ql1uQHbDN4ZpSJMJYA= Content-Language: en-us Subject: Re: [Cake] progress? dual-src/dsthost unfairness 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: Wed, 13 Feb 2019 19:35:52 -0000 > On the contrary, even if a particular flow is sparse, the relevant quantum > calculation should involve the number of *bulk* flows attached to the same > host. Though there is possibly an argument for making it the *sum* of the > sparse and bulk flows, making it just the sparse ones is wrong. I was about to point out that my assumption is obviously wrong. cake_enqueue() can still assign a packet to a bulk flow. Will try with the sum of the flows and report.