summaryrefslogtreecommitdiffstats
path: root/src/main_dpdk.cpp
diff options
context:
space:
mode:
authorHanoh Haim <hhaim@cisco.com>2017-01-08 11:39:59 +0200
committerHanoh Haim <hhaim@cisco.com>2017-01-08 11:39:59 +0200
commit0f54b830c95309396e8c082908a5374eb8c3a539 (patch)
tree670afdfd35d5d2340d0989db24abd22b46188aaa /src/main_dpdk.cpp
parent2aab4c317934bfe0103cac9ae47d3e58b43591cb (diff)
mlx5 driver name was changed
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
Diffstat (limited to 'src/main_dpdk.cpp')
-rw-r--r--src/main_dpdk.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main_dpdk.cpp b/src/main_dpdk.cpp
index 82ebdddd..24cb93d7 100644
--- a/src/main_dpdk.cpp
+++ b/src/main_dpdk.cpp
@@ -569,7 +569,7 @@ private:
register_driver(std::string("rte_igb_pmd"),CTRexExtendedDriverBase1G::create);
register_driver(std::string("rte_i40e_pmd"),CTRexExtendedDriverBase40G::create);
register_driver(std::string("rte_enic_pmd"),CTRexExtendedDriverBaseVIC::create);
- register_driver(std::string("librte_pmd_mlx5"),CTRexExtendedDriverBaseMlnx5G::create);
+ register_driver(std::string("net_mlx5"),CTRexExtendedDriverBaseMlnx5G::create);
/* virtual devices */