vppinfra: initial RISC-V support
[vpp.git] / src / vppinfra / test_hash.c
index 7f047d9..95ced44 100644 (file)
@@ -184,8 +184,6 @@ test_word_key (hash_test_t * ht)
          /* *INDENT-ON* */
       }
 
-      clib_mem_validate ();
-
       if ((error = hash_validate (h)))
        goto done;
 
@@ -222,8 +220,6 @@ test_word_key (hash_test_t * ht)
          || (i + 1) % ht->n_iterations_per_validate)
        continue;
 
-      clib_mem_validate ();
-
       if ((error = hash_validate (h)))
        goto done;
 
@@ -317,8 +313,6 @@ test_string_key (hash_test_t * ht)
          || (i + 1) % ht->n_iterations_per_validate)
        continue;
 
-      clib_mem_validate ();
-
       if ((error = hash_validate (h)))
        goto done;
 
@@ -355,8 +349,6 @@ test_string_key (hash_test_t * ht)
          || (i + 1) % ht->n_iterations_per_validate)
        continue;
 
-      clib_mem_validate ();
-
       if ((error = hash_validate (h)))
        goto done;