[dpdk-dev] [PATCH] bus/pci: optimize pci device probe

David Marchand david.marchand at redhat.com
Wed May 6 13:37:38 CEST 2020


On Wed, May 6, 2020 at 12:51 PM Jerin Jacob <jerinjacobk at gmail.com> wrote:
> > > 3) if yes, Please fix RTE_PMD_REGISTER_KMOD_DEP(net_virtio, "* igb_uio
> > > | uio_pci_generic | vfio-pci");
> >
> > While support gets removed, what about:
> >
> > RTE_PMD_REGISTER_KMOD_DEP(net_virtio, "* igb_uio | uio_pci_generic |
> > vfio-pci | none"); ?
>
> +1

I know some scripts rely on such info to modprobe and bind the devices
based on such info.
So "none" does not make sense, there is no "none" kmod.

Since we want to deprecate this capability, let's not advertise this.


-- 
David Marchand



More information about the dev mailing list