From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oi0-x236.google.com (mail-oi0-x236.google.com [IPv6:2607:f8b0:4003:c06::236]) (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 B110E3B25E; Tue, 3 May 2016 13:37:30 -0400 (EDT) Received: by mail-oi0-x236.google.com with SMTP id v145so35466748oie.0; Tue, 03 May 2016 10:37:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc; bh=9h7xYkHkf6Zce2li5QkeyA7rnNiqT0Wg9N+Tmh1maiM=; b=FtUUwqfRBWIqlalBnfstAuL6UX9Gs86/N/Qpn4eQVm++Iwq3QU7d9jASmXBMKhHlRH bQDHiYi2jZgx4W2/t5AxYZHuNC7hzwll+dplx4aKrU2Zv8qXDHpZtxTJwhmqWj3CQw11 L+IaNZPO1gKewkLvj3EeqlSvz5WoCALrRdXn9lvdFpsSiMpE0yY7D+J7gjlg6WyjLB2O j9P8q7tbYUm/gz1n6gGX8nLdbVY0bnHHf3AM4sxbWLLoOWr3QtFuZUowHq4GmHQ+6o8P 0bkNaRYLFqHXSQtfqwCp/jFDwzESqkOk//HFcvJsl2RN8d891zkAaaZ1JJ++VTi8bBxq umsw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc; bh=9h7xYkHkf6Zce2li5QkeyA7rnNiqT0Wg9N+Tmh1maiM=; b=bceutv0GqvHw0v7kUimXTYIf5hsAi99VnO19u1S3I5XM46ZJjubGSarXxzrKgJjnsP DxOxJC62oQvh0pD9LxvgEu57PpPDBOfYG3duEfj+JaDA9bcVWG5MLROft1OF3qLmLKph PKWuTVmo2IplLb/G6uPa6ZnfDgziRzoVHND7PQzFRWfcd8nd8lPm8gjPNmD3T2B3E+Uf XBlRCJaaVBdA7IuBdsS3Xba1sApsWDlG3aVsYDOSUyRHE1XG+8xqnu0cKC1EV1ngPmpz GUs7lT0YdrR2V5IiTHwVfsOatPPR5QRCPdkm/3MP8kPlVyqAwWx1/OFh9JeKBs20enfw VaDw== X-Gm-Message-State: AOPr4FXLBK1RhT/SdVw1wqeuwdxvMiS2sOs+o9CBopaK0LI7bhHbPyfLprOpXIc2LREfSRhlfMygA1dhBPcmUg== MIME-Version: 1.0 X-Received: by 10.157.4.174 with SMTP id 43mr1892650otm.127.1462297050038; Tue, 03 May 2016 10:37:30 -0700 (PDT) Received: by 10.202.78.23 with HTTP; Tue, 3 May 2016 10:37:29 -0700 (PDT) In-Reply-To: <1462282531.5535.307.camel@edumazet-glaptop3.roam.corp.google.com> References: <1462125592.5535.194.camel@edumazet-glaptop3.roam.corp.google.com> <865DA393-262D-40B6-A9D3-1B978CD5F6C6@gmail.com> <7A2801D5E40DD64A85E38DF22117852CD09A181F@wdc1exchmbxp01.hq.corp.viasat.com> <7A2801D5E40DD64A85E38DF22117852CD09A1873@wdc1exchmbxp01.hq.corp.viasat.com> <1462282531.5535.307.camel@edumazet-glaptop3.roam.corp.google.com> Date: Tue, 3 May 2016 10:37:29 -0700 Message-ID: From: Dave Taht To: Eric Dumazet Cc: "Agarwal, Anil" , Jonathan Morton , "make-wifi-fast@lists.bufferbloat.net" , "codel@lists.bufferbloat.net" , ath10k Content-Type: text/plain; charset=UTF-8 Subject: Re: [Codel] fq_codel_drop vs a udp flood X-BeenThere: codel@lists.bufferbloat.net X-Mailman-Version: 2.1.20 Precedence: list List-Id: CoDel AQM discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 May 2016 17:37:30 -0000 Thus far this batch drop patch is testing out beautifully. Under a 900Mbit flood going into 100Mbit on the pcengines apu2, cpu usage for ksoftirqd now doesn't crack 10%, where before (under pie,pfifo,fq_codel,cake & the prior fq_codel) it went to 88% and ultimately bad things happened, like losing routability. I've had it running for hours and I hardly notice it's there. Performance for the normal cc controlled and/or sparse flows is unaffected, aside from the uncontrolled flows eating their percentage of the link. Nice work. Thx. This should go into -stable. https://patchwork.ozlabs.org/patch/617307/ Sigh. The RFC is past last call...