Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Nov 2008 12:21:46 +0000 (UTC)
From:      Doug Rabson <dfr@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/xen/netfront netfront.c
Message-ID:  <200811301222.mAUCM0rG026444@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
dfr         2008-11-30 12:21:46 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/xen/netfront netfront.c 
  Log:
  SVN rev 185473 on 2008-11-30 12:21:46Z by dfr
  
  Don't call ether_ioctl() with locks held. Loop in xn_rxeof() until the backend
  stops adding stuff to the ring otherwise we miss RX interrupts which kills
  performance.
  
  Revision  Changes    Path
  1.8       +87 -83    src/sys/dev/xen/netfront/netfront.c



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