On Thu, Oct 05, 2017 at 09:31:25AM +0000, Zhang, Roy Fan wrote:
>
>
> > -----Original Message-----
> > From: dev [mailto:[email protected]] On Behalf Of Zhiyong Yang
> > Sent: Friday, August 11, 2017 3:13 AM
> > To: [email protected]
> > Cc: [email protected]; [email protected]; Yang, Zhiyong
> > <[email protected]>
> > 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: [email protected]
> > cc: [email protected]
> >
> > Signed-off-by: Zhiyong Yang <[email protected]>
> > ---
> > drivers/net/virtio/virtio_ethdev.c | 7 +++----
> > 1 file changed, 3 insertions(+), 4 deletions(-)
> >
>
> Acked-by: Fan Zhang <[email protected]>
Applied to dpdk-next-virtio.
Thanks.
--yliu