Re: [PATCH v3 3/4] doc/howto: add code example to virtio-user exception path doc

2022-07-07 Thread Maxime Coquelin
On 6/10/22 17:35, Bruce Richardson wrote: The HOWTO guide for using virtio-user as an exception path to the kernel only provided an example of how testpmd may be used for that purpose. However, a real application wanting to use virtio-user as exception path would likely want to create such dev

RE: [PATCH v3 3/4] doc/howto: add code example to virtio-user exception path doc

2022-06-14 Thread Xia, Chenbo
> -Original Message- > From: Richardson, Bruce > Sent: Friday, June 10, 2022 11:36 PM > To: dev@dpdk.org > Cc: Maxime Coquelin ; Xia, Chenbo > ; Richardson, Bruce ; > Stephen Hemminger > Subject: [PATCH v3 3/4] doc/howto: add code example to virtio-user >

[PATCH v3 3/4] doc/howto: add code example to virtio-user exception path doc

2022-06-10 Thread Bruce Richardson
The HOWTO guide for using virtio-user as an exception path to the kernel only provided an example of how testpmd may be used for that purpose. However, a real application wanting to use virtio-user as exception path would likely want to create such devices from code within the app itself. Therefore