-
Updated
Jul 9, 2022 - C++
dpdk
Here are 182 public repositories matching this topic...
-
Updated
Jul 7, 2022 - C
-
Updated
Jul 5, 2022 - C++
-
Updated
Sep 7, 2021 - Go
-
Updated
Jun 9, 2022 - Lua
Add context to log entries with "%s(%s): ". The first string is __func__, and the second string is some proper context. A common example of context is iface->name to identify the interface associated with the log entry.
Review all calls of strerror() and replace the ones that are dealing with DPDK's errors with rte_strerror().
Add "(errno=%i): %s\n" to G_LOG()'s that have errno
Description
We are parsing the config.yaml file as it catnip is the only libOS supported. For instance, if someone leaves the catnip fields unspecified, Demikernel will not be happy. We should fix this.
-
Updated
Sep 27, 2021 - C
-
Updated
Sep 4, 2021
-
Updated
Jan 24, 2019 - C
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
-
Updated
Apr 9, 2022 - Lua
Simple Skeleton
Feature Request
Make a simple sample NF in examples/skeleton to use as a base for creating other NFs.
Describe the solution you'd like
This could be based on a simple NF like examples/simple_fwd.
Should include documentation from NF Development guide (on read the docs site)
nf_router parameters
-
Updated
Jul 4, 2022 - Go
-
Updated
Jul 17, 2020 - C
-
Updated
Jul 4, 2022 - C++
-
Updated
Oct 1, 2019 - Go
Improve this page
Add a description, image, and links to the dpdk topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dpdk topic, visit your repo's landing page and select "manage topics."


Packets read from PCAP create Single Burst streams with one packet.
https://github.com/cisco-system-traffic-generator/trex-core/blob/8a2002b6a0c5a4a8db997aa1da1b7bdbc2fd5aa7/scripts/automation/trex_control_plane/interactive/trex/stl/trex_stl_streams.py#L1345
This doesn't allow us to play with the Inter Packet Gap.
I suggest we change this to Multi Burst.