ipsec: change prediction
[vpp.git] / src / vnet / ipsec / esp_decrypt.c
index 879e8f4..a8d890b 100644 (file)
@@ -1117,7 +1117,7 @@ esp_decrypt_inline (vlib_main_t * vm,
                                    ipsec_sa_assign_thread (thread_index));
        }
 
-      if (PREDICT_TRUE (thread_index != sa0->decrypt_thread_index))
+      if (PREDICT_FALSE (thread_index != sa0->decrypt_thread_index))
        {
          esp_set_next_index (is_async, from, nexts, from[b - bufs],
                              &n_async_drop, ESP_DECRYPT_NEXT_HANDOFF, next);