From 2b64a55910fc5965ddb037648d1e106b7994334e Mon Sep 17 00:00:00 2001 From: imarom Date: Sun, 19 Feb 2017 18:57:56 +0200 Subject: fix for: https://trex-tgn.cisco.com/youtrack/issue/trex-352 Signed-off-by: imarom --- src/main_dpdk.cpp | 4 ++++ 1 file changed, 4 insertions(+) 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() ); -- cgit 1.2.3-korg