Remove c-11 memcpy checks from perf-critical code
[vpp.git] / src / vnet / devices / virtio / node.c
index 339c48c..e019513 100644 (file)
@@ -216,7 +216,7 @@ virtio_device_input_inline (vlib_main_t * vm, vlib_node_runtime_t * node,
              tr->next_index = next0;
              tr->hw_if_index = vif->hw_if_index;
              tr->len = len;
-             clib_memcpy (&tr->hdr, hdr, hdr_sz);
+             clib_memcpy_fast (&tr->hdr, hdr, hdr_sz);
            }
 
          /* enqueue buffer */