-
Updated
Aug 19, 2021 - C++
dpdk
Here are 154 public repositories matching this topic...
-
Updated
Aug 17, 2021 - C
-
Updated
Aug 20, 2021 - C++
-
Updated
Apr 20, 2021 - Go
-
Updated
Jul 17, 2021 - Lua
-
Updated
Mar 4, 2021 - C
-
Updated
Jan 24, 2019 - C
-
Updated
Jul 17, 2021 - Lua
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
Bug Report
Current Behavior
If an NF tries to send a message to another NF using the onvm_nflib_send_msg_to_nf() function it will allocate memory to store the message and then enqueue the message for the other NF. If the enqueue fails (because the destination NF's ring is full), then the allocated memory will never be freed.
-
Updated
Aug 16, 2021 - Go
-
Updated
Jul 17, 2020 - C
-
Updated
Aug 19, 2021 - C++
-
Updated
Dec 30, 2020 - Go
-
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.
-
Updated
Feb 16, 2020 - C
-
Updated
Dec 18, 2020 - C
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."
GitHub has been making it easier to use a static analysis tool on repositories; see this news for an example. We may benefit from integrating with these tools to inspect our repository as well as pull requests.