X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fcommon%2Fmlx5%2Fmlx5_common_pci.c;h=5208972bb6d640e1b29c73640cb610a8be993cc9;hb=5b38d8cd4663;hp=02417c6ff14a1b265b5b6344d0ef07bd9196e06d;hpb=3475aeaca7b0095a24a708650b4b7edb2631b8e0;p=dpdk.git diff --git a/drivers/common/mlx5/mlx5_common_pci.c b/drivers/common/mlx5/mlx5_common_pci.c index 02417c6ff1..5208972bb6 100644 --- a/drivers/common/mlx5/mlx5_common_pci.c +++ b/drivers/common/mlx5/mlx5_common_pci.c @@ -408,7 +408,7 @@ static struct rte_pci_id *mlx5_pci_id_table; static struct rte_pci_driver mlx5_pci_driver = { .driver = { - .name = "mlx5_pci", + .name = MLX5_DRIVER_NAME, }, .probe = mlx5_common_pci_probe, .remove = mlx5_common_pci_remove,