aboutsummaryrefslogtreecommitdiffstats
path: root/doc/guides/howto/virtio_user_as_exceptional_path.rst
diff options
context:
space:
mode:
authorLuca Boccassi <luca.boccassi@gmail.com>2017-08-16 18:42:05 +0100
committerLuca Boccassi <luca.boccassi@gmail.com>2017-08-16 18:46:04 +0100
commitf239aed5e674965691846e8ce3f187dd47523689 (patch)
treea153a3125c6e183c73871a8ecaa4b285fed5fbd5 /doc/guides/howto/virtio_user_as_exceptional_path.rst
parentbf7567fd2a5b0b28ab724046143c24561d38d015 (diff)
New upstream version 17.08
Change-Id: I288b50990f52646089d6b1f3aaa6ba2f091a51d7 Signed-off-by: Luca Boccassi <luca.boccassi@gmail.com>
Diffstat (limited to 'doc/guides/howto/virtio_user_as_exceptional_path.rst')
-rw-r--r--doc/guides/howto/virtio_user_as_exceptional_path.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guides/howto/virtio_user_as_exceptional_path.rst b/doc/guides/howto/virtio_user_as_exceptional_path.rst
index 0bbcd3fd..3f99fe82 100644
--- a/doc/guides/howto/virtio_user_as_exceptional_path.rst
+++ b/doc/guides/howto/virtio_user_as_exceptional_path.rst
@@ -54,7 +54,7 @@ solution is very promising in:
* Performance
similar to KNI, this solution would use one or more kthreads to
- send/receive packets from user space DPDK applications, which has little
+ send/receive packets to/from user space DPDK applications, which has little
impact on user space polling thread (except that it might enter into kernel
space to wake up those kthreads if necessary).
@@ -94,7 +94,7 @@ compiling the kernel and those kernel modules should be inserted.
This is used to negotiate VIRTIO_NET_F_GUEST_TSO4 and
VIRTIO_NET_F_GUEST_TSO6 feature so that large packets from kernel can be
- transmitted DPDK application and further TSOed by physical NIC.
+ transmitted to DPDK application and further TSOed by physical NIC.
* ``--enable-rx-cksum``