[dpdk-dev] [PATCH v2 2/3] net/iavf: remove i40evf devargs option
Kinsella, Ray
mdr at ashroe.eu
Wed Sep 1 13:13:18 CEST 2021
On 01/09/2021 04:30, Robin Zhang wrote:
> Due to i40evf will be removed, so there's no need to keep the devargs
> option "driver=i40evf" in iavf.
>
> Signed-off-by: Robin Zhang <robinx.zhang at intel.com>
> ---
[SNIP]
> @@ -2556,7 +2508,7 @@ static struct rte_pci_driver rte_iavf_pmd = {
> RTE_PMD_REGISTER_PCI(net_iavf, rte_iavf_pmd);
> RTE_PMD_REGISTER_PCI_TABLE(net_iavf, pci_id_iavf_map);
> RTE_PMD_REGISTER_KMOD_DEP(net_iavf, "* igb_uio | vfio-pci");
> -RTE_PMD_REGISTER_PARAM_STRING(net_iavf, "cap=dcf driver=i40evf");
> +RTE_PMD_REGISTER_PARAM_STRING(net_iavf, "cap=dcf");
Is "cap=dcf driver=iavf" required?
> RTE_LOG_REGISTER_SUFFIX(iavf_logtype_init, init, NOTICE);
> RTE_LOG_REGISTER_SUFFIX(iavf_logtype_driver, driver, NOTICE);
> #ifdef RTE_ETHDEV_DEBUG_RX
>
More information about the dev
mailing list