From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxime Coquelin Subject: Re: [PATCH v2 4/7] vhost: add dequeue zero copy Date: Mon, 10 Oct 2016 13:48:30 +0200 Message-ID: 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> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: "dev@dpdk.org" To: "Xu, Qian Q" , Yuanhan Liu 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) In-Reply-To: <82F45D86ADE5454A95A89742C8D1410E39200616@shsmsx102.ccr.corp.intel.com> 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 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 >