Linux Networking Stack – RFS – Receive Flow Steering
Linux Networking Stack Receive Flow Steering (RFS) aim is to increase data-cache hitrate by steering kernel processing of packets to the CPU where the application thread consuming the packet is…
a Linux and Tech Youtube Channel for advance Linux users, systems and network software programmers and tech enthusiasts
Linux Networking Stack Receive Flow Steering (RFS) aim is to increase data-cache hitrate by steering kernel processing of packets to the CPU where the application thread consuming the packet is…
Here is a code-walk of a git-hub source submitted by a viewer Sekhar Pariga, which is a Multi-client TCP Server with pthreads Mutex synchronized. Basically it is a Directory Listing…
Here is my sample source-code discussed in the video: you can compile the same via:
Here is my sample Kernel Module to drop packets (i.e sk_buff instance) captured via netfilter hooks. When you want to drop packets in your custom netfilter hooks make sure you…
Here is my sample UDP socket code written in C. Unlike other versions you get commonly on-line this version is focused towards systems and network software developers and as a…
Often aspiring students may have this question, that what is the purpose of Linux Kernel Development. Since Linux Kernel is very mature and it has almost everything one would need.…
Refer:OpenZFS Wiki ↗openzfs.org ↗TrueNAS (formerly FreeNAS) ↗
Refer:Ralink RT3050F Data sheet ↗
Refer:Dragino v2 – Atheros AR9330 rev1 – MIPS 24Kc V7.4 – TrueBench Benchmark ↗Dragino v2 – MS14N-S ↗Dragino v2 – MS14N-P ↗Unwired One (formely known as Black Swift) ↗Links/Specs/Datasheet –…
When you start newly working in the Linux Kernel space you will go through various books and other study material. You read about Kernel data-structures, APIs and so on. But…