summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-06-15 18:44:50 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-06-16 07:38:00 +0200
commit7e711918f72fe2e9ca471a679b83a4919ec6be10 (patch)
treee4f5f9e558b74fb7176a4f04620603aec23980d7
parentEPOCH(9): Fix epoch call and drain (diff)
downloadrtems-libbsd-7e711918f72fe2e9ca471a679b83a4919ec6be10.tar.bz2
README: Mention SMP requirements
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index 19c9023e..b1a7e1aa 100644
--- a/README.md
+++ b/README.md
@@ -293,3 +293,12 @@ Escape character is '^]'.
RTEMS Shell on /dev/pty4. Use 'help' to list commands.
TLNT [/] #
```
+
+SMP Requirements
+----------------
+
+In order to support
+[EPOCH(9)](https://www.freebsd.org/cgi/man.cgi?query=epoch&apropos=0&sektion=9)
+a scheduler with thread pinning support is required. This is the case if you
+use the default scheduler configuration. EPOCH(9) is a central synchronization
+mechanism of the network stack.