-
Updated
Oct 6, 2020 - C++
dpdk
Here are 137 public repositories matching this topic...
-
Updated
Sep 29, 2020 - C
-
Updated
Oct 2, 2020 - C++
-
Updated
Aug 20, 2020 - Go
-
Updated
Aug 9, 2020 - Lua
-
Updated
Jan 24, 2019 - C
-
Updated
Apr 15, 2020 - C
-
Updated
Jul 23, 2020 - Lua
nf_router parameters
I want to know what's the parameter next to the IP in the nf_router (route.conf file) refer to ?
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
Jul 17, 2020 - C
-
Updated
Sep 29, 2020 - Go
-
Updated
Oct 6, 2020 - C++
-
Updated
Mar 9, 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
Sep 28, 2020 - C
-
Updated
Feb 16, 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."
submit_arp()allocatesstruct lls_arp_reqin the execution stack just solls_req()can allocate a mailbox message and linearly copystruct lls_arp_req. Moreover,lls_req()is mostly a bigswitchstatement for each type. If the allocation of the mailbox message is moved tosubmit_arp(), not only is the data copy going to be avoided, but it'll also simplifylls_req(). Repeating this