Skip to content

Commit 23c82af

Browse files
committed
refactored MapIterator using an interface to support also Queue/Stack + tests
Signed-off-by: Simone Magnani <[email protected]>
1 parent 9a2089a commit 23c82af

File tree

9 files changed

+236
-598
lines changed

9 files changed

+236
-598
lines changed

examples/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
* [tcp_close](tcprtt/) - Log RTT of IPv4 TCP connections using eBPF CO-RE helpers.
1919
* XDP - Attach a program to a network interface to process incoming packets.
2020
* [xdp](xdp/) - Print packet counts by IPv4 source address.
21-
* [queue](queue/) - Print IPv4 Address and Unix Timestamp of each incoming packet.
2221
* Add your use case(s) here!
2322

2423
## How to run

examples/queue/bpf_bpfeb.go

Lines changed: 0 additions & 125 deletions
This file was deleted.

examples/queue/bpf_bpfeb.o

-3.13 KB
Binary file not shown.

examples/queue/bpf_bpfel.go

Lines changed: 0 additions & 125 deletions
This file was deleted.

examples/queue/bpf_bpfel.o

-3.13 KB
Binary file not shown.

examples/queue/main.go

Lines changed: 0 additions & 115 deletions
This file was deleted.

0 commit comments

Comments
 (0)