From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1REiU1-00054w-2m for garchives@archives.gentoo.org; Fri, 14 Oct 2011 14:11:33 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 166F421C117; Fri, 14 Oct 2011 14:11:23 +0000 (UTC) Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.22]) by pigeon.gentoo.org (Postfix) with SMTP id D7B1C21C029 for ; Fri, 14 Oct 2011 14:10:31 +0000 (UTC) Received: (qmail invoked by alias); 14 Oct 2011 14:10:30 -0000 Received: from g231014246.adsl.alicedsl.de (EHLO toxic.dbnet) [92.231.14.246] by mail.gmx.net (mp058) with SMTP; 14 Oct 2011 16:10:30 +0200 X-Authenticated: #351132 X-Provags-ID: V01U2FsdGVkX18+wF8rLZE+rDA1IURQ6KaY6UypIzpQTMEv9QhMcG yxR5ZZRBnGQyu5 Date: Fri, 14 Oct 2011 16:10:24 +0200 From: Jonas de Buhr To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Set eth0 parameters via conf.d? Message-ID: <20111014161024.0077e297@toxic.dbnet> In-Reply-To: References: X-Mailer: Claws Mail 3.7.9 (GTK+ 2.24.4; x86_64-pc-linux-gnu) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-Archives-Salt: X-Archives-Hash: 70e4b1e9bc065ee946e4866e3d6a3ec8 Am Fri, 14 Oct 2011 19:31:57 +0700 schrieb Pandu Poluan : > Is it possible to set eth0 parameters (e.g., txqueuelen) > via /etc/conf.d/net ? yes, set: txqueuelen_eth0="1000" or whichever value you want. have a look at /usr/share/doc/openrc-0.8.3-r1/net.example.bz2 your version of openrc may be different. in that case try locate net.example /jonas