From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 75FD72C5 for ; Tue, 7 Aug 2018 15:52:13 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Aug 2018 06:52:11 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,455,1526367600"; d="scan'208";a="78233204" Received: from irsmsx104.ger.corp.intel.com ([163.33.3.159]) by fmsmga004.fm.intel.com with ESMTP; 07 Aug 2018 06:52:07 -0700 Received: from irsmsx112.ger.corp.intel.com (10.108.20.5) by IRSMSX104.ger.corp.intel.com (163.33.3.159) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 7 Aug 2018 14:52:06 +0100 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.208]) by irsmsx112.ger.corp.intel.com ([169.254.1.22]) with mapi id 14.03.0319.002; Tue, 7 Aug 2018 14:52:06 +0100 From: "Mcnamara, John" To: "Liu, Yong" , "Bie, Tiwei" , "dev@dpdk.org" Thread-Topic: [PATCH v3] doc: add note for builtin-net-driver option Thread-Index: AQHUKKbAR++LnhBL606HC0qZDNgitKS0WisA Date: Tue, 7 Aug 2018 13:52:05 +0000 Message-ID: References: <20180726142738.58543-1-yong.liu@intel.com> <20180731160039.10613-1-yong.liu@intel.com> In-Reply-To: <20180731160039.10613-1-yong.liu@intel.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiM2NiMDgwY2UtZGZhNC00NThkLWFjZTAtZWM1ZmI5ZDYzOGUyIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiQWtMMUFydGpXQnZFWmZRaThxb1RUTGdGRDhuSGdQT0ZQMHdkU0NHS1ZobUo3Vno3TVJyRW5YTlBBS3BpeTBmUCJ9 dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v3] doc: add note for builtin-net-driver option 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, 07 Aug 2018 13:52:13 -0000 > -----Original Message----- > From: Liu, Yong > Sent: Tuesday, July 31, 2018 5:01 PM > To: Mcnamara, John ; Bie, Tiwei > ; dev@dpdk.org > Cc: Liu, Yong > Subject: [PATCH v3] doc: add note for builtin-net-driver option >=20 > Very simple version of vhost-user driver in vhost sample will be used if > builtin-net-driver option is enabled. This driver is based on generic vho= st > lib APIs. Unfortunately, the implementation is incompatible with QEMU as > protocol feature is not supported. >=20 > Signed-off-by: Marvin Liu Acked-by: John McNamara