[PATCH v6 02/17] net/nbl: add simple proybe/remove and log module
Stephen Hemminger
stephen at networkplumber.org
Wed Aug 27 18:30:31 CEST 2025
On Fri, 22 Aug 2025 02:03:44 -0700
Dimon Zhao <dimon.zhao at nebula-matrix.com> wrote:
> +
> +RTE_PMD_REGISTER_PCI(net_nbl, nbl_pmd);
> +RTE_PMD_REGISTER_PCI_TABLE(net_nbl, pci_id_nbl_map);
> +RTE_PMD_REGISTER_KMOD_DEP(MLX5_ETH_DRIVER_NAME, "* nbl_core");
What is MLX5_ETH_DRIVER_NAME doing here?
Also title should be "probe/remove" not "proybe/remove"
More information about the dev
mailing list