Skip to content
#

dpdk

Here are 168 public repositories matching this topic...

PcapPlusPlus is a multiplatform C++ library for capturing, parsing and crafting of network packets. It is designed to be efficient, powerful and easy to use. It provides C++ wrappers for the most popular packet processing engines such as libpcap, WinPcap, DPDK and PF_RING.

  • Updated Dec 1, 2021
  • C++

MoonGen is a fully scriptable high-speed packet generator built on DPDK and LuaJIT. It can saturate a 10 Gbit/s connection with 64 byte packets on a single CPU core while executing user-provided Lua scripts for each packet. Multi-core support allows for even higher rates. It also features precise and accurate timestamping and rate control.

  • Updated Jul 17, 2021
  • Lua
zeeshanlakhani
zeeshanlakhani commented May 30, 2020

Background

ICMP messages are used by network devices, including routers, to send error messages and operational information indicating success or failure when communicating with another IP address. Examples include errors indicating when a requested service is not available or when a host or router could not be reached. We've

twood02
twood02 commented Nov 3, 2021

Bug Report

Current Behavior
If you forget to start the manager with jumbo frame support (-j), then speed tester will crash if you tell it to load a PCAP trace that contains jumbo frames.

Expected behavior/code
Rather than segfault, we should report an error if the size of a packet is larger than the mbuf size.

Steps to reproduce
Start the manager as normal, run speed

Improve this page

Add a description, image, and links to the dpdk topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the dpdk topic, visit your repo's landing page and select "manage topics."

Learn more