Date: Fri, 19 Aug 2016 17:23:17 -0700 From: John Baldwin <jhb@freebsd.org> To: Harry Schmalzbauer <freebsd@omnilan.de> Cc: src-committers@freebsd.org, svn-src-all@freebsd.org Subject: Re: svn commit: r298950 - head/sys/dev/pci Message-ID: <1963910.6LAR4h8U6F@ralph.baldwin.cx> In-Reply-To: <57B6A54F.5020505@omnilan.de> References: <201605030035.u430ZBkH006797@repo.freebsd.org> <57B6A54F.5020505@omnilan.de>
next in thread | previous in thread | raw e-mail | index | archive | help
On Friday, August 19, 2016 08:21:03 AM Harry Schmalzbauer wrote: > Bez=FCglich John Baldwin's Nachricht vom 03.05.2016 02:35 (localtime= ): > > Author: jhb > > Date: Tue May 3 00:35:11 2016 > > New Revision: 298950 > > URL: https://svnweb.freebsd.org/changeset/base/298950 > > > > Log: > > Fix an off by one error when remapping MSI-X vectors. > > =20 > > pci_remap_msix() can be used to alter the mapping of allocated > > MSI-X vectors to the MSI-X table. The code had an off by one err= or > > when adding the IRQ resources after performing a remap. This was= > > fatal for any vectors in the table that used the "last" valid IRQ= as > > those vectors were assigned a garbage IRQ value. > > =20 > > MFC after:=093 days >=20 > Was this superseded by any other merge? > As far as I saw, it's missing in stable/10? Sorry, the reminder somehow got marked as done when it wasn't done yet.= I've merged this back to 8.x and later. Thanks for the reminder! --=20 John Baldwin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1963910.6LAR4h8U6F>