Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F154319172
D16891.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
496 B
Referenced Files
None
Subscribers
None
D16891.id.diff
View Options
Index: head/sys/netinet/tcp_hpts.c
===================================================================
--- head/sys/netinet/tcp_hpts.c
+++ head/sys/netinet/tcp_hpts.c
@@ -167,6 +167,8 @@
MALLOC_DEFINE(M_TCPHPTS, "tcp_hpts", "TCP hpts");
#ifdef RSS
+#include <net/netisr.h>
+#include <net/rss_config.h>
static int tcp_bind_threads = 1;
#else
static int tcp_bind_threads = 0;
@@ -1076,7 +1078,7 @@
static uint16_t
hpts_cpuid(struct inpcb *inp){
- uint16_t cpuid;
+ u_int cpuid;
/*
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Apr 28, 7:46 PM (18 h, 21 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32302130
Default Alt Text
D16891.id.diff (496 B)
Attached To
Mode
D16891: Make tcp_hpts compile with option RSS
Attached
Detach File
Event Timeline
Log In to Comment