Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 May 2005 07:16:09 +0000 (UTC)
From:      Gleb Smirnoff <glebius@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/pci if_xl.c if_xlreg.h
Message-ID:  <200505200716.j4K7G9tG014120@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200505200716.j4K7G9tG014120>