From owner-freebsd-embedded@FreeBSD.ORG Mon Jul 7 19:19:51 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 0D3C45C2; Mon, 7 Jul 2014 19:19:51 +0000 (UTC) Received: from mail-qg0-x22c.google.com (mail-qg0-x22c.google.com [IPv6:2607:f8b0:400d:c04::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 AEE0B2740; Mon, 7 Jul 2014 19:19:50 +0000 (UTC) Received: by mail-qg0-f44.google.com with SMTP id j107so4096422qga.17 for ; Mon, 07 Jul 2014 12:19:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=bUKLuJKbZlleuyOyFBozprJVsxsfI3BA5EdOUEwRwWA=; b=bJJ3/Q0ovirU1Xhv2VZWe62/uVPnNDsYxSAQQVKWes01dU9G+1x6NvGLe6mNYvw+DX 52JJDbDsgmV16QqAsjHGMPwhXTneWHTRGkUrHP+f1veA9pvAR5zwr9z1eDxwdeHJNV9f PJlHaB4qoNPenWcBOSeBn3st5M8Zlo3t9gws1exr9xRjTkABaTtLi9jVteD3IZaKqNI8 EdCo/e4nyNzN/+xzJSigiIopjItcKn/dMP9PG6GqIcmsLwHrCzm5xsUDeX6xr/DJCDDD chVFjCy9PUJhopbDf4WWC7yHrEg2ZhhneexESC+XR+7/e9vkc+asGcUTTSbP/WNfBWkE 5I0A== MIME-Version: 1.0 X-Received: by 10.140.89.18 with SMTP id u18mr7155616qgd.87.1404760789737; Mon, 07 Jul 2014 12:19:49 -0700 (PDT) Received: by 10.96.73.39 with HTTP; Mon, 7 Jul 2014 12:19:49 -0700 (PDT) In-Reply-To: References: <9CBFAD35-D651-4E28-BEBB-DC3717F38567@bsdimp.com> <1378583762.1111.512.camel@revolution.hippie.lan> Date: Mon, 7 Jul 2014 12:19:49 -0700 Message-ID: Subject: Re: mbuf autotuning effect From: hiren panchasara To: "freebsd-mips@freebsd.org" Content-Type: text/plain; charset=UTF-8 Cc: freebsd-embedded 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 19:19:51 -0000 Trimming the cc list. On Wed, Sep 18, 2013 at 9:39 PM, hiren panchasara > > I am proposing following change for tplink TP-WN1043ND. This will get > maxmbufmem *up* from 6mb to 14mb out of total 32mb. > > Index: sys/mips/conf/TP-WN1043ND > =================================================================== > --- sys/mips/conf/TP-WN1043ND (revision 255680) > +++ sys/mips/conf/TP-WN1043ND (working copy) > @@ -15,6 +15,8 @@ > # Force the board memory - 32mb > options AR71XX_REALMEM=32*1024*1024 > > +options VM_KMEM_SIZE_SCALE=1 > + > # i2c GPIO bus > device gpioiic > device iicbb > > I do not see any other side-effects of it. Please correct me if I am wrong. I have this local modification for months now and I'd like to see what others with TP-WN1043ND think about it. cheers, Hiren