mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git/
synced 2026-04-17 22:23:45 -04:00
hv: fix comment typo in vmbus_channel/low_latency
morev vs. more. Signed-off-by: Olaf Hering <olaf@aepfle.de> Link: https://lore.kernel.org/r/20221105115401.21592-1-olaf@aepfle.de Signed-off-by: Wei Liu <wei.liu@kernel.org>
This commit is contained in:
@@ -969,7 +969,7 @@ struct vmbus_channel {
|
||||
* mechanism improves throughput by:
|
||||
*
|
||||
* A) Making the host more efficient - each time it wakes up,
|
||||
* potentially it will process morev number of packets. The
|
||||
* potentially it will process more number of packets. The
|
||||
* monitor latency allows a batch to build up.
|
||||
* B) By deferring the hypercall to signal, we will also minimize
|
||||
* the interrupts.
|
||||
|
||||
Reference in New Issue
Block a user