Remove c-11 memcpy checks from perf-critical code
[vpp.git] / src / plugins / ioam / lib-vxlan-gpe / ioam_pop.c
index 7a4580d..84900eb 100644 (file)
@@ -203,7 +203,7 @@ trace00:
                   option_data) ? trace_len : ARRAY_LEN (t->fmt_trace.
                                                         option_data);
       t->fmt_trace.trace_len = trace_len;
-      clib_memcpy (&(t->fmt_trace.option_data), gpe_ioam0, trace_len);
+      clib_memcpy_fast (&(t->fmt_trace.option_data), gpe_ioam0, trace_len);
     }
 
   /* Remove the iOAM header inside the VxLAN-GPE header */