fix for:
authorimarom <[email protected]>
Sun, 19 Feb 2017 16:57:56 +0000 (18:57 +0200)
committerimarom <[email protected]>
Sun, 19 Feb 2017 16:58:53 +0000 (18:58 +0200)
https://trex-tgn.cisco.com/youtrack/issue/trex-352

Signed-off-by: imarom <[email protected]>
src/main_dpdk.cpp

index 4e848f9..ca32231 100644 (file)
@@ -316,6 +316,10 @@ public:
         get_extended_stats_fixed(_if, stats, 0, 4);
     }
 
+    virtual bool has_crc_added() {
+        return true;
+    }
+    
     virtual void update_configuration(port_cfg_t * cfg);
     static CTRexExtendedDriverBase * create() {
         return ( new CTRexExtendedDriverI40evf() );