From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 51EB18E56 for ; Fri, 30 Oct 2015 18:07:59 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga102.fm.intel.com with ESMTP; 30 Oct 2015 10:07:48 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,219,1444719600"; d="scan'208";a="807658395" Received: from irsmsx151.ger.corp.intel.com ([163.33.192.59]) by orsmga001.jf.intel.com with ESMTP; 30 Oct 2015 10:07:47 -0700 Received: from irsmsx111.ger.corp.intel.com (10.108.20.4) by IRSMSX151.ger.corp.intel.com (163.33.192.59) with Microsoft SMTP Server (TLS) id 14.3.248.2; Fri, 30 Oct 2015 17:07:46 +0000 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.138]) by irsmsx111.ger.corp.intel.com ([169.254.2.212]) with mapi id 14.03.0248.002; Fri, 30 Oct 2015 17:07:46 +0000 From: "Iremonger, Bernard" To: Thomas Monjalon Thread-Topic: [dpdk-dev] [PATCH v2 1/1] vhost_xen: fix compile error in main.c Thread-Index: AQHREzTSDABVpKb5XU+nxbAeDUflPZ6ERB+Q Date: Fri, 30 Oct 2015 17:07:46 +0000 Message-ID: <8CEF83825BEC744B83065625E567D7C219F764C5@IRSMSX108.ger.corp.intel.com> References: <1445520112-10251-1-git-send-email-bernard.iremonger@intel.com> <1722833.CLyMdYjin2@xps13> In-Reply-To: <1722833.CLyMdYjin2@xps13> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] [PATCH v2 1/1] vhost_xen: fix compile error in main.c X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Oct 2015 17:07:59 -0000 Hi Thomas, > -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > Sent: Friday, October 30, 2015 5:01 PM > To: Iremonger, Bernard > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v2 1/1] vhost_xen: fix compile error in > main.c >=20 > 2015-10-22 14:21, Bernard Iremonger: > > changes in v2: > > update release notes > > > > Signed-off-by: Bernard Iremonger >=20 > Please what is the error? >=20 > > - 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); >=20 > Is it just a spacing change here? Yes, if I remember correctly, checkpatch objected. Regards, Bernard.