Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Mar 2010 20:13:09 +0000 (UTC)
From:      Andrew Gallatin <gallatin@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/mxge if_mxge.c
Message-ID:  <201003172013.o2HKDQSK074797@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
gallatin    2010-03-17 20:13:09 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/mxge         if_mxge.c 
  Log:
  SVN rev 205255 on 2010-03-17 20:13:09Z by gallatin
  
  Fix 2 bugs in mxge_attach()
  
  - Don't leak slice resources when mxge_alloc_rings() fails
  
  - Start taskq threads only after we know attach will succeed.  At
    boot time, taskqueue_terminate() will loop infinately, waiting
    for the threads to exit, and hang the system.
  
  Submitted by: Panasas
  MFC After: 3 days
  
  Revision  Changes    Path
  1.76      +3 -3      src/sys/dev/mxge/if_mxge.c



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