cvs commit: src/sys/dev/bge if_bge.c

Oleg Bulyzhin oleg at FreeBSD.org
Wed Feb 1 07:16:05 PST 2006


oleg        2006-02-01 15:16:04 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/bge          if_bge.c 
  Log:
  Optimize bge_rxeof() & bge_txeof(): return immediately if there are no packets
  to process. It could give us [significant?] perfomance increase if there is big
  difference between RX/TX flows.
  
  Submitted by:   Mihail Balikov <mihail.balikov AT interbgc DOT com>
  Approved by:    glebius (mentor)
  MFC after:      3 days
  
  Revision  Changes    Path
  1.122     +10 -4     src/sys/dev/bge/if_bge.c


More information about the cvs-all mailing list