Hi Thomas, > -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Friday, October 30, 2015 5:01 PM > To: Iremonger, Bernard <bernard.iremonger at intel.com> > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH v2 1/1] vhost_xen: fix compile error in > main.c > > 2015-10-22 14:21, Bernard Iremonger: > > changes in v2: > > update release notes > > > > Signed-off-by: Bernard Iremonger <bernard.iremonger at intel.com> > > Please what is the error? > > > - rte_memcpy((void *)(uintptr_t)buff_hdr_addr, (const > void*)&virtio_hdr, vq->vhost_hlen); > > + rte_memcpy((void *)(uintptr_t)buff_hdr_addr, (const void > *)&virtio_hdr, vq->vhost_hlen); > > Is it just a spacing change here?
Yes, if I remember correctly, checkpatch objected. Regards, Bernard.