From owner-freebsd-embedded@FreeBSD.ORG Mon Jul 7 18:22:56 2014 Return-Path: Delivered-To: freebsd-embedded@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B5CE8DE5; Mon, 7 Jul 2014 18:22:56 +0000 (UTC) Received: from mail-qa0-x22c.google.com (mail-qa0-x22c.google.com [IPv6:2607:f8b0:400d:c00::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 549642212; Mon, 7 Jul 2014 18:22:56 +0000 (UTC) Received: by mail-qa0-f44.google.com with SMTP id hw13so3883400qab.17 for ; Mon, 07 Jul 2014 11:22:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=VFFzDAyccKE9VmMpgijzjHE/xU8+pF6Yw36tyaLuIBM=; b=LQ9rnRQI4xF0rLvPHsW4QnG+2XIq/fF9ipaJWQfkHs8sX1OGCnIXO/pYmqGmyw0ABb FOuhbAHV4yW+279G4cq7Pf32ptD/VDodj9Bk/owds3tIzWvaSoB7Fmy/1hqZGPNqFhp+ G/z/MG6J61P2zlmN0LsxbHFc47bc7CFZA1eZ/BNX8ara9rMaKplJ468WM0r+4Np+55G9 fzxHdFybpAMQQer01yHzxHAKWasaZsC7/cN9GoVue+ySsGGqAjHkH6WHMhuJdWX1yDKd Di4wuLpbISvJNK8PmGIi1qm0Bw8XZ4uILl6KXnxDZVv45Sb6m3mq/cf+U2a2Ll/1Amih zBTw== MIME-Version: 1.0 X-Received: by 10.224.16.200 with SMTP id p8mr51770950qaa.76.1404757366305; Mon, 07 Jul 2014 11:22:46 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.224.202.193 with HTTP; Mon, 7 Jul 2014 11:22:46 -0700 (PDT) In-Reply-To: <1404753166.65432.10.camel@revolution.hippie.lan> References: <20140707142538.GA43661@zibbi.meraka.csir.co.za> <1404753166.65432.10.camel@revolution.hippie.lan> Date: Mon, 7 Jul 2014 11:22:46 -0700 X-Google-Sender-Auth: FRKgz7hVrOu2YAfyuJ8wcvtCLbc Message-ID: Subject: Re: CAMBRIA and more than one atheros card From: Adrian Chadd To: Ian Lepore Content-Type: text/plain; charset=UTF-8 Cc: "freebsd-wireless@freebsd.org" , "freebsd-embedded@freebsd.org" X-BeenThere: freebsd-embedded@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jul 2014 18:22:56 -0000 On 7 July 2014 10:12, Ian Lepore wrote: > On Mon, 2014-07-07 at 09:25 -0700, Adrian Chadd wrote: >> hi, >> >> That call is returning ENOMEM. I'm not sure why. It allocated an mbuf >> fine, but it couldn't allocate the DMA map. >> >> What's the output of "vmstat -z" ? I wonder if it's failing an allocation. >> >> >> >> -a > > Lack of bounce buffers is a posibility that won't show up in vmstat > output. right, but there's a bunch of already failing vmstat entries. John - there's a vmscale parameter somewhere. Hiren had to drop it down for his APs to work in 64MB of RAM. I think it's vm.kmem_size_scale . What's it say for you? -a