From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-x236.google.com (mail-wm0-x236.google.com [IPv6:2a00:1450:400c:c09::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 9A3BF3BA8E for ; Sun, 17 Jun 2018 14:38:53 -0400 (EDT) Received: by mail-wm0-x236.google.com with SMTP id z6-v6so12479661wma.0 for ; Sun, 17 Jun 2018 11:38:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=heistp.net; s=google; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=nobspxL64p0yblf9RmYutnKywMDiICU40GP8VBxk5+k=; b=kR/Nn8qDOQiv3RRyx6tYOuryOHCqUVdqRpd0epb6sol/raSY8DvOKy/E5czfqGkUY1 PDPj35Y7Z9MGVSi9L4x79ORYwb0UDOyHQ8AiEa7fncSfSQsjMmDad/RhCgLc875igOjk IpYIyVtoSfQ8pfv7dmrWwWxypwsfrvNXW1nTXVf1o2tbdzzzUtWg1ZlL/RAlIK6fwCtZ Gh9HPp0nvjVUoEPeCiYfokYAQ1JwU8IF0uMdbI57rG75IcVimVGNVjPZNb3IPtX3u8rM BnSwFp1qFBuqmWX2pCLoZ4HiMa3Vj6yo2QkEnzY5GPsuXq8eqHvEzwL+98I/mi2btTaw 6dfw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=nobspxL64p0yblf9RmYutnKywMDiICU40GP8VBxk5+k=; b=JCJNIXumcZJGEIjIFXkX1KXs3mPKNBnzxAYzLI3usjUflw1Sv/JT4p7HMHU8NMhCwC j7RB6+t9meMqzGEF/bCdmOrVndHog4aN7iIe27jPKVU9y0QBaqHGAh3qNDKMTnr63VgF qARkBFKtB1iw6GwLafr2xZkAP/OOY1OsBqd/uAYcacg1mytCRrNlFvcHEnprhRI0P4/K hO8QL0XCPlKnMpY4FfMDmjdumEvzv1aKGmVux8ThLysqpn8xaVYC2VAdshsHIbuueEXi IDrBYYLVc5Vp7UPa0LD//fEQCdtCNvVLXoIe33IUoznz1s4m2C9X/o7rslXhSYo+mjgv xlJA== X-Gm-Message-State: APt69E3j4hmeeB31HsF3n2cY+4Ywekl9xZtNOlNlk5cwpTUZ1RMH9Uvv d7Bdwg/ry1zrjYTNIZL3wx/KZQ== X-Google-Smtp-Source: ADUXVKKvUOJlH6eD+fMbvUEdCubmIeCCp4wVYkiJ07UXBNt94uuZKPiyvVjRN6WtakygaZvJHDnG5Q== X-Received: by 2002:a1c:108b:: with SMTP id 133-v6mr704646wmq.136.1529260732419; Sun, 17 Jun 2018 11:38:52 -0700 (PDT) Received: from tron.luk.heistp.net (h-1169.lbcfree.net. [185.193.85.130]) by smtp.gmail.com with ESMTPSA id f24-v6sm5071806wmc.0.2018.06.17.11.38.51 (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 17 Jun 2018 11:38:52 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) From: Pete Heist In-Reply-To: Date: Sun, 17 Jun 2018 20:38:50 +0200 Cc: Jesper Dangaard Brouer , Florian Westphal , Marek Majkowski , Make-Wifi-fast Content-Transfer-Encoding: quoted-printable Message-Id: References: <1527721073.171416827@apps.rackspace.com> <150ABF21-FAFC-48E2-9E55-CAA609EAE449@heistp.net> <20180617131921.09bf5353@redhat.com> To: Dave Taht X-Mailer: Apple Mail (2.3124) Subject: Re: [Make-wifi-fast] emulating wifi better - coupling qdiscs in netem? X-BeenThere: make-wifi-fast@lists.bufferbloat.net X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jun 2018 18:38:53 -0000 > On Jun 17, 2018, at 6:09 PM, Dave Taht wrote: >=20 > I'm pleased that these are apu2 results, I have some hope that a > heftier box can do better. I suspect 10-20x is possible on more modern, desktop class hardware. > And these are not using the bulk verdict facility? It looks like not to me. nfq_nlmsg_verdict_put is called with a single = ID and I see no references to the batch verdict support there. = Presumably there are significant gains to be had there.=