Messages in this thread |  | | From | Bjorn Helgaas <> | Date | Thu, 12 Dec 2013 14:16:16 -0700 | Subject | Re: [PATCH v3 10/11] PCI/MSI: Convert pci_msix_table_size() to a public interface |
| |
On Thu, Dec 12, 2013 at 9:06 AM, Alexander Gordeev <agordeev@redhat.com> wrote: > On Tue, Dec 10, 2013 at 04:08:47PM -0700, Bjorn Helgaas wrote: >> If pci_msix_table_size() is a counterpart to pci_get_msi_cap(), can we make >> the names similar? > > Tejun also pointed this out. What about pci_get_msi_vec_count() and > pci_get_msix_vec_count()?
Sounds perfect to me. I think the fact that they return the same type of information is more important than where the information came from.
> Nevertheless, the existing names are more informative for me, since they > hint where the MSI/MSI-X vector count comes from. Up to you. > > -- > Regards, > Alexander Gordeev > agordeev@redhat.com
|  |