cvs commit: src/sys/dev/mxge if_mxge.c if_mxge_var.h

Andrew Gallatin gallatin at FreeBSD.org
Fri Sep 15 08:41:29 PDT 2006


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


More information about the cvs-all mailing list