From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.toke.dk (mail.toke.dk [52.28.52.200]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.bufferbloat.net (Postfix) with ESMTPS id 939063CB3F for ; Mon, 8 Jan 2018 13:15:41 -0500 (EST) From: Toke =?utf-8?Q?H=C3=B8iland-J=C3=B8rgensen?= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=toke.dk; s=20161023; t=1515435338; bh=yvUw1cRhQ6fZLlqLfV56svUiveKZ83i3w6U8hSvALuU=; h=From:To:Subject:In-Reply-To:References:Date:From; b=nVOl217s/byrv+xKVhu1if/tYvFGKOmcZIjalHI7IAR2UEqZp6tNcVgaTHV9mPu2x cLYn6G9kjx6StRFfPfg4CuT7EauT4mlXJujUsnx8LuB1sBZ4O9Zg2FzBbKGY+7bAxL /QHpRUSuRaG1jhVh1EC2AItmFBX14oW/11Hpa6pV3p01k9IK9LJdyWmUp5SR/z8LsK YQm0LM7HFXvLw45iRD4EntrSx3lbkLIOhKC/bkuXjHBcgRvXVtuN9lBzt8v78MqTda KtEoXkrBidRKWRHlN7EaCAYyIfkQbAOturm0tozXF7tKgJODQphG/GnnZZbPf6cInK IDkhttKSYGdoA== To: Louie Lu , ath10k@lists.infradead.org, make-wifi-fast@lists.bufferbloat.net In-Reply-To: <20180105105317.GA17563@nems_nctu_lu> References: <20180105105317.GA17563@nems_nctu_lu> Date: Mon, 08 Jan 2018 19:15:36 +0100 X-Clacks-Overhead: GNU Terry Pratchett Message-ID: <87efn0tdx3.fsf@toke.dk> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Make-wifi-fast] [PATCH] ath10k: Add independent prio sta queue 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, 08 Jan 2018 18:15:41 -0000 > Using what I understand now, I using aid to select which txq will be > priority and sent out first. But when I testing this code with iperf, > it is not working as I think. 2 station both sending -b 400M -t 0 packet, > (maximum about 250M)I exepct the station I setup in param will take all the > bandwidth, but the result is 120M/120M, where did I get wrong? IIRC, ath10k has two places it feeds packets to the firmware. You probably need to change the other one as well... -Toke