From 0d3f6dff2af1325c4e5cf8143e4f4567c30c159e Mon Sep 17 00:00:00 2001 From: Ido Barnea Date: Thu, 16 Mar 2017 16:35:42 +0200 Subject: Fixes for v2.21 --software mode issues Signed-off-by: Ido Barnea --- src/bp_sim.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bp_sim.h') diff --git a/src/bp_sim.h b/src/bp_sim.h index d8f620ed..fd4e6627 100755 --- a/src/bp_sim.h +++ b/src/bp_sim.h @@ -1388,7 +1388,7 @@ static inline bool get_is_rx_filter_enable(){ uint32_t latency_rate=CGlobalInfo::m_options.m_latency_rate; return ( ( get_is_rx_check_mode() || CGlobalInfo::is_learn_mode() || latency_rate != 0 || get_is_stateless()) && ((CGlobalInfo::get_queues_mode() != CGlobalInfo::Q_MODE_RSS) - || (CGlobalInfo::get_queues_mode() != CGlobalInfo::Q_MODE_ONE_QUEUE)) + && (CGlobalInfo::get_queues_mode() != CGlobalInfo::Q_MODE_ONE_QUEUE)) ?true:false ); } static inline uint16_t get_rx_check_hops() { -- cgit 1.2.3-korg