]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/ifc/ifcvf_vdpa.c
net/mlx5: fix DevX event registration timing
[dpdk.git] / drivers / net / ifc / ifcvf_vdpa.c
index e590840345b5a0788ec261112dedebd4b2dabcbd..8de9ef1999fba707e9ba2c7d02623f440937c6fe 100644 (file)
@@ -1114,6 +1114,9 @@ ifcvf_pci_probe(struct rte_pci_driver *pci_drv __rte_unused,
        if (rte_eal_process_type() != RTE_PROC_PRIMARY)
                return 0;
 
+       if (!pci_dev->device.devargs)
+               return 1;
+
        kvlist = rte_kvargs_parse(pci_dev->device.devargs->args,
                        ifcvf_valid_arguments);
        if (kvlist == NULL)