From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f52.google.com (mail-wg0-f52.google.com [74.125.82.52]) by dpdk.org (Postfix) with ESMTP id A53EDCF9 for ; Thu, 16 Apr 2015 14:22:52 +0200 (CEST) Received: by wgyo15 with SMTP id o15so78864250wgy.2 for ; Thu, 16 Apr 2015 05:22:52 -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=KtSrw/CvyXhVS1cBYI/KuHFPxhwhi2SaLgIOfCO+NTk=; b=fHuJ81WynTV7KHHIgNi/6ohdJJikGcEQRX0GkHBYY59i8qBm2BC3/TvSkvzOJllev2 iWh5GFKdidhymqdRGaeSu1OwFFL5obKlFiKZ7iA0xA/KUqqdFfx6XL5TriNPnHaYEJEx FtA3qxcR/4cwJhBkgPieXH95V4HV2Dqq3nBpNDNDziBKi3t6qf+JhuQgn75AkTM7YUDZ VZ1rUXYCyewMeTgd0uKgNefc8ttTNCHD7kYlDkKFpPdWmwONPKGjiVIshABTev+u+Huk zQeWiyGEHUFfoLy4/kV8O0IttlP1kC0wRNFPV6nIbFN/gcJy8uGqagLDVppl+TUL3EtH ajNQ== X-Gm-Message-State: ALoCoQnevfqW26Nx0fDoqFD+X+x0n6pu0SpQA925lb6e3QqpbAsD3i7+lF+dAN6PDWMr6dUVCQiI X-Received: by 10.194.121.136 with SMTP id lk8mr57123874wjb.49.1429186972481; Thu, 16 Apr 2015 05:22:52 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id gj7sm25866196wib.4.2015.04.16.05.22.51 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 16 Apr 2015 05:22:51 -0700 (PDT) From: Thomas Monjalon To: Igor Ryzhov Date: Thu, 16 Apr 2015 14:22:08 +0200 Message-ID: <1830901.1xi1aWcj7v@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: <1428510667-6438-1-git-send-email-iryzhov@nfware.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] doc: fix vhost guide 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: Thu, 16 Apr 2015 12:22:52 -0000 > Guide says that a configure parameter to choose between vhost cuse an= d > vhost user will be introduced in the future, but it=E2=80=99s already= added by commit > 28a1ccca41bf. >=20 > Signed-off-by: Igor Ryzhov > >=20 > Acked-by: Changchun Ouyang Applied, thanks