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

Yuanhan Liu yliu at fridaylinux.org
Fri Oct 6 08:29:54 CEST 2017


On Thu, Oct 05, 2017 at 09:31:25AM +0000, Zhang, Roy Fan wrote:
> 
> 
> > -----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>

Applied to dpdk-next-virtio.

Thanks.

	--yliu


More information about the dev mailing list