From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tetsuya Mukawa Subject: Re: [PATCH 0/3] Add VHOST PMD Date: Mon, 2 Nov 2015 12:15:15 +0900 Message-ID: <5636D543.2030007@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> <9164678.KVQJ7PSpSN@xps13> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, ann.zhuangyanying@huawei.com To: Thomas Monjalon Return-path: Received: from mail-pa0-f50.google.com (mail-pa0-f50.google.com [209.85.220.50]) by dpdk.org (Postfix) with ESMTP id 989CC8E7E for ; Mon, 2 Nov 2015 04:15:17 +0100 (CET) Received: by padec8 with SMTP id ec8so24320153pad.1 for ; Sun, 01 Nov 2015 19:15:17 -0800 (PST) In-Reply-To: <9164678.KVQJ7PSpSN@xps13> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 2015/10/31 3:30, Thomas Monjalon wrote: > 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 */ > Hi Thomas, Thank you so much for checking my patches. I have fixed a few typos, and rebased on latest tree (with Bernard's patch). I will submit again soon. Regards, Tetsuya