Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: Add arguments to dpdk_test to control core mapping | Alex Williams | 2019-01-15 | 1 | -40/+100 |
| | |||||
* | tests: Add unit test for DPDK transport | Alex Williams | 2019-01-15 | 1 | -0/+339 |
This commit adds a loopback benchmark for a PC with 2 DPDK-compatible NIC ports that are connected together via a cable. It sends messages with embedded sequence numbers (outgoing and last-seen) for maintaining a flow control window of packets in flight. It tracks the number of bytes sent/received and reports the time the test took and average throughput. |