summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHanoh Haim <hhaim@cisco.com>2016-08-15 18:18:11 +0300
committerHanoh Haim <hhaim@cisco.com>2016-08-17 16:01:43 +0300
commit5f530a21aa669b4ddc0f8d0329794d0c439f6879 (patch)
tree77c64282283a68faeaec27eb2c2f2ae08d9bd83c
parent3e20a563a264aae8000e540e93775545d89cc34a (diff)
add another ko
-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);