dpdk-code
There are 3 repositories under dpdk-code topic.
gamemann/The-DPDK-Examples
Program examples utilizing the DPDK. The DPDK is a kernel-bypass network library that allows for very fast network packet processing. This is great for (D)DoS mitigation and low-latency packet inspection, manipulation, and forwarding.
markchen7788/BiTester
基于DPDK的双向UDP流生成器,用于测试网卡、NF、网络的吞吐量以及时延,主要包括bps、pps、latency等性能指标。
markchen7788/simple-dpdk-speed-monitor
简单的DPDK的端口队列速率可视化监视程序,通过DPDK-telemetry、flask、echarts实现