summaryrefslogtreecommitdiffstats
path: root/src/dpdk
diff options
context:
space:
mode:
authorHanoh Haim <hhaim@cisco.com>2016-11-08 14:37:54 +0200
committerHanoh Haim <hhaim@cisco.com>2016-11-11 12:22:50 +0200
commit68640284713fafcc8b927aed5799829bdf12d994 (patch)
treec15ddca56179b830cbefb5fef2ff47e8d5db0cf7 /src/dpdk
parent7d8d95fbce7b101c51bae6f468b7942dcdaf1032 (diff)
minor mlx5 - load script works
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
Diffstat (limited to 'src/dpdk')
-rw-r--r--src/dpdk/drivers/net/mlx5/mlx5.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dpdk/drivers/net/mlx5/mlx5.c b/src/dpdk/drivers/net/mlx5/mlx5.c
index a28d42c2..d96a9aff 100644
--- a/src/dpdk/drivers/net/mlx5/mlx5.c
+++ b/src/dpdk/drivers/net/mlx5/mlx5.c
@@ -389,7 +389,6 @@ mlx5_pci_devinit(struct rte_pci_driver *pci_drv, struct rte_pci_device *pci_dev)
return -errno;
}
assert(i >= 0);
- printf(" list : %d \n",i);
/*
* For each listed device, check related sysfs entry against
* the provided PCI ID.