cvs commit: src/sys/pci if_xl.c if_xlreg.h

Gleb Smirnoff glebius at FreeBSD.org
Fri May 20 00:16:10 PDT 2005


glebius     2005-05-20 07:16:09 UTC

  FreeBSD src repository

  Modified files:
    sys/pci              if_xl.c if_xlreg.h 
  Log:
  Calling xl_rxeof() at the end of xl_start_locked() leads to recursion
  in case of IP fast forwarding. Enqueue a taskqueue(9) task instead of
  calling xl_rxeof() directly.
  
  Reported & tested by:   Slava Alpatov
  Reviewed by:            wpaul
  MFC after:              1 week
  
  Revision  Changes    Path
  1.188     +19 -1     src/sys/pci/if_xl.c
  1.54      +1 -0      src/sys/pci/if_xlreg.h


More information about the cvs-all mailing list