RELENG_7_1: bce driver change generating too much interrupts ?

geoffroy desvernay dgeo at ec-marseille.fr
Tue Dec 2 12:02:27 PST 2008


Xin LI a écrit :
> Can anyone try reverting the changeset itself?  There are two recent
> changesets:
> 
> 	http://www.delphij.net/bce-185161.diff.bz2
> 	http://www.delphij.net/bce-184826.diff.bz2
> 
> You can revert the change by doing this:
> 
> cd /usr/src
> fetch http://www.delphij.net/bce-185161.diff.bz2
> fetch http://www.delphij.net/bce-184826.diff.bz2
> bzcat bce-185161.diff.bz2 | patch -R
> bzcat bce-184826.diff.bz2 | patch -R
> 
> I'll check what's happening ASAP.
> 
Done:

I'd say it seems to be related...

Before applying your patches:
# vmstat -i
interrupt                          total       rate
irq1: atkbd0                          18          0
irq14: ata0                           58          0
irq20: uhci1                          96          0
irq21: uhci0 uhci+                     5          0
irq78: mfi0                       539747          3
cpu0: timer                    350029937       1999
irq256: bce0                  6757905080      38611
irq259: bce1                  8296789513      47403
cpu1: timer                    350029945       1999
cpu2: timer                    350030010       1999
cpu3: timer                    350030025       1999
Total                        16455354434      94018


After patch, make buildkernel && make reinstallkernel and reboot
interrupt                          total       rate
irq1: atkbd0                          18          0
irq14: ata0                           58          0
irq20: uhci1                           2          0
irq21: uhci0 uhci+                     5          0
irq78: mfi0                         3947         24
cpu0: timer                       320361       1989
irq256: bce0                        6658         41
irq259: bce1                        1428          8
cpu1: timer                       320320       1989
cpu2: timer                       320380       1989
cpu3: timer                       320507       1990
Total                            1293684       8035

-- 
geoffroy desvernay

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: OpenPGP digital signature
Url : http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20081202/42039be0/signature.pgp


More information about the freebsd-stable mailing list