Re: em driver - strange behavior
- From: "Jack Vogel" <jfvogel@xxxxxxxxx>
- Date: Wed, 15 Nov 2006 08:24:28 -0800
On 11/15/06, Miroslav Slavkov <miroslav@xxxxxxxxxxxx> wrote:
Hi.
I've posted some test with the latest em driver in the previous thread "Proposed 6.2 em RELEASE patch"...
It's working fine.
Now i see some strange behavior. Machine is Dual Intel Xeon 5110, with SuperMicro X7-DBE mainboard. It has dual port integrated Intel PRO/1000 EB lan card, one Intel 82542 Gigabit Ethernet Controller, and one Intel PRO/1000 PT.
The problem is the Intel PRO/1000 PT card. All other cards are in use (in production mode), only this card is down and not used right now, but it's generating more interrupts than any other card.
em3: flags=8802<BROADCAST,SIMPLEX,MULTICAST> mtu 1500
options=b<RXCSUM,TXCSUM,VLAN_MTU>
ether 00:15:17:0e:10:90
media: Ethernet autoselect
status: no carrier
output from systat -vm (interrupts/irq/interface):
14235 16: em3
6214 18: em0
914 19: em1
13613 24: em2
currently it has around 200Mbit/s total bandwidth on the other cards
system is: FreeBSD 6.2-PRERELEASE #1: Tue Nov 14 17:24:17 EET 2006 amd64
EM_INTR_FAST is defined in em driver
no polling
Any clues?
Your description is a bit confusing, is this port ON the motherboard?
If its not in use by the OS but it still shows interrupts I'm suspecting
the management hardware maybe?
Jack
_______________________________________________
freebsd-net@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscribe@xxxxxxxxxxx"
- Follow-Ups:
- Re: em driver - strange behavior
- From: Miroslav Slavkov
- Re: em driver - strange behavior
- References:
- em driver - strange behavior
- From: Miroslav Slavkov
- em driver - strange behavior
- Prev by Date: em driver - strange behavior
- Next by Date: Re: em driver - strange behavior
- Previous by thread: em driver - strange behavior
- Next by thread: Re: em driver - strange behavior
- Index(es):
Relevant Pages
- RE: [UPDATED PATCH] EFI support for ia32 kernels
... >> reuse a single driver image for multiple architectures assuming there ...
As one of the people responsible for the EFI Specification and our ... Perhaps the UNDI
network card interface that Intel developed ... BIOS can't shadow that much ROM code.
... (Linux-Kernel) - Fwd: Re: [RFC] pata_icside driver
... we need to disable the interrupts from the port ... on the card if no
drives are found, ... This driver continues to have the so far ignored issue concerning
... * Purpose: disable interrupts from card ... (Linux-Kernel) - Re: Preferred method to get interrupts
... I had problems with interrupts ... On the X51 when the card is
inserted, the card is powered up, but stays ... We got are driver to load in a similar
fashion to yourself but what I found ... (microsoft.public.windowsce.platbuilder) - Re: Preferred method to get interrupts
... I think the X51 CF problem stems from Dell trying to implement the new PC ...
CARD structure, instead of what HP did and remove it from the OS. ... We got are driver
to load in a similar fashion to yourself but what I ... I have an IPAQ hx2495 but have been unable
to get interrupts on that ... (microsoft.public.windowsce.platbuilder) - device driver race conditions problems (kernel 2.4)
... I'm working in a device driver for kernel 2.4 to use with our new CTI ... My
driver must be able to manage more than one card using the same ISR ... interrupt cannot
interrupts the other but when one reaches another, ... static inline void inc_pointer_signal(volatile
unsigned int *index, ... (comp.os.linux.development.system)