We're experiencing problems with the bge gigabit ethernet driver.
We have a 100 Mbit ethernet network and are running 4.5 standard
install kernels. We have two 4.5 machines A (with a bge gigabit driver)
and machine B with ed0 interface. With small packets or low load,
there is no problem sending
< said:
> datamib[5] = IFDATA_GENERAL;
> *ip = drvdata->ifmd_data.ifi_ipackets;
> *op = drvdata->ifmd_data.ifi_opackets;
> *ib = drvdata->ifmd_data.ifi_ibytes;
> *ob = drvdata->ifmd_data.ifi_obytes;
The ``general'' part of the interface MIB is implemented by generic
code in net/if_mib
> 1. sf_buf_init() calls kmem_alloc_pageable(), which through several calls
>ends up calling vm_map_entry_create(). vm_map_entry_create() calls
>uma_zalloc() with M_WAITOK.
Alan Cox and Tor Egge just fixed this in -current in rev 1.247 of vm_map.c.
To Unsubscribe: send mail to [EM
Thank you I will try all this , i appreciate you taking the time to
answer.
On 10 Jun 2002 12:07:20 +0400
"Vladimir B. "Grebenschikov <[EMAIL PROTECTED]> wrote:
> ÷ Fri, 07.06.2002, × 19:27, Christophe Prevotaux ÎÁÐÉÓÁÌ:
> > try to setup this (it won't work) your example does not work
>
> As I
÷ Fri, 07.06.2002, × 19:27, Christophe Prevotaux ÎÁÐÉÓÁÌ:
> try to setup this (it won't work) your example does not work
As I already said you need to remove interface route here
(or apply changes sugessted by Iasen Kostoff <[EMAIL PROTECTED]>)
> ifconfig fxp0 inet 192.168.1.1/24 up
> ifconfig f