Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
N
nexdpi
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
sysadmin
nexdpi
Commits
a3d68156
Commit
a3d68156
authored
Apr 24, 2021
by
Franco (nextime) Lanza
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
9811ca06
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
0 deletions
+17
-0
README.md
README.md
+17
-0
No files found.
README.md
View file @
a3d68156
...
...
@@ -28,6 +28,23 @@ and then apply your limitation there.
This is CRAP and a pain in the ass for performances, don't use it!
### NOTE On Linux Kernel and HyperThreading
Apparently when you do anything more complex that just a couple of static routes
and some NAT, hyperthreading enable on the CPU cores cause a noticeable loss in
performances. If your machine has HT enabled, disable it either from the BIOS
or by software ( my rc.local example already do it!)
As for the kernel, on my machine with latest Devuan ceres kernel (kernel v5.10)
standard way too much work is delegated to the ksoftirqd kernel thread when
there are a lot of packets passing through the IP stack, to the point that the
machine load goes way too high to maintain a proper throughput.
Installing a PREEMPT RT kernel solved the issue in an excellent manner.
Many other optimization can be done on the network stack, but using the proper
kernel is a good start!
### HOT TO USE IT
Soon or later (probably later. A long time later i mean!) i will write some
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment