From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 6D36C5F2F for ; Tue, 13 Mar 2018 10:18:09 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Mar 2018 02:18:08 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.47,464,1515484800"; d="scan'208";a="24172669" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by orsmga007.jf.intel.com with ESMTP; 13 Mar 2018 02:18:07 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 13 Mar 2018 02:18:07 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.166]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.226]) with mapi id 14.03.0319.002; Tue, 13 Mar 2018 17:18:05 +0800 From: "Chen, Junjie J" To: "Kovacevic, Marko" , "Tan, Jianfeng" , "dev@dpdk.org" CC: "yliu@fridaylinux.org" , "maxime.coquelin@redhat.com" Thread-Topic: [dpdk-dev] [PATCH] doc: add driver limitation for vhost dequeue zero copy Thread-Index: AQHTuqtzYa+eVzATq0Oqj7+DMmhkcaPN4g1A Date: Tue, 13 Mar 2018 09:18:04 +0000 Message-ID: References: <1519483453-12613-1-git-send-email-junjie.j.chen@intel.com> <6DC05C7C5F25994B81B3F2F214251F6634BBAF@IRSMSX104.ger.corp.intel.com> In-Reply-To: <6DC05C7C5F25994B81B3F2F214251F6634BBAF@IRSMSX104.ger.corp.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOGIzNjkyNGItMDZlNi00NzUzLTk3ZWYtNGEyMGE0ODUwZTYwIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjIuNS4xOCIsIlRydXN0ZWRMYWJlbEhhc2giOiJGUEJjOTFVcXBVS2dNZDhnOVdFRWdhWnNZWnlUeGRxeFJCRGd3WDhLMzBcLzJ5V3E5T3MxWlROaTJjZWlxV1JLVSJ9 x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] doc: add driver limitation for vhost dequeue zero copy X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Mar 2018 09:18:09 -0000 Done, Thanks for reminder.=20 Cheers JJ > -----Original Message----- > From: Kovacevic, Marko > Sent: Tuesday, March 13, 2018 5:13 PM > To: Tan, Jianfeng ; Chen, Junjie J > ; dev@dpdk.org > Cc: yliu@fridaylinux.org; maxime.coquelin@redhat.com > Subject: RE: [dpdk-dev] [PATCH] doc: add driver limitation for vhost dequ= eue > zero copy >=20 > > > Signed-off-by: Junjie Chen > > > --- > > > doc/guides/sample_app_ug/vhost.rst | 5 ++++- > > > 1 file changed, 4 insertions(+), 1 deletion(-) > > > > > > diff --git a/doc/guides/sample_app_ug/vhost.rst > > > b/doc/guides/sample_app_ug/vhost.rst > > > index a4bdc6a..1591a31 100644 > > > --- a/doc/guides/sample_app_ug/vhost.rst > > > +++ b/doc/guides/sample_app_ug/vhost.rst >=20 >=20 > Can you please supersede this patch and the V2 if you have sent a V3 to t= he > mailing list. >=20 > Thanks