Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F150462939
D29663.id87096.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
794 B
Referenced Files
None
Subscribers
None
D29663.id87096.diff
View Options
diff --git a/sys/sys/priority.h b/sys/sys/priority.h
--- a/sys/sys/priority.h
+++ b/sys/sys/priority.h
@@ -87,16 +87,17 @@
#define PI_REALTIME (PRI_MIN_ITHD + 0)
#define PI_AV (PRI_MIN_ITHD + 4)
-#define PI_NET (PRI_MIN_ITHD + 8)
-#define PI_DISK (PRI_MIN_ITHD + 12)
-#define PI_TTY (PRI_MIN_ITHD + 16)
-#define PI_DULL (PRI_MIN_ITHD + 20)
-#define PI_SOFT (PRI_MIN_ITHD + 24)
+#define PI_DISK (PRI_MIN_ITHD + 8)
+#define PI_TTY (PRI_MIN_ITHD + 12)
+#define PI_DULL (PRI_MIN_ITHD + 16)
+#define PI_SOFT (PRI_MIN_ITHD + 20)
#define PI_SWI(x) (PI_SOFT + (x) * RQ_PPQ)
#define PRI_MIN_REALTIME (48)
#define PRI_MAX_REALTIME (PRI_MIN_KERN - 1)
+#define PI_NET (PRI_MIN_REALTIME - 4)
+
#define PRI_MIN_KERN (80)
#define PRI_MAX_KERN (PRI_MIN_TIMESHARE - 1)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Apr 2, 10:35 AM (2 h, 59 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30718903
Default Alt Text
D29663.id87096.diff (794 B)
Attached To
Mode
D29663: De-prioritize network driver ithreads to mitigate livelock
Attached
Detach File
Event Timeline
Log In to Comment