summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorimarom <imarom@cisco.com>2017-02-19 18:57:56 +0200
committerimarom <imarom@cisco.com>2017-02-19 18:58:53 +0200
commit2b64a55910fc5965ddb037648d1e106b7994334e (patch)
treea18e70393f890935bc3ab65a151baf27549494f8
parent3e8d1108353ab50f400799581d1ced1df9f37f9f (diff)
fix for:
https://trex-tgn.cisco.com/youtrack/issue/trex-352 Signed-off-by: imarom <imarom@cisco.com>
-rw-r--r--src/main_dpdk.cpp4
1 files changed, 4 insertions, 0 deletions
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() );