diff options
author | 2016-12-12 18:11:49 +0200 | |
---|---|---|
committer | 2016-12-12 18:11:49 +0200 | |
commit | 6c31c0534acf57fc3e0e26fe964bbc67d9d7d63c (patch) | |
tree | f10ef26c46ed924db11dc18e0d4780a9e1766873 /src | |
parent | 91cccaebfee5d9bcb8d33a52522a28307748482f (diff) |
Added VIC tests + VIC small fix + fail tests if latency packets fail
Signed-off-by: Ido Barnea <ibarnea@cisco.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/main_dpdk.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main_dpdk.cpp b/src/main_dpdk.cpp index 6421b5c2..0086106a 100644 --- a/src/main_dpdk.cpp +++ b/src/main_dpdk.cpp @@ -6845,8 +6845,8 @@ void CTRexExtendedDriverBaseVIC::update_configuration(port_cfg_t * cfg){ cfg->m_tx_conf.tx_thresh.hthresh = TX_HTHRESH; cfg->m_tx_conf.tx_thresh.wthresh = TX_WTHRESH; cfg->m_port_conf.rxmode.max_rx_pkt_len =9*1000-10; - cfg->m_port_conf.fdir_conf.mask.ipv4_mask.tos = 0x0f; - cfg->m_port_conf.fdir_conf.mask.ipv6_mask.tc = 0x0f; + cfg->m_port_conf.fdir_conf.mask.ipv4_mask.tos = 0x01; + cfg->m_port_conf.fdir_conf.mask.ipv6_mask.tc = 0x01; } void CTRexExtendedDriverBaseVIC::add_del_rules(enum rte_filter_op op, uint8_t port_id, uint16_t type |