Re: [PATCH v2 04/15] PCI: Add pci_find_vsec_capability() to find a specific VSEC

From: Lukas Wunner
Date: Wed Feb 03 2021 - 02:52:11 EST


On Wed, Feb 03, 2021 at 01:54:49AM +0000, Gustavo Pimentel wrote:
> On Tue, Feb 2, 2021 at 18:8:55, Lukas Wunner <lukas@xxxxxxxxx> wrote:
> > As the name implies, the capability is "vendor-specific", so it is
> > perfectly possible that two vendors use the same VSEC ID for different
> > things.
> >
> > To make sure you're looking for the right capability, you need to pass
> > a u16 vendor into this function and bail out if dev->vendor is different.
>
> This function will be called by the driver that will pass the correct
> device which will be already pointing to the config space associated with
> the endpoint for instance. Because the driver is already attached to the
> endpoint through the vendor ID and device ID specified, there is no need
> to do that validation, it will be redundant.

Okay. Please amend the kernel-doc to make it explicit that it's the
caller's responsibility to check the vendor ID.

Thanks,

Lukas