From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Tue, 7 Mar 2006 13:17:01 +0200 From: Serge Ryabchun To: ALT Linux Sisyphus discussion list Message-ID: <20060307111701.GA7680@emt.com.ua> References: <200603061409.39595.thresh@cpms.ru> <20060306141709.GB6949@emt.com.ua> <200603061732.29330.thresh@cpms.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <200603061732.29330.thresh@cpms.ru> X-Virus-Scanned: amavisd-new at localhost Subject: Re: [sisyphus] 2.6.14-std26-smp-alt5, tg3, jumbo frames X-BeenThere: sisyphus@lists.altlinux.org X-Mailman-Version: 2.1.6 Precedence: list Reply-To: ALT Linux Sisyphus discussion list List-Id: ALT Linux Sisyphus discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Mar 2006 11:17:19 -0000 Archived-At: List-Archive: List-Post: On Mon, Mar 06, 2006 at 05:32:29PM +0300, Pavlov Konstantin wrote: > On Monday 06 March 2006 17:17, Serge Ryabchun wrote: > > On Mon, Mar 06, 2006 at 02:09:39PM +0300, Pavlov Konstantin wrote: > > > Всем привет. > > > > > > Может кто подсказать, как завести MTU, больший чем 1500 на обозначенном > > > ядре и модуле? > > > > > > Тупое # ip li set eth1 mtu 9000 говорит: > > > SIOCSIFMTU: Invalid argument > > > > > > По гуглу были какие-то изменения в части jumbo frames в pre-снэпшотах > > > 2.6.14, касающиеся ia64. > > > > > > $ uname -rmv > > > 2.6.14-std26-smp-alt5 #1 SMP Fri Feb 10 19:26:24 MSK 2006 x86_64 > > > > не все tg3 держат jumbo. BMC5721 не держит > Вот она именно и у меня. По man bge во фре вижу, что оно таки их умеет А сходить на broadcom.com перед тем как брать железо? В описании 5721 нет поддержки jumbo, я встречал jumbo у 5721, но то был какой-то отдельный дивайс, не эмбеддед, от HP кажется. А так BGE(4) FreeBSD Kernel Interfaces Manual BGE(4) NAME bge -- Broadcom BCM570x/5721/5750/5751 PCI Gigabit Ethernet adapter driver ... The BCM570x also supports jumbo frames, which can be configured via the interface MTU setting. Selecting an MTU larger than 1500 bytes with the ifconfig(8) utility configures the adapter to receive and transmit jumbo frames. Using jumbo frames can greatly improve performance for certain tasks, such as file transfers and data streaming. 570x != 5721 А вот win32.inf от broadcom BCM5750A1STSP = "Embedded Broadcom NetXtreme 5721 PCI-E Gigabit NIC" %BCM5750A1STSP% = BCM5750A1STSP.Inst, PCI\VEN_14e4&DEV_1659&SUBSYS_3260103C [BCM5750A1STSP.Inst] Characteristics = 0x84 ; NCF_HAS_UI | NCF_PHYSICAL DelReg = DelReg.Jumbo ... И если я правильно помню, то в bcm5700 v.7.3.4 была убрана возможность поставить jumbo на некоторые неподдерживающие jumbo чипы, 5721 в том числе, как явная ошибка в коде.