An introduction to Shared Memory in DPDKIntroduction In this article, I have explained about a basic DPDK application which reads the packets from NIC interface. In this article we will learn about the concept of shared memory in DPDK library and how to do inter-process communication using...Aug 17, 2024·3 min read
An introduction to RSS (Receive Side Scaling) in DPDK - Achieving Higher Receive Data RatesJun 2, 2024·5 min read
Getting statistics from NIC (Network Interface Card) in DPDKIntroduction In this article, I have explained about a basic DPDK application which reads the packets from NIC interface. In this article we will learn about how to get statistics from NIC (Network Interface Card) in DPDK. If you are passionate about...May 21, 2024·3 min read
Processing packets in DPDK (Data Plane Development Kit)Introduction In the last article, I have explained about a basic DPDK application which reads the packets from NIC interface. In this article we will learn about how to actually process a packet after receiving it from NIC. If you are passionate abou...May 19, 2024·3 min read
Transmitting packets from NIC in DPDK - For BeginnersIntroduction In the last article, I have explained about a basic DPDK application which reads the packets from NIC interface. In this article we will learn about packet transmission from NIC interface. If you are passionate about fast packet processi...Feb 14, 2024·2 min read
Writing a first DPDK application (Part 2) - For BeginnersIntroduction In the last article, I have explained how to setup and install DPDK on your system and load the NIC interface with kernel modules through which our DPDK application can access the NIC interface directly. In this article we will write a s...Feb 7, 2024·4 min read
Writing a first DPDK application (Part 1) - For BeginnersIn the previous article, I have provided an introduction to DPDK for beginners. It was just a birds eye view of DPDK. In this article, I will provide an in depth knowledge of a DPDK application. If you interested in writing your first DPDK applicatio...Jan 31, 2024·4 min read
Introduction to DPDK (Data Plane Development Kit) for BeginnersThis article will provide an insight about DPDK (Data Plane Development Kit). If you are passionate about high performance networking and fast packet processing, this article is for you. Introduction DPDK is an open source project under Linux Foundat...Jan 26, 2024·3 min read