diff options
author | Paul Vinciguerra <pvinci@vinciconsulting.com> | 2019-10-29 16:11:09 -0400 |
---|---|---|
committer | Ole Trøan <otroan@employees.org> | 2019-10-30 09:08:11 +0000 |
commit | 97c998c2813d7cea4a067a0b8ff246cad4924bf3 (patch) | |
tree | d29a68839f287fa8975e05f17bb3c096ee51e352 /src/vnet/devices/virtio/vhost_user_output.c | |
parent | 3ae52627125a4c97bff91d43adad9bbaed42a6f5 (diff) |
docs: devices-- add FEATURES.yaml
Type: docs
Change-Id: I039ba9ad5385452b202366fba0b367506a21ea4f
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
Diffstat (limited to 'src/vnet/devices/virtio/vhost_user_output.c')
-rw-r--r-- | src/vnet/devices/virtio/vhost_user_output.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vnet/devices/virtio/vhost_user_output.c b/src/vnet/devices/virtio/vhost_user_output.c index 9b9f763b92f..5bd60d4e96e 100644 --- a/src/vnet/devices/virtio/vhost_user_output.c +++ b/src/vnet/devices/virtio/vhost_user_output.c @@ -571,7 +571,7 @@ done: * retry. * The idea is that it is better to waste some time on packets * that have been processed already than dropping them and get - * more fresh packets with a good likelyhood that they will be dropped too. + * more fresh packets with a good likelihood that they will be dropped too. * This technique also gives more time to VM driver to pick-up packets. * In case the traffic flows from physical to virtual interfaces, this * technique will end-up leveraging the physical NIC buffer in order to |