From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id CD0BD6A95 for ; Mon, 10 Oct 2016 13:48:33 +0200 (CEST) Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 4C4FC461C3; Mon, 10 Oct 2016 11:48:33 +0000 (UTC) Received: from [10.36.6.29] (vpn1-6-29.ams2.redhat.com [10.36.6.29]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u9ABmVMi009188 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 10 Oct 2016 07:48:32 -0400 To: "Xu, Qian Q" , Yuanhan Liu References: <1471939839-29778-1-git-send-email-yuanhan.liu@linux.intel.com> <1474604007-5221-1-git-send-email-yuanhan.liu@linux.intel.com> <1474604007-5221-5-git-send-email-yuanhan.liu@linux.intel.com> <82F45D86ADE5454A95A89742C8D1410E391FCDA5@shsmsx102.ccr.corp.intel.com> <20161009020305.GM1597@yliu-dev.sh.intel.com> <82F45D86ADE5454A95A89742C8D1410E392005B2@shsmsx102.ccr.corp.intel.com> <0eb01ddf-533c-9348-9091-292690070cb2@redhat.com> <82F45D86ADE5454A95A89742C8D1410E39200616@shsmsx102.ccr.corp.intel.com> Cc: "dev@dpdk.org" From: Maxime Coquelin Message-ID: Date: Mon, 10 Oct 2016 13:48:30 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <82F45D86ADE5454A95A89742C8D1410E39200616@shsmsx102.ccr.corp.intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.68 on 10.5.11.24 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.29]); Mon, 10 Oct 2016 11:48:33 +0000 (UTC) Subject: Re: [dpdk-dev] [PATCH v2 4/7] vhost: add dequeue zero copy 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: Mon, 10 Oct 2016 11:48:34 -0000 On 10/10/2016 12:22 PM, Xu, Qian Q wrote: > Oh, thx for the info, it's better to have some documentation update in R16.11 release notes. I'm not the author of this change, just faced the same situation as yours a a user. But I agree that if documentation is not aligned, it should be updated. Maxime > > -----Original Message----- > From: Maxime Coquelin [mailto:maxime.coquelin@redhat.com] > Sent: Monday, October 10, 2016 11:14 AM > To: Xu, Qian Q ; Yuanhan Liu > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v2 4/7] vhost: add dequeue zero copy > > Hi Xu, > > On 10/10/2016 12:12 PM, Xu, Qian Q wrote: >> Good to know. I will try v3. BTW, on the master branch, seems vhost PMD is broken. When we run --vdev 'eth_vhost0,xxxx', then it will report the error that the driver is not supported. V16.07 is OK, but I haven't got time to do git bisect. > Name has been chenged to net_vhost0 for consistency with other PMDs. > > Maxime >