Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F162317363
D27927.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
980 B
Referenced Files
None
Subscribers
None
D27927.diff
View Options
Index: sys/dev/virtio/network/if_vtnet.c
===================================================================
--- sys/dev/virtio/network/if_vtnet.c
+++ sys/dev/virtio/network/if_vtnet.c
@@ -291,7 +291,7 @@
SYSCTL_INT(_hw_vtnet, OID_AUTO, tso_maxlen, CTLFLAG_RDTUN,
&vtnet_tso_maxlen, 0, "TSO burst limit");
-static int vtnet_rx_process_limit = 512;
+static int vtnet_rx_process_limit = 1024;
SYSCTL_INT(_hw_vtnet, OID_AUTO, rx_process_limit, CTLFLAG_RDTUN,
&vtnet_rx_process_limit, 0,
"Number of RX segments processed in one pass");
Index: sys/dev/virtio/network/if_vtnetvar.h
===================================================================
--- sys/dev/virtio/network/if_vtnetvar.h
+++ sys/dev/virtio/network/if_vtnetvar.h
@@ -206,7 +206,7 @@
/*
* Maximum number of queue pairs we will autoconfigure to.
*/
-#define VTNET_MAX_QUEUE_PAIRS 8
+#define VTNET_MAX_QUEUE_PAIRS 32
/*
* Additional completed entries can appear in a virtqueue before we can
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Jul 13, 12:22 AM (2 h, 58 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35017385
Default Alt Text
D27927.diff (980 B)
Attached To
Mode
D27927: if_vtnet: Moderneize default tunables
Attached
Detach File
Event Timeline
Log In to Comment