Re: [dpdk-dev] [PATCH v2] doc: add note for builtin-net-driver option

2018-07-31 Thread Tiwei Bie
On Thu, Jul 26, 2018 at 10:27:38PM +0800, Marvin Liu wrote: > Option builtin-net-driver is used to demonstrate how to implement > vhost-user driver based on vhost lib APIs. Unfortunately, very simple > vhost driver in vhost sample is incompatible with QEMU as protocol > feature not supported. > >

[dpdk-dev] [PATCH v2] doc: add note for builtin-net-driver option

2018-07-25 Thread Marvin Liu
Option builtin-net-driver is used to demonstrate how to implement vhost-user driver based on vhost lib APIs. Unfortunately, very simple vhost driver in vhost sample is incompatible with QEMU as protocol feature not supported. Signed-off-by: Marvin Liu --- v2: * Updated descriptions. --- diff --gi