Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7f781679 authored by jvrao's avatar jvrao Committed by Eric Van Hensbergen
Browse files

VirtIO can transfer VIRTQUEUE_NUM of pages.

parent 114e6f3a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -592,7 +592,7 @@ static struct p9_trans_module p9_virtio_trans = {
	.close = p9_virtio_close,
	.request = p9_virtio_request,
	.cancel = p9_virtio_cancel,
	.maxsize = PAGE_SIZE*16,
	.maxsize = PAGE_SIZE*VIRTQUEUE_NUM,
	.pref = P9_TRANS_PREF_PAYLOAD_SEP,
	.def = 0,
	.owner = THIS_MODULE,