From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f182.google.com (mail-wi0-f182.google.com [209.85.212.182]) by dpdk.org (Postfix) with ESMTP id 87CEA8E58 for ; Thu, 24 Sep 2015 12:22:02 +0200 (CEST) Received: by wicfx3 with SMTP id fx3so105922734wic.0 for ; Thu, 24 Sep 2015 03:22:02 -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=xTpJmKSvG6+JcEKwrhcKeZ4889dL760IqqDagvXZu10=; b=YoRBeDp0Y/Vo5c+QIcJK+Ciwes9kJWCZP3vzMdRjNxbgX00xd0WzFcq28/mXP9ShLg UEEemyxtKX60OktkokpGUY4Z+BKzLimjptCTOMjWuZqveZCKzd/DJzku/nfNViR5UIyF no10PAUJ1S1DNFg2GRnEiB+rVN70+JzsBGQ/t1Ysy+WYTbOpaQWO6useaAkuMuLVQNyI RS7lQPWoPrU9qslsx03xZMApWphm/e8hW3sHcVf0nvFw+2GOuZ8akRZ5kzF9DLSaZTSg h5Oe1w+K5vjr9rwQXNndgg1UtbCyWm9AIGefAWNEWzJR5YIz+nRNvmh3Zy8DMS4XWeZd n1tQ== X-Gm-Message-State: ALoCoQlrFThk6nRiT8OXtiGvYU1KZQE3CpXX5w8bO4vvxHa5+PHZdBFTeO/AhGeFKQ2KUbPlXFxQ X-Received: by 10.180.91.12 with SMTP id ca12mr9394265wib.4.1443090122335; Thu, 24 Sep 2015 03:22:02 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id r4sm4753098wia.19.2015.09.24.03.22.01 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 24 Sep 2015 03:22:01 -0700 (PDT) From: Thomas Monjalon To: Ouyang Changchun Date: Thu, 24 Sep 2015 12:20:56 +0200 Message-ID: <2205013.xSJHdlfDTq@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1439866293-9241-1-git-send-email-changchun.ouyang@intel.com> References: <1439866293-9241-1-git-send-email-changchun.ouyang@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] doc: fix for vhost sample parameter 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, 24 Sep 2015 10:22:02 -0000 2015-08-18 10:51, Ouyang Changchun: > This commit removes the dev-index, so update the doc for this change: > 17b8320a3e11e146868906d0082b6e402d5f2255 > "vhost: remove index parameter" > > Signed-off-by: Changchun Ouyang Applied, thanks