From 0730e77eb4aa9841e90a17f190b9ae7d80565054 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Mon, 16 Jun 2025 17:09:43 +0200 Subject: Initial commit Signed-off-by: Toni Uhlig --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..1f013d6 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +Testing the performance of ring0 for packet decoding and manipulation. + +Just run: `make benchmark`, that's it! + +XDP (ring0): + +![XDP](benchmark-xdp.png) +![XDP with bursts](benchmark-xdp-with-burst.png) + +Classic (ring3): + +![Userspace](benchmark-user.png) +![Userspace with bursts](benchmark-user-with-burst.png) -- cgit v1.2.3