[dpdk-dev] [PATCH v7 02/19] net/ngbe: support probe and remove
Andrew Rybchenko
andrew.rybchenko at oktetlabs.ru
Wed Jul 7 15:48:35 CEST 2021
On 7/6/21 12:55 PM, Jiawen Wu wrote:
> Add device IDs for Wangxun 1Gb NICs, map device IDs to register ngbe
> PMD. Add basic PCIe ethdev probe and remove.
>
> Signed-off-by: Jiawen Wu <jiawenwu at trustnetic.com>
[snip]
>
> RTE_PMD_REGISTER_PCI(net_ngbe, rte_ngbe_pmd);
> +RTE_PMD_REGISTER_PCI_TABLE(net_ngbe, pci_id_ngbe_map);
> +RTE_PMD_REGISTER_KMOD_DEP(net_ngbe, "* igb_uio | uio_pci_generic | vfio-pci");
> +
>
Please, remove trailing empty line.
More information about the dev
mailing list