Skip to content

Commit 2996c5a

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

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
@@ -21,7 +21,6 @@ Please see our [guide on what makes a good example](https://ebpf-go.dev/contribu
2121
* [tcp_close](tcprtt/) - Log RTT of IPv4 TCP connections using eBPF CO-RE helpers.
2222
* XDP - Attach a program to a network interface to process incoming packets.
2323
* [xdp](xdp/) - Print packet counts by IPv4 source address.
24-
* [queue](queue/) - Print IPv4 Address and Unix Timestamp of each incoming packet.
2524
* Add your use case(s) here!
2625

2726
## 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)