Re: bge driver, how to increase performance?

From: Pyun YongHyeon (pyunyh_at_gmail.com)
Date: 11/24/05

  • Next message: Michael Vince: "Re: em interrupt storm"
    Date: Thu, 24 Nov 2005 10:07:21 +0900
    To: Atanas Yankov <xds@LanGame.Net>
    
    

    On Wed, Nov 23, 2005 at 05:44:19PM +0200, Atanas Yankov wrote:
    > for bge0
    > #ifconfig bge0 mtu 9000
    > N.B MTU has to be consistent on LAN and you need Gigabit equipment that
    > can handle jumbo frames for fxp0

    Enabling jumbo frames on bge(4) is not recommended due to lockless
    operation of jumbo frame. You may end up with corrupted mbuf chains
    and panic.

    -- 
    Regards,
    Pyun YongHyeon
    _______________________________________________
    freebsd-net@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-net
    To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org"
    

  • Next message: Michael Vince: "Re: em interrupt storm"