Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Aug 2016 08:21:03 +0200
From:      Harry Schmalzbauer <freebsd@omnilan.de>
To:        John Baldwin <jhb@freebsd.org>
Cc:        src-committers@freebsd.org, svn-src-all@freebsd.org
Subject:   Re: svn commit: r298950 - head/sys/dev/pci
Message-ID:  <57B6A54F.5020505@omnilan.de>
In-Reply-To: <201605030035.u430ZBkH006797@repo.freebsd.org>
References:  <201605030035.u430ZBkH006797@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
 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?

Thanks,

-Harry




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