Remove c-11 memcpy checks from perf-critical code
[vpp.git] / src / vnet / ip / ip6_reassembly.c
index 7f6c5ca..de9fbe5 100644 (file)
@@ -1165,8 +1165,8 @@ ip6_reass_set (u32 timeout_ms, u32 max_reassemblies,
       else
        {
          clib_bihash_free_48_8 (&ip6_reass_main.hash);
-         clib_memcpy (&ip6_reass_main.hash, &new_hash,
-                      sizeof (ip6_reass_main.hash));
+         clib_memcpy_fast (&ip6_reass_main.hash, &new_hash,
+                           sizeof (ip6_reass_main.hash));
        }
     }
   return 0;