From owner-freebsd-wireless@FreeBSD.ORG Tue Feb 19 17:44:18 2013 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 691E15F2; Tue, 19 Feb 2013 17:44:18 +0000 (UTC) (envelope-from monthadar@gmail.com) Received: from mail-wi0-f174.google.com (mail-wi0-f174.google.com [209.85.212.174]) by mx1.freebsd.org (Postfix) with ESMTP id D369891F; Tue, 19 Feb 2013 17:44:17 +0000 (UTC) Received: by mail-wi0-f174.google.com with SMTP id hi8so5144883wib.1 for ; Tue, 19 Feb 2013 09:44:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=5Z3+E1juBDswn4ysm8lgwXWzwTd3T1zrOGrqDFnh/XM=; b=N6ONEKOrPdcXmw+b+iQqfZPP2BRlrxJO0FQBjr+xmz+bb9uHBqSOoRd40cFB+VHnsJ w0pVQoMi6FEUcqjTp4U8JbkE+dz+5VK2OB1Gs6to556iLwXO39Aa9ZIhTY8PCtZ7eAXz S3Kb8B8/RweqFVKwiVaWg5RAuQJGwNg57MCsaAG8e3wI/buduT8qwXOqsMVQs1Ex0E/8 scKfvjXQslmoxt7X0mETMIXNxQNmBvHmgDlwep9QIRVFg2YvytL0JEucbZgA3FIzEqmY mWNHjqEzwrJtiIPDqFVGStDMUqDznxCKcBoY+IcmsQdH2Ho7TpOx3R3HNHmqs4b+ld9I jISw== MIME-Version: 1.0 X-Received: by 10.180.97.166 with SMTP id eb6mr28835907wib.20.1361295856676; Tue, 19 Feb 2013 09:44:16 -0800 (PST) Received: by 10.227.196.15 with HTTP; Tue, 19 Feb 2013 09:44:16 -0800 (PST) In-Reply-To: References: Date: Tue, 19 Feb 2013 18:44:16 +0100 Message-ID: Subject: Re: [RFC] serialising net80211 TX From: Monthadar Al Jaberi To: Adrian Chadd Content-Type: text/plain; charset=ISO-8859-1 Cc: PseudoCylon , freebsd-wireless@freebsd.org X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Feb 2013 17:44:18 -0000 On Tue, Feb 19, 2013 at 5:49 PM, Adrian Chadd wrote: > On 19 February 2013 07:50, Monthadar Al Jaberi wrote: >> On Tue, Feb 19, 2013 at 4:10 PM, Adrian Chadd wrote: >>> Here's my current patch. I've tested it lightly in AP mode. >> >> Its identical to 20130216-net80211-tx-lock-2.diff? >> > > Good. That means I haven't accidentally changed anything since the > last diff. :-) Good then I dont need to re-apply ;) I have tested between two meshSTAand run iperf UDP until I get close to getting lost packets. Current FreeBSD (r246983): 17 Mbits/ Current FreeBSD (r246983) + with your patch: 15 Mbit/s Good news no panic! But looks like a bit slower. I should add I have noticed before that mesh is slower than other modes. br, > > I'm using that on my test (open) AP at the moment. Nothing that uses > active powersave is actually using it yet though. > > Thanks, > > > > adrian -- Monthadar Al Jaberi