summaryrefslogtreecommitdiffstats
path: root/src/main_dpdk.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main_dpdk.cpp')
-rw-r--r--src/main_dpdk.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main_dpdk.cpp b/src/main_dpdk.cpp
index 349db11e..6beb4e3e 100644
--- a/src/main_dpdk.cpp
+++ b/src/main_dpdk.cpp
@@ -367,6 +367,8 @@ public:
return (false);
}
+ virtual int verify_fw_ver(int i) {return 0;}
+
bool flow_control_disable_supported(){return false;}
virtual void update_configuration(port_cfg_t * cfg);