add another ko
authorHanoh Haim <[email protected]>
Mon, 15 Aug 2016 15:18:11 +0000 (18:18 +0300)
committerHanoh Haim <[email protected]>
Wed, 17 Aug 2016 13:01:43 +0000 (16:01 +0300)
scripts/ko/3.19.0-43-generic/igb_uio.ko [new file with mode: 0644]
src/main_dpdk.cpp

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 (file)
index 0000000..f99bbd4
Binary files /dev/null and b/scripts/ko/3.19.0-43-generic/igb_uio.ko differ
index 349db11..6beb4e3 100644 (file)
@@ -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);