Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F106107003
D3564.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
423 B
Referenced Files
None
Subscribers
None
D3564.diff
View Options
Index: head/sys/netinet/ip_input.c
===================================================================
--- head/sys/netinet/ip_input.c
+++ head/sys/netinet/ip_input.c
@@ -160,7 +160,7 @@
.nh_name = "ip_direct",
.nh_handler = ip_direct_input,
.nh_proto = NETISR_IP_DIRECT,
- .nh_m2cpuid = rss_m2cpuid,
+ .nh_m2cpuid = rss_soft_m2cpuid_v4,
.nh_policy = NETISR_POLICY_CPU,
.nh_dispatch = NETISR_DISPATCH_HYBRID,
};
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Dec 26, 12:36 PM (29 m, 28 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15604774
Default Alt Text
D3564.diff (423 B)
Attached To
Mode
D3564: Replace rss_m2cpuid with rss_soft_m2cpuid_v4 for ip_direct_nh.nh_m2cpuid, because the RSS hash may need to be recalculated
Attached
Detach File
Event Timeline
Log In to Comment