DragonFly commits List (threaded) for 2008-10
DragonFly BSD
DragonFly commits List (threaded) for 2008-10
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/sys/dev/netif/re if_re.c if_revar.h


From: Sepherosa Ziehau <sephe@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 18 Oct 2008 04:26:52 -0700 (PDT)

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



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