From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-f178.google.com (mail-we0-f178.google.com [74.125.82.178]) by dpdk.org (Postfix) with ESMTP id F14139A97 for ; Tue, 17 Mar 2015 12:38:25 +0100 (CET) Received: by weop45 with SMTP id p45so5414249weo.0 for ; Tue, 17 Mar 2015 04:38:25 -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=9s2EDLKNQKzHeRfrmeACe/FG6xCBfBUC3VjRuc70kpQ=; b=OPKBPGdSA429gZMqqUeNIs0+4y4PWJxETegF/Qg8ILZTCShnxpR9j/1uuCwTKfHuw9 EfgFNiDXnZiy+v0Woq8eZF/ADFFzPZTBxYqcxOcq7OdB0YohbzJx0JgztHBL1oYxJZrO GHvT6iWljBLy4xtOZPLkKYuGKe9VYAQdOhUWQJ6Q2XcfpW88p14QCtetzVhMQteNldLk u3KwzPgRfYOkl5Y7i3WtujnB01Oh8eS0lw4B+4Cpv7Ni6HZy9JcCNWbutSkZTNivVu0C P/iiP0gWvdxiXEDMaYInOunNhdFd0O2zaslkrYnPVgqtw3xCg8V7KM/TI+IQnKAoksWi wlSg== X-Gm-Message-State: ALoCoQmfmHNHCWJxwF1RcMWW6twjz+VcWe0JQzCjNK7IYTElct4C8Ap28j0evps+AFVDIXeDqj84 X-Received: by 10.180.95.97 with SMTP id dj1mr129750247wib.43.1426592305767; Tue, 17 Mar 2015 04:38:25 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id kr5sm19580613wjc.1.2015.03.17.04.38.23 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 17 Mar 2015 04:38:23 -0700 (PDT) From: Thomas Monjalon To: =?ISO-8859-1?Q?Beno=EEt?= Canet Date: Tue, 17 Mar 2015 12:37:50 +0100 Message-ID: <7354218.AbIzta7Tjt@xps13> Organization: 6WIND User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; ) In-Reply-To: References: <1425032565-497-1-git-send-email-benoit.canet@nodalink.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="iso-8859-1" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] vhost: Add a hint on how to add or remove the device to a data core 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: Tue, 17 Mar 2015 11:38:26 -0000 > > Let's make sure people will not forget to set and unset VIRTIO_DEV_= RUNNING. > > > > Signed-off-by: Beno=EEt Canet >=20 > Acked-by Huawei Xie Applied, thanks