From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail2.tohojo.dk (mail2.tohojo.dk [77.235.48.147]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.bufferbloat.net (Postfix) with ESMTPS id 2B7A63B25D for ; Mon, 22 Aug 2016 10:24:40 -0400 (EDT) X-Virus-Scanned: amavisd-new at mail2.tohojo.dk DKIM-Filter: OpenDKIM Filter v2.10.3 mail2.tohojo.dk 3403C40D5E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=toke.dk; s=201310; t=1471875877; bh=YPh7JTf163QrQLr4SlZqb/wiVVPfkZX0W5JjUgSWGaI=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=iTuz9us4yuMhWGXXByo8KbtZBFKCtZ+KYxCHBta/y/pHfIayBURGhM0o1m0zy5HBf TyTHd1h1bWfw28bf6zFFmITvpbfA66LCDIKL6IUH+SKLDEnXMqEa/IIsjPGkGiHgXD lbVAA/Xrpl7yXAnv0wszXEIlJVE7sRSMWOru1z/c= Sender: toke@toke.dk Received: by alrua-x1.borgediget.toke.dk (Postfix, from userid 1000) id EDD926141; Mon, 22 Aug 2016 16:24:35 +0200 (CEST) From: =?utf-8?Q?Toke_H=C3=B8iland-J=C3=B8rgensen?= To: Noah Causin Cc: make-wifi-fast@lists.bufferbloat.net References: <20160817125800.19154-1-toke@toke.dk> <20160817144531.4285-1-toke@toke.dk> <7df7eed3-4d65-7953-81cd-af969060642a@gmail.com> <878tvv58mb.fsf@toke.dk> Date: Mon, 22 Aug 2016 16:24:35 +0200 In-Reply-To: (Noah Causin's message of "Thu, 18 Aug 2016 23:06:29 -0400") X-Clacks-Overhead: GNU Terry Pratchett Message-ID: <87shtw51b0.fsf@toke.dk> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Make-wifi-fast] [PATCH v2] mac80211: Move crypto IV generation to after TXQ dequeue. 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: Mon, 22 Aug 2016 14:24:40 -0000 Noah Causin writes: > I have been trying to combine the airtime fairness patches with this crypto > patch. > > If I was to do this, what would be a good filename for the crypto > patch? I've been using package/kernel/mac80211/patches/345-iv-fix.patch - though I don't think the patch touches anything the earlier patches do, so it probably doesn't matter too much. If the compile doesn't fail, you should be fine :) > Would I also have to do any modifications to get this working? Do I > need to use the staging branch? You'll need package/kernel/mac80211/patches/337-ath9k-Switch-to-using-mac80211-intermediate-software.patch to enable the software queues in ath9k, which is in the staging branch. -Toke