From: imarom Date: Sun, 19 Feb 2017 16:57:56 +0000 (+0200) Subject: fix for: X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=2b64a55910fc5965ddb037648d1e106b7994334e;p=trex.git fix for: https://trex-tgn.cisco.com/youtrack/issue/trex-352 Signed-off-by: imarom --- diff --git a/src/main_dpdk.cpp b/src/main_dpdk.cpp index 4e848f9e..ca322312 100644 --- a/src/main_dpdk.cpp +++ b/src/main_dpdk.cpp @@ -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() );