-
Updated
May 27, 2022 - C++
dpdk
Here are 180 public repositories matching this topic...
-
Updated
May 28, 2022 - C++
-
Updated
Sep 7, 2021 - Go
-
Updated
Apr 21, 2022 - Lua
Can't we drop include/list.h and use /usr/include/sys/queue.h instead? DPDK already uses the latter, and it comes from the C library:
$ dpkg -S /usr/include/sys/queue.h
libc6-dev-i386: /usr/include/sys/queue.h
There are no big gains in this issue, it's more about code cleanup.
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
May 17, 2022 - Go
-
Updated
Jul 17, 2020 - C
-
Updated
Apr 18, 2022 - C++
-
Updated
Oct 1, 2019 - Go
This is an optimization to reduce the time it takes to build/deploy YAStack.
Compilation of YAStack can be optimized by pre-compiling source code that does not depend on DPDK. This can help build the image faster since now only DPDK and dependent code will have to be compiled.
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.