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 devices from code within the app itself. Therefore, we update the doc with instructions and a code snippet showing how this may be done. Signed-off-by: Bruce Richardson <[email protected]> Acked-by: Stephen Hemminger <[email protected]> --- .../howto/virtio_user_as_exception_path.rst | 55 +++++++++++++++++++ 1 file changed, 55 insertions(+)
Nice addition! Reviewed-by: Maxime Coquelin <[email protected]> Thanks, Maxime

