Article 5MEEW Setting up a very low-latency router using linux.

Setting up a very low-latency router using linux.

by
NadEFurY
from LinuxQuestions.org on (#5MEEW)
Heya,

I've been dabbling in Linux, UX derivatives such as BSD and HP-UX for a while now and was in need of a bit of help.
I've had this small side-project going on of creating a linux router out of an old 2013 personal computer at home.

The specs of the machine:

i5-3570k
8GB 1600Mhz XMP
OCZ Vertex4 SSD
z77a-g45

I'm using OEL8.4 and doing IPv4 routing and firewalling + NAT on this machine.
On its outbound interface I also configure CAKE: https://www.bufferbloat.net/projects/codel/wiki/Cake/
By default you cannot do this because the OEL kernel in use is too "old" and without cake.
So I'm using elrepo to install the latest longterm-branch kernel version. 5.4.#

I'm currently trying to set up a "real" low-latency OS configuration where I isolate a few cores and configure networking to run on only the isolated cores.
The problem I have is, I don't know exactly which kernel threads do the networking.
My guess is I need to move the IRQs to the isolated cores but I don't know what else needs to be moved. Any help here, is appreciated.

tuned-adm has a profile for partitioning the CPU: https://access.redhat.com/documentat...ence-tuned_adm

The plan I have is to utilize it and isolate cores 3 and 4, move the device IRQs to them using tuna: https://access.redhat.com/documentat...-of-using-tuna
via a systemd startup service.

The system has 2 ethernet adapters. eth0 for WAN, eth1 for LAN.
Intel Gigabit CT desktop adapter: https://www.intel.com/content/www/us...fications.html

The onboard is not used.

Does anyone know what else needs to be assigned to the isolated cores and perhaps what extra steps I'd need to take to build this lowest and stablest possible latency router?

Thank you in advance.latest?d=yIl2AUoC8zA latest?i=JP52mwxA4m4:1A1sj8xvM9w:F7zBnMy latest?i=JP52mwxA4m4:1A1sj8xvM9w:V_sGLiP latest?d=qj6IDK7rITs latest?i=JP52mwxA4m4:1A1sj8xvM9w:gIN9vFwJP52mwxA4m4
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments