NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: kern/38172: Realtek 8139 C+ is not running in 100 MBit



The following reply was made to PR kern/38172; it has been noted by GNATS.

From: Frank Luedke <frank%luedke.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: kern/38172: Realtek 8139 C+ is not running in 100 MBit
Date: Thu, 06 Mar 2008 12:49:27 +0100

   Fine, with the patch applied and the kernel recompiled the system is 
 now running with 100 Mbit.
 
   I hope that the patch will be included in the next official NetBSD 
 release.
 
 -----------------------------
 iperf throughput test with original NetBSD 4 Kernel:
 # iperf -c 192.168.1.30 -d -t 30
 ------------------------------------------------------------
 Server listening on TCP port 5001
 TCP window size: 32.0 KByte (default)
 ------------------------------------------------------------
 ------------------------------------------------------------
 Client connecting to 192.168.1.30, TCP port 5001
 TCP window size: 32.8 KByte (default)
 ------------------------------------------------------------
 [  4] local 192.168.1.71 port 65534 connected with 192.168.1.30 port 5001
 [  5] local 192.168.1.71 port 5001 connected with 192.168.1.30 port 34557
 [  4]  0.0-30.0 sec  11.7 MBytes  3.26 Mbits/sec
 [  5]  0.0-30.3 sec  11.9 MBytes  3.30 Mbits/sec
 -----------------------------
 
 -----------------------------
 iperf throughput test with patched NetBSD 4 Kernel:
 # iperf -c 192.168.1.30 -d -t 30
 ------------------------------------------------------------
 Server listening on TCP port 5001
 TCP window size: 32.0 KByte (default)
 ------------------------------------------------------------
 ------------------------------------------------------------
 Client connecting to 192.168.1.30, TCP port 5001
 TCP window size: 32.8 KByte (default)
 ------------------------------------------------------------
 [  4] local 192.168.1.71 port 65531 connected with 192.168.1.30 port 5001
 [  5] local 192.168.1.71 port 5001 connected with 192.168.1.30 port 41760
 [  4]  0.0-30.0 sec    145 MBytes  40.6 Mbits/sec
 [  5]  0.0-30.4 sec    155 MBytes  42.7 Mbits/sec
 -----------------------------
 
 
 Thanks for the quick help!
 
 Cheers,
  Frank
 


Home | Main Index | Thread Index | Old Index