Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Nov 2009 18:46:33 +0000 (UTC)
From:      Jack F Vogel <jfv@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/e1000 if_igb.c
Message-ID:  <200911161846.nAGIknZr062192@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jfv         2009-11-16 18:46:33 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8_0)
    sys/dev/e1000        if_igb.c 
  Log:
  SVN rev 199325 on 2009-11-16 18:46:33Z by jfv
  
  On a 32 bit kernel the igb driver may cause a page
  fault panic due to a failed bounce page allocation
  during RX mbuf setup. The large demand on bounce pages
  is due to the alignment requirement in the tag, the
  ixgbe driver has demonstrated this to be unnecessary
  and so it is being removed here to fix this problem.
  
  Note that ultimately there needs to be a more elegant
  handling of the failure case here.
  
  Approved by:  re
  
  Revision      Changes    Path
  1.21.2.3.2.2  +3 -3      src/sys/dev/e1000/if_igb.c



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