svn commit: r298950 - head/sys/dev/pci

John Baldwin jhb at freebsd.org
Sat Aug 20 00:23:23 UTC 2016


On Friday, August 19, 2016 08:21:03 AM Harry Schmalzbauer wrote:
>  Bezüglich 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.
> >   
> >   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 error
> >   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.
> >   
> >   MFC after:	3 days
> 
> 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!

-- 
John Baldwin


More information about the svn-src-all mailing list