From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f173.google.com (mail-wi0-f173.google.com [209.85.212.173]) by dpdk.org (Postfix) with ESMTP id 8C985B377 for ; Fri, 29 Aug 2014 17:04:19 +0200 (CEST) Received: by mail-wi0-f173.google.com with SMTP id cc10so2342516wib.0 for ; Fri, 29 Aug 2014 08:08:33 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=Y2ZLAhIJOSYpc4vmCEyi1Y+Uz4SWhILpZVxT90lO35Y=; b=CCyCpBPU+Kr74i8qtCZ4eycAeT5pUYB5CmD4Sn9OO+EbqQ0BbMu4D8dW5T1u5cqDJf wHRLKgv+HIOPa1Hf7h5dIee0IOwisf4nzNOoNKf8Ya+jftmaslG1GSro4w58s82gbNoa po8VmbWazy8nJe2S95Pzl8js+sly61EMpyoOyNEfv71EoTUIPvlRHDG5ySJs122fnKK1 Vt5Qvw2Y4V/xFPmwkQzFfQIDElQk8YHEWYFLU7adKhC/bTKuYnFfNbNVeeVy5A8P8d+0 cXNTnu2D+oweFbquDDzNx4yWte0ZxVCQi3AHLVfu/lApwLF1hiBN/MwUOyzy0hKJ9JMB rqMg== X-Gm-Message-State: ALoCoQlIftN52MT0vaZqc4VQ7o3WK7tQPf9gmB+zuR9G0fCUSQmvmSue3XUJMkU36w3jGdZ8r2Ql X-Received: by 10.180.103.168 with SMTP id fx8mr4501502wib.63.1409324913375; Fri, 29 Aug 2014 08:08:33 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id mx19sm837558wic.3.2014.08.29.08.08.31 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 29 Aug 2014 08:08:32 -0700 (PDT) From: Thomas Monjalon To: "Murphy, Claire K" Date: Fri, 29 Aug 2014 17:08:27 +0200 Message-ID: <1616754.j8MkYT4ybM@xps13> Organization: 6WIND User-Agent: KMail/4.13.3 (Linux/3.15.8-1-ARCH; KDE/4.13.3; x86_64; ; ) In-Reply-To: <738D45BC1F695740A983F43CFE1B7EA92D70B75A@IRSMSX102.ger.corp.intel.com> References: <1403105694-23736-1-git-send-email-claire.k.murphy@intel.com> <1403105694-23736-3-git-send-email-claire.k.murphy@intel.com> <738D45BC1F695740A983F43CFE1B7EA92D70B75A@IRSMSX102.ger.corp.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Cc: dev@dpdk.org, "Czesnowicz, Przemyslaw" Subject: Re: [dpdk-dev] [PATCH 2/2] Patch to allow live migration of a VM with US-VHost. 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, 29 Aug 2014 15:04:19 -0000 > > > Subject: [dpdk-dev] [PATCH 2/2] Patch to allow live migration of = a VM > > > with US-VHost. > > > > > > Signed-off-by: Claire Murphy > >=20 > > +1. This patch enables live migration for us on Intel DPDK vSwitch.= >=20 > Acked-by: Mark D. Gray Nobody else reviewed this patch? Title is wrongly formatted, there is no explanation in commit log, there are some checkpatches issues, and more importantly, it doesn't build: =09error: =E2=80=98RTE_LOGTYPE_CONFIG=E2=80=99 undeclared --=20 Thomas