From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wm0-f44.google.com (mail-wm0-f44.google.com [74.125.82.44])
 by dpdk.org (Postfix) with ESMTP id 6897A8E6F
 for <dev@dpdk.org>; Fri, 30 Oct 2015 20:12:06 +0100 (CET)
Received: by wmff134 with SMTP id f134so18791914wmf.1
 for <dev@dpdk.org>; Fri, 30 Oct 2015 12:12:06 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=6wind_com.20150623.gappssmtp.com; s=20150623;
 h=from:to:cc:subject:date:message-id:organization:user-agent
 :in-reply-to:references:mime-version:content-transfer-encoding
 :content-type; bh=q2VYyJVWOpKWE8MnNFKDC1WBfHjSg4IeaPoj/6yKCXg=;
 b=mQFK+PofT4cM+DSysNyHZhw8JTdZ0kydrcfku7yPPkoFZZykdCls4ITBLCkJbm0+uH
 1j58NkrUXvt8fPb06v7T5A6YSdLoB4rdJ8dVQ0F3TqOx39GodIzpIb1P0Q6SjyvgXiiC
 PrLuCVy+D1lYJvjS3B/wMMuutEfsZfTBCWxxoVuoV3qix/wiMdPNYb+PBUH0LaPWGkO8
 wPCY+nkWTx7Ex06GAid1QuCDHnEwWxDxD4QynHSTeHgIgi1yYmh5BT4orIlsjgpbPryZ
 whvslZynbnEQW7DRsBgN/Ii3C2YK2ZsNKrL41QkBWdDUIxLGoVAL5lQVbeADB/+OEvEq
 h7xQ==
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=q2VYyJVWOpKWE8MnNFKDC1WBfHjSg4IeaPoj/6yKCXg=;
 b=ekneL565JbopFlLPPbv7r+7qUsL0Ko7H9qhnEyJTTxGwcLu0oaSZGpdHSD/sAsoxAl
 4LyhyUNupul1SB1r2INqziPupH7QXe7eP8vs6qQQE0uneOpP240gPs+uoY0owTtVYdRo
 22osc3VPb6G5QzOCXp4EqKSnE1wJosx3OX7xhs94JIjgDm0/bSJ3RVjkU2df0Y1fEYDf
 pdKmjIDLCy8OIiyA/Uz9Xttn0FV0PN+otVhG3UlIWvfLmrw/v4D+9N8Eo/w5/Zpowro6
 6o+2HUX1gaikoCME8WspexYzEy34vMof6rlNZQQ87hJdUszCLCZS0jXl7D/+XfZXR6zH
 PAgw==
X-Gm-Message-State: ALoCoQkD8iqW9hyaFpHEvpI7cMyENMQ2SWMnYd9fXChjwgdjRuakBQKzRpT631Iwg7wSrlBY5ps7
X-Received: by 10.28.18.66 with SMTP id 63mr5593355wms.77.1446232326185;
 Fri, 30 Oct 2015 12:12:06 -0700 (PDT)
Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136])
 by smtp.gmail.com with ESMTPSA id 194sm4274322wmh.19.2015.10.30.12.12.05
 (version=TLSv1/SSLv3 cipher=OTHER);
 Fri, 30 Oct 2015 12:12:05 -0700 (PDT)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Tetsuya Mukawa <mukawa@igel.co.jp>
Date: Fri, 30 Oct 2015 19:30:52 +0100
Message-ID: <9164678.KVQJ7PSpSN@xps13>
Organization: 6WIND
User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; )
In-Reply-To: <562F2DB4.2080508@igel.co.jp>
References: <1445507150-1481-2-git-send-email-mukawa@igel.co.jp>
 <1445926375-18986-1-git-send-email-mukawa@igel.co.jp>
 <562F2DB4.2080508@igel.co.jp>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Cc: dev@dpdk.org, ann.zhuangyanying@huawei.com
Subject: Re: [dpdk-dev] [PATCH 0/3] Add VHOST PMD
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Fri, 30 Oct 2015 19:12:06 -0000

2015-10-27 16:54, Tetsuya Mukawa:
> Below patch has been submitted as a separate patch.
> 
> -  [dpdk-dev,1/3] vhost: Fix wrong handling of virtqueue array index
>     (http://dpdk.org/dev/patchwork/patch/8038/)

Please could you rebase only the two last patches?
Thanks

PS:
WARNING:TYPO_SPELLING: 'failuer' may be misspelled - perhaps 'failure'?
#606: FILE: drivers/net/vhost/rte_eth_vhost.c:272:
+               RTE_LOG(INFO, PMD, "failuer to find a ethdev\n");
WARNING:TYPO_SPELLING: 'accesing' may be misspelled - perhaps 'accessing'?
#612: FILE: drivers/net/vhost/rte_eth_vhost.c:278:
+       /* Wait until rx/tx_pkt_burst stops accesing vhost device */