summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--scripts/ko/3.19.0-43-generic/igb_uio.kobin0 -> 16772 bytes
-rw-r--r--src/main_dpdk.cpp2
2 files changed, 2 insertions, 0 deletions
diff --git a/scripts/ko/3.19.0-43-generic/igb_uio.ko b/scripts/ko/3.19.0-43-generic/igb_uio.ko
new file mode 100644
index 00000000..f99bbd45
--- /dev/null
+++ b/scripts/ko/3.19.0-43-generic/igb_uio.ko
Binary files differ
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);