gallatin    2006-09-15 15:41:28 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/mxge         if_mxge.c if_mxge_var.h 
  Log:
  - Added TSO support.  This entailed increasing the number of send descriptors
  in the transmit busdma tag, so I moved the segment list off the
  stack.
  
  - Fixed transmit routine to ensure it doesn't read past the end
  of an mbuf when parsing headers.
  
  - Corrected handling of odd length segments.  Setting MXGEFW_FLAGS_ALIGN_ODD
  is required only when offloading the checksum of that frame.
  
  Sponsored by: Myricom Inc.
  
  Revision  Changes    Path
  1.10      +224 -21   src/sys/dev/mxge/if_mxge.c
  1.4       +5 -2      src/sys/dev/mxge/if_mxge_var.h
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to