From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 972BAC4E8 for ; Fri, 23 Oct 2015 12:33:54 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga101.fm.intel.com with ESMTP; 23 Oct 2015 03:33:53 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,186,1444719600"; d="scan'208";a="817748198" Received: from irsmsx108.ger.corp.intel.com ([163.33.3.3]) by fmsmga001.fm.intel.com with ESMTP; 23 Oct 2015 03:33:53 -0700 Received: from irsmsx105.ger.corp.intel.com ([169.254.7.75]) by IRSMSX108.ger.corp.intel.com ([169.254.11.138]) with mapi id 14.03.0248.002; Fri, 23 Oct 2015 11:33:52 +0100 From: "Ananyev, Konstantin" To: "Iremonger, Bernard" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v2 1/1] vhost_xen: fix compile error in main.c Thread-Index: AQHRDMy2GgVi+gkzTUmRyEfYSOJW+Z544sPA Date: Fri, 23 Oct 2015 10:33:52 +0000 Message-ID: <2601191342CEEE43887BDE71AB97725836AB458E@irsmsx105.ger.corp.intel.com> References: <1445520112-10251-1-git-send-email-bernard.iremonger@intel.com> In-Reply-To: <1445520112-10251-1-git-send-email-bernard.iremonger@intel.com> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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, 23 Oct 2015 10:33:55 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Bernard Iremonger > Sent: Thursday, October 22, 2015 2:22 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH v2 1/1] vhost_xen: fix compile error in main.c >=20 > changes in v2: > update release notes >=20 > Signed-off-by: Bernard Iremonger > --- Acked-by: Konstantin Ananyev > doc/guides/rel_notes/release_2_2.rst | 3 +++ > examples/vhost_xen/main.c | 8 +++++--- > 2 files changed, 8 insertions(+), 3 deletions(-) >=20