From owner-freebsd-wireless@FreeBSD.ORG Sun May 1 09:39:25 2011 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3FC07106564A; Sun, 1 May 2011 09:39:25 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id D01968FC18; Sun, 1 May 2011 09:39:24 +0000 (UTC) Received: by vws18 with SMTP id 18so4861721vws.13 for ; Sun, 01 May 2011 02:39:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to:cc :content-type; bh=B9VTnHk5KTOEmmJwLRYYFb1z9RoAujfyIF7CT6WcH2E=; b=JFjpz7FeLWPaZCmvfNEGMTw3ndobxuncBlF6t16wrlYgBF+RnPBx+6Mci2pE5n4fTE X2LzIgbfOeHBtgpGg2UFODuP8POE+XXN4Vy540a2Racn03OqZoe8G+oAWA5Go+nll6mU crJqREjS68+ahzEEEUw0GbZ9B33D9Vkim8L5w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:cc:content-type; b=xqFlD4yYglIPDlbuaRJ2vbrdwgTubPFOLocfLBTFVFPfhFDQXJVRTPCPZCI4xMfiRg iEwnN3Cfb6AYWUNPoOAMg3nl/xkyBQu5Op8iQuzInH7Ci1QqFuxSLY+YAeuGM11bixl+ sKQon0TClESWi5mqyXzsEY9/AWDH4kgPsYMRM= MIME-Version: 1.0 Received: by 10.52.180.104 with SMTP id dn8mr7761159vdc.302.1304242763939; Sun, 01 May 2011 02:39:23 -0700 (PDT) Received: by 10.52.157.202 with HTTP; Sun, 1 May 2011 02:39:23 -0700 (PDT) Date: Sun, 1 May 2011 17:39:23 +0800 Message-ID: From: Adrian Chadd To: freebsd-wireless@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-mobile@freebsd.org Subject: [wireless] Request for help - iperf TCP tests and out of order packets X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 01 May 2011 09:39:25 -0000 Hi all, I'm just trying to trace down some out of order TCP packet issues that I'm seeing with my ath wireless development. I'm currently lacking non-atheros hardware (I know, it's quite silly :-) so I'm after testing from both ath and other wifi device users. What I'd like done is this: On the FreeBSD station: * clear the statistics # netstat -sp tcp -z * run iperf in the background # iperf -s & On some device connected via ethernet: $ iperf -c -t 120 * then on the station # netstat -sp tcp | grep order If you can then repeat the same tests with the freebsd station instead connected directly via ethernet (via a switch is fine), that'd be great. Then please email me (privately) the results, so we don't spam up the lists. I'll post a summary. Thanks, Adrian