From owner-freebsd-wireless@FreeBSD.ORG Thu Oct 27 11:19:33 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 DDA31106564A for ; Thu, 27 Oct 2011 11:19:33 +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 9C3968FC13 for ; Thu, 27 Oct 2011 11:19:33 +0000 (UTC) Received: by vws11 with SMTP id 11so3507659vws.13 for ; Thu, 27 Oct 2011 04:19:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=3YdFAj+LEh4SoHzFagAkUo4uUS2XIYImpERB/ei8FEo=; b=jmeS3RW5UqCuC/nW+QKZRNEYwUgxqJQPexAmZLmAgKyWaH3p5QWNF7McDpdu5xDZfW 8IH+5n1OhSGtenlB1+LyF5r2gy4kE/YLOy7hgE5BdkKCOnjvp22DH+DkgyOWPu5Jp36x lzuT8ftLQAsmoTpAl/bT8st5n2c+h4inWjlik= MIME-Version: 1.0 Received: by 10.52.240.131 with SMTP id wa3mr830293vdc.95.1319714372759; Thu, 27 Oct 2011 04:19:32 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.52.176.1 with HTTP; Thu, 27 Oct 2011 04:19:32 -0700 (PDT) In-Reply-To: References: Date: Thu, 27 Oct 2011 19:19:32 +0800 X-Google-Sender-Auth: cXIPHvlDC929GGCXUJTulTsw_VQ Message-ID: From: Adrian Chadd To: Berislav Purgar Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-wireless@freebsd.org Subject: Re: if_ath_tx - svn r226797 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: Thu, 27 Oct 2011 11:19:33 -0000 On 27 October 2011 17:40, Berislav Purgar wrote: > testing latest svn r226797 i got error DMA filed to stop in 10ms (on AR5416) > and bunch of tx_tid_drain errors on both side (AR5416 & AR9280).. so i > revert back to r226792 on AR5416 and for last 2h works like a charm. no any > kind of errors so far :) Ok. As I said on iRC earlier, there's only four commits in if_ath_tx between those commits. So please try each as mentioned on IRC and report back. Adrian