-
Updated
Aug 28, 2020 - C++
dpdk
Here are 135 public repositories matching this topic...
-
Updated
Aug 25, 2020 - C++
-
Updated
Aug 20, 2020 - Go
-
Updated
Aug 9, 2020 - Lua
-
Updated
Jan 24, 2019 - C
-
Updated
Apr 15, 2020 - C
submit_arp() allocates struct lls_arp_req in the execution stack just so lls_req() can allocate a mailbox message and linearly copy struct lls_arp_req. Moreover, lls_req() is mostly a big switch statement for each type. If the allocation of the mailbox message is moved to submit_arp(), not only is the data copy going to be avoided, but it'll also simplify lls_req(). Repeating this
-
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 ?
-
Updated
Jul 17, 2020 - 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
Jul 28, 2020 - Go
-
Updated
Aug 30, 2020 - C++
-
Updated
Oct 1, 2019 - Go
-
Updated
Mar 9, 2020 - 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
Aug 20, 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."
Hi,各位大佬,当前计划向社区贡献支持vxlan型组网的实现,先大概描述下价值和大概的实现,看看是否可以接纳,如果OK的话,后续我会把代码提上来。
需求价值
大概实现