Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F146977462
D8291.id21519.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
561 B
Referenced Files
None
Subscribers
None
D8291.id21519.diff
View Options
Index: sys/dev/hyperv/netvsc/hv_netvsc_drv_freebsd.c
===================================================================
--- sys/dev/hyperv/netvsc/hv_netvsc_drv_freebsd.c
+++ sys/dev/hyperv/netvsc/hv_netvsc_drv_freebsd.c
@@ -3408,11 +3408,8 @@
int nchan, rxr_cnt, error;
nchan = *nsubch + 1;
- if (sc->hn_ndis_ver < HN_NDIS_VERSION_6_30 || nchan == 1) {
- /*
- * Either RSS is not supported, or multiple RX/TX rings
- * are not requested.
- */
+ if (nchan == 1) {
+ /* Multiple RX/TX rings are not requested. */
*nsubch = 0;
return (0);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Mar 8, 6:59 AM (20 h, 13 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29398258
Default Alt Text
D8291.id21519.diff (561 B)
Attached To
Mode
D8291: hyperv/hn: Always query RSS capabilities.
Attached
Detach File
Event Timeline
Log In to Comment