[EMAIL PROTECTED]:4:0: class=0x020000 card=0x10008086 chip=0x101d8086 rev=0x01
hdr=0x00
vendor = 'Intel Corporation'
device = '82546EB Dual Port Gigabit Ethernet Controller'
class = network
subclass = ethernet
[EMAIL PROTECTED]:4:1: class=0x020000 card=0x10008086 chip=0x101d8086 rev=0x01
hdr=0x00
vendor = 'Intel Corporation'
device = '82546EB Dual Port Gigabit Ethernet Controller'
class = network
subclass = ethernet
[EMAIL PROTECTED]:6:0: class=0x020000 card=0x10008086 chip=0x101d8086 rev=0x01
hdr=0x00
vendor = 'Intel Corporation'
device = '82546EB Dual Port Gigabit Ethernet Controller'
class = network
subclass = ethernet
[EMAIL PROTECTED]:6:1: class=0x020000 card=0x10008086 chip=0x101d8086 rev=0x01
hdr=0x00
vendor = 'Intel Corporation'
device = '82546EB Dual Port Gigabit Ethernet Controller'
class = network
subclass = ethernet
doesn't look like there is anything useful there..
----- Original Message -----
From: "Fleming, John (ZeroChaos)" <[EMAIL PROTECTED]>
To: "Matthew Lenz" <[EMAIL PROTECTED]>; <[email protected]>
Sent: Friday, August 12, 2005 5:30 PM
Subject: RE: [pfSense-discussion] iperf
pciconf -lv
That will list everything, dmesg can also hold some good info.
pciconf == lspci
-----Original Message-----
From: Matthew Lenz [mailto:[EMAIL PROTECTED]
Sent: Friday, August 12, 2005 4:32 PM
To: [email protected]
Subject: Re: [pfSense-discussion] iperf
On Fri, 2005-08-12 at 16:10 -0500, Bill Marquette wrote:
I usually use:
client: iperf -P 2 -w 128k -c server
server: iperf -w 128k -s
And I'd recommend using:
http://dast.nlanr.net/Projects/Iperf/iperfdocs_1.7.0.html
Also, I'm not sure FreeBSD uses polling mode for the em driver by
default. Are all your NICs on the same IRQ, if not can you set them
to the same IRQ? At least in OpenBSD same IRQ improves performance
somewhat due to how interrupt handling works (if you're in the
interrupt handler for IRQ x, loop through all devices on IRQ x and
process anything they need done).
--Bill
I'm one of those linux guys. How does one determine a device's IRQ
under freebsd?