From 1589ce9cfb891d71002954012ea30194e8dc5e6e Mon Sep 17 00:00:00 2001 From: Ben Walker Date: Mon, 6 May 2019 10:18:32 -0700 Subject: [PATCH] doc: Improve title of vhost concepts page Change-Id: I78e13fdea835882ba082caa2899c119215098073 Signed-off-by: Ben Walker Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/453449 Tested-by: SPDK CI Jenkins Reviewed-by: Jim Harris Reviewed-by: Shuhei Matsumoto Reviewed-by: Darek Stojaczyk --- doc/vhost_processing.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/vhost_processing.md b/doc/vhost_processing.md index a882bd7aa..f66812bae 100644 --- a/doc/vhost_processing.md +++ b/doc/vhost_processing.md @@ -1,4 +1,4 @@ -# Vhost processing {#vhost_processing} +# Virtualized I/O with Vhost-user {#vhost_processing} # Table of Contents {#vhost_processing_toc} @@ -10,10 +10,10 @@ # Introduction {#vhost_processing_intro} -This document is intended to provide an overall high level insight into how -Vhost works behind the scenes. -Code snippets used in this document might have been simplified for the sake -of readability and should not be used as an API or implementation reference. +This document is intended to provide an overview of how Vhost works behind the +scenes. Code snippets used in this document might have been simplified for the +sake of readability and should not be used as an API or implementation +reference. Reading from the [Virtio specification](http://docs.oasis-open.org/virtio/virtio/v1.0/virtio-v1.0.html):