Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Sep 2006 16:01:08 +0200
From:      Albert Shih <shih@math.jussieu.fr>
To:        Per olof Ljungmark <peo@intersonic.se>
Cc:        freebsd-proliant@freebsd.org
Subject:   Re: DL380G2 instability
Message-ID:  <20060926140108.GI2848@math.jussieu.fr>
In-Reply-To: <451920B1.2040002@intersonic.se>
References:  <4517C9AE.6000107@intersonic.se> <20060925132626.GG26539@voodoo.schug.net> <4517DCE3.2090206@intersonic.se> <20060925174144.R39281@ns1.as.pvp.se> <20060925184121.GC48747@math.jussieu.fr> <451920B1.2040002@intersonic.se>

next in thread | previous in thread | raw e-mail | index | archive | help
 Le 26/09/2006 à 14:44:33+0200, Per olof Ljungmark a écrit
> Albert Shih wrote:
> <snoip>
> >Now I'm running 6.2-PRERELEASE with polling and no-SMP. It's seem stable
> >(not very stable...but...).
> 
> Albert, what is "polling"? I need to test this too -
> 
It's special «status» of the network interface.

I'm not sure to understand what's that mean but if i'm not wrong : in standard 
configuration it's the mothercard who manage the access of network interface

In polling mode it's the CPU to manage this.

One problem is there use lots of CPU...

For this you must add

	options         DEVICE_POLLING

in your kernel config

After installing the new kernel and reboot you need 

	/sbin/ifconfig em0 polling

and you can see in ifconfig -a 

em0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
        options=4b<RXCSUM,TXCSUM,VLAN_MTU,POLLING>
					  ^^^^^^ 
					 this....

        media: Ethernet autoselect (1000baseTX <full-duplex>)
        status: active

Of course all of that need you interface support polling, and you can see
in man polling :

     Device polling requires explicit modifications to the device drivers. As
     of this writing, the dc(4), em(4), fwe(4), fxp(4), ixgb(4), nge(4),
     re(4), rl(4), sis(4), ste(4), vge(4), and vr(4) devices are supported,
     with others in the works.  The modifications are rather straightforward,


Regards.

--
Albert SHIH
Universite de Paris 7 (Denis DIDEROT)
U.F.R. de Mathematiques.
7 ième étage, plateau D, bureau 10
Heure local/Local time:
Tue Sep 26 15:52:24 CEST 2006



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060926140108.GI2848>