Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F109077661
D18127.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
757 B
Referenced Files
None
Subscribers
None
D18127.diff
View Options
Index: head/sys/dev/sfxge/common/ef10_rx.c
===================================================================
--- head/sys/dev/sfxge/common/ef10_rx.c
+++ head/sys/dev/sfxge/common/ef10_rx.c
@@ -220,7 +220,13 @@
MCDI_IN_SET_DWORD(req, RSS_CONTEXT_ALLOC_IN_UPSTREAM_PORT_ID,
EVB_PORT_ID_ASSIGNED);
MCDI_IN_SET_DWORD(req, RSS_CONTEXT_ALLOC_IN_TYPE, context_type);
- /* NUM_QUEUES is only used to validate indirection table offsets */
+
+ /*
+ * For exclusive contexts, NUM_QUEUES is only used to validate
+ * indirection table offsets.
+ * For shared contexts, the provided context will spread traffic over
+ * NUM_QUEUES many queues.
+ */
MCDI_IN_SET_DWORD(req, RSS_CONTEXT_ALLOC_IN_NUM_QUEUES, num_queues);
efx_mcdi_execute(enp, &req);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Feb 1, 12:15 PM (7 h, 15 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16383045
Default Alt Text
D18127.diff (757 B)
Attached To
Mode
D18127: sfxge(4): expand on comment on number of queues field
Attached
Detach File
Event Timeline
Log In to Comment