Hello, Scenario:
Two hosts: *** Host a: CPU: Intel(R) Xeon(TM) CPU 2.80GHz (2790.96-MHz 686-class CPU) Hyperthreading: 2 logical CPUs real memory = 1073676288 (1048512K bytes) em0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 4470 options=3<rxcsum,txcsum> media: Ethernet autoselect (1000baseSX <full-duplex>) *** Host b: CPU: Intel(R) Xeon(TM) CPU 2.80GHz (2790.96-MHz 686-class CPU) Hyperthreading: 2 logical CPUs real memory = 536301568 (523732K bytes) bge0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 4470 options=3<rxcsum,txcsum> media: Ethernet autoselect (1000baseSX <full-duplex>) Both Ethernet cards are PCI-X. Parameters (for both hosts): kern.ipc.maxsockbuf=8388608 net.inet.tcp.rfc1323=1 kern.ipc.nmbclusters="8192" The hosts are connected directly (no LAN equipment inbetween) to high capacity backbone routers (10 Gbit/sec backbone), and are approx 1000 km/625 miles(!) apart. Measuring RTT gives: RTTmax = 20.64 ms. Buffer size needed = 3.69 Mbytes, so I add 25% and set: sysctl net.inet.tcp.sendspace=4836562 sysctl net.inet.tcp.recvspace=4836562 MTU=4470 all the way. OS = FreeBSD 4-STABLE (as of today). **** Now the problem: The receiver works fine, but on the *sender* I run out if CPU (doesn't matter if host a or host b is sender). Measuring bandwidth with ttcp gives: ttcp-t: buflen=61440, nbuf=30517, align=16384/0, port=5001 tcp ttcp-t: 1874964480 bytes in 22.39 real seconds = 638.82 Mbit/sec +++ ttcp-t: 30517 I/O calls, msec/call = 0.75, calls/sec = 1362.82 ttcp-t: 0.0user 20.8sys 0:22real 93% 16i+382d 326maxrss 0+15pf 9+280csw This is very repeatable (within a few %), and is the same regardless of which direction I use. During that period, the sender shows: 0.0% user, 0.0% nice, 94.6% system, 5.4% interrupt, 0.0% idle I have read about DEVICE_POLLING, but that doesn't seem to be supported on any GigE PCI-X cards?!? Does anybody have an idea on which knob to tune next to be able to fill my (long-distance) GigE link? I am mostly interested in what to do to not eat all my CPU, but also if there are anu other TCP parameters that I haven't thought about. I have configured my kernel for SMP (Xeon CPU with hyperthreading), don't know if that is good or bad in this case? With kind regards, --Borje To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message