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 B0D223B260 for ; Wed, 17 Aug 2016 18:33:05 -0400 (EDT) X-Virus-Scanned: amavisd-new at mail2.tohojo.dk DKIM-Filter: OpenDKIM Filter v2.10.3 mail2.tohojo.dk 48B8240D5E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=toke.dk; s=201310; t=1471473183; bh=ZgojoCxOs2XOF2PG1yUQRFOsLh+aL5yVEQwgJC7yRkY=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=FF6KE7GwysyT9eXjCF1u9ufkuShcNdTWWfhLyf6JdOWPmBqwwUEPN5XKO9Or4p6tp B+5nhW+pMKmMb2QPz7YYw4aeXuovXydZjRLBFl+gsf7UYIdeRnYwrHIYV6cTR/uDS8 CNwrnlmxewIKAKRW6/h9NJrMNNnC7Bt0bqvUH70Y= Sender: toke@toke.dk Received: by alrua-x1.borgediget.toke.dk (Postfix, from userid 1000) id A15EE5FBF; Thu, 18 Aug 2016 00:33:00 +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> Date: Thu, 18 Aug 2016 00:33:00 +0200 In-Reply-To: <7df7eed3-4d65-7953-81cd-af969060642a@gmail.com> (Noah Causin's message of "Wed, 17 Aug 2016 11:47:13 -0400") X-Clacks-Overhead: GNU Terry Pratchett Message-ID: <878tvv58mb.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: Wed, 17 Aug 2016 22:33:05 -0000 Noah Causin writes: > Hi, > > Thank you and others for all the work you all have done. > > I have a question: > How do I apply this to Felix Fietkaus's lede staging branch? Just drop it into package/kernel/mac80211/patches with a suitable name and rebuild the mac80211 package. :) -Toke