From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yuanhan Liu Subject: Re: [PATCH] virtio: use pointer to replace memcpy Date: Fri, 6 Oct 2017 14:29:54 +0800 Message-ID: <20171006062954.GC1545@yliu-home> References: <20170811021318.64276-1-zhiyong.yang@intel.com> <9F7182E3F746AB4EA17801C148F3C60433040AC2@IRSMSX101.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "Yang, Zhiyong" , "dev@dpdk.org" , "maxime.coquelin@redhat.com" To: "Zhang, Roy Fan" Return-path: Received: from new2-smtp.messagingengine.com (new2-smtp.messagingengine.com [66.111.4.224]) by dpdk.org (Postfix) with ESMTP id B9AC67D4E for ; Fri, 6 Oct 2017 08:29:59 +0200 (CEST) Content-Disposition: inline In-Reply-To: <9F7182E3F746AB4EA17801C148F3C60433040AC2@IRSMSX101.ger.corp.intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Thu, Oct 05, 2017 at 09:31:25AM +0000, Zhang, Roy Fan wrote: > > > > -----Original Message----- > > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Zhiyong Yang > > Sent: Friday, August 11, 2017 3:13 AM > > To: dev@dpdk.org > > Cc: maxime.coquelin@redhat.com; yliu@fridaylinux.org; Yang, Zhiyong > > > > 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@redhat.com > > cc: yliu@fridaylinux.org > > > > Signed-off-by: Zhiyong Yang > > --- > > drivers/net/virtio/virtio_ethdev.c | 7 +++---- > > 1 file changed, 3 insertions(+), 4 deletions(-) > > > > Acked-by: Fan Zhang Applied to dpdk-next-virtio. Thanks. --yliu