[dpdk-dev] [PATCH] virtio: use pointer to replace memcpy

Zhang, Roy Fan roy.fan.zhang at intel.com
Thu Oct 5 11:31:25 CEST 2017



> -----Original Message-----
> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Zhiyong Yang
> Sent: Friday, August 11, 2017 3:13 AM
> To: dev at dpdk.org
> Cc: maxime.coquelin at redhat.com; yliu at fridaylinux.org; Yang, Zhiyong
> <zhiyong.yang at intel.com>
> Subject: [dpdk-dev] [PATCH] virtio: use pointer to replace memcpy
> 
> To use pointer instead of memcpy can save many cycles in the funciton
> virtio_send_command.
> 
> cc: maxime.coquelin at redhat.com
> cc: yliu at fridaylinux.org
> 
> Signed-off-by: Zhiyong Yang <zhiyong.yang at intel.com>
> ---
>  drivers/net/virtio/virtio_ethdev.c | 7 +++----
>  1 file changed, 3 insertions(+), 4 deletions(-)
> 

Acked-by: Fan Zhang <roy.fan.zhang at intel.com>


More information about the dev mailing list