aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Documentation/virtual/virtio-spec.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/virtual/virtio-spec.txt b/Documentation/virtual/virtio-spec.txt
index 0d6ec85481cb..eb094039b50d 100644
--- a/Documentation/virtual/virtio-spec.txt
+++ b/Documentation/virtual/virtio-spec.txt
@@ -1389,7 +1389,7 @@ segmentation, if both guests are amenable.
1389 1389
1390Packets are transmitted by placing them in the transmitq, and 1390Packets are transmitted by placing them in the transmitq, and
1391buffers for incoming packets are placed in the receiveq. In each 1391buffers for incoming packets are placed in the receiveq. In each
1392case, the packet itself is preceeded by a header: 1392case, the packet itself is preceded by a header:
1393 1393
1394struct virtio_net_hdr { 1394struct virtio_net_hdr {
1395 1395
@@ -1631,7 +1631,7 @@ struct virtio_net_ctrl_mac {
1631 1631
1632The device can filter incoming packets by any number of 1632The device can filter incoming packets by any number of
1633destination MAC addresses.[footnote: 1633destination MAC addresses.[footnote:
1634Since there are no guarentees, it can use a hash filter 1634Since there are no guarantees, it can use a hash filter
1635orsilently switch to allmulti or promiscuous mode if it is given 1635orsilently switch to allmulti or promiscuous mode if it is given
1636too many addresses. 1636too many addresses.
1637] This table is set using the class VIRTIO_NET_CTRL_MAC and the 1637] This table is set using the class VIRTIO_NET_CTRL_MAC and the
@@ -1822,7 +1822,7 @@ the FLUSH and FLUSH_OUT types are equivalent, the device does not
1822distinguish between them 1822distinguish between them
1823]). If the device has VIRTIO_BLK_F_BARRIER feature the high bit 1823]). If the device has VIRTIO_BLK_F_BARRIER feature the high bit
1824(VIRTIO_BLK_T_BARRIER) indicates that this request acts as a 1824(VIRTIO_BLK_T_BARRIER) indicates that this request acts as a
1825barrier and that all preceeding requests must be complete before 1825barrier and that all preceding requests must be complete before
1826this one, and all following requests must not be started until 1826this one, and all following requests must not be started until
1827this is complete. Note that a barrier does not flush caches in 1827this is complete. Note that a barrier does not flush caches in
1828the underlying backend device in host, and thus does not serve as 1828the underlying backend device in host, and thus does not serve as