Flowprobe - tests speed-up
[vpp.git] / src / vppinfra / bihash_template.c
index 7117f99..004e8a9 100644 (file)
@@ -252,6 +252,8 @@ int BV (clib_bihash_add_del)
 
   hash >>= h->log2_nbuckets;
 
+  tmp_b.linear_search = 0;
+
   while (__sync_lock_test_and_set (h->writer_lock, 1))
     ;