cvs commit: src/sys/dev/netif/re if_re.c if_revar.h
Sepherosa Ziehau
sephe at crater.dragonflybsd.org
Sat Oct 18 04:28:00 PDT 2008
sephe 2008/10/18 04:26:52 PDT
DragonFly src repository
Modified files:
sys/dev/netif/re if_re.c if_revar.h
Log:
- Don't claim 7422 MTU size is support by various 8111/8169 chips (PCI devices);
6144 MTU size works reliably.
Set MTU above 6144 (6 * 1024) on these chips and do following test:
netperf -H host -l 30 -t UDP_STREAM -- -m (mtu-28)
All kinds of wiredness will pop up on the test box.
- Set max supported MTU to 9216 for 8168D.
Obtained-from: Realtek r8168-8.008.00
- Set max supported MTU to 6144 for non-8168D GigE chips.
- Cleanup jumbo frame/MTU size related macros.
# As usual, 8169(with 88E1000 PHY) does not seem to work well with any jumbo
# frame size
Revision Changes Path
1.89 +38 -46 src/sys/dev/netif/re/if_re.c
1.28 +13 -7 src/sys/dev/netif/re/if_revar.h
http://www.dragonflybsd.org/cvsweb/src/sys/dev/netif/re/if_re.c.diff?r1=1.88&r2=1.89&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/dev/netif/re/if_revar.h.diff?r1=1.27&r2=1.28&f=u
More information about the Commits
mailing list