Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Nov 2010 01:58:25 +0000 (UTC)
From:      Pyun YongHyeon <yongari@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/jme if_jme.c
Message-ID:  <201011260158.oAQ1wZp7038125@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help

yongari     2010-11-26 01:58:25 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/jme          if_jme.c 
  Log:
  SVN rev 215848 on 2010-11-26 01:58:25Z by yongari
  
  Allocate 1 MSI/MSI-X vector. Originally jme(4) was designed to
  support multi-queue but the hardware limitation made it hard to
  implement supporting multi-queue. Allocating more than necessary
  vectors is resource waste and it can be added back when we
  implement multi-queue support.
  
  Revision  Changes    Path
  1.18      +12 -28    src/sys/dev/jme/if_jme.c



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