Page MenuHomeFreeBSD

D16891.id.diff
No OneTemporary

D16891.id.diff

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

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)

Event Timeline