Code Review
/
trex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
3e8d110
)
fix for:
author
imarom
<
[email protected]
>
Sun, 19 Feb 2017 16:57:56 +0000
(18:57 +0200)
committer
imarom
<
[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
patch
|
blob
|
history
diff --git
a/src/main_dpdk.cpp
b/src/main_dpdk.cpp
index
4e848f9
..
ca32231
100644
(file)
--- 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() );