← Prev in month
← Prev in thread
[PATCH] virtio-spec: fix the incorrect syntax
From: Zhi Yong Wu <> Signed-off-by: Zhi Yong Wu <> --- virtio-spec.lyx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/virtio-spec.lyx b/virtio-spec.lyx index ebde0f5..a99e7e5 100644 --- a/virtio-spec.lyx +++ b/virtio-spec.lyx @@ -5763,7 +5763,7 @@ Automatic receive steering in multiqueue mode \change_inserted 1986246365 1354528882 If the driver negotiates the VIRTIO_NET_F_MQ feature bit (depends on VIRTIO_NET_ F_CTRL_VQ), it can transmit outgoing packets on one of the multiple transmitq0..tr -ansmitqN and ask the device to queue incoming packets into one the multiple +ansmitqN and ask the device to queue incoming packets into one of the multiple receiveq0..receiveqN depending on the packet flow. \change_unchanged -- 1.7.6.5
← Prev in month
← Prev in thread