-
Notifications
You must be signed in to change notification settings - Fork 134
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: performance: add DMA performance tester with packet I/O
`odp_dmafwd` is a simple tester to compare packet forwarding throughput when received packets are first copied either with software memory copy or with DMA offload and then echoed back to sender(s). Signed-off-by: Tuomas Taipale <tuomas.taipale@nokia.com> Reviewed-by: Matias Elo <matias.elo@nokia.com>
- Loading branch information
1 parent
1c0288c
commit 01f1fac
Showing
3 changed files
with
1,124 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,7 @@ odp_bench_timer | |
odp_cpu_bench | ||
odp_crc | ||
odp_crypto | ||
odp_dmafwd | ||
odp_dma_perf | ||
odp_ipsec | ||
odp_ipsecfwd | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.