Skip to content

Commit

Permalink
refactored MapIterator using an interface to support also Queue/Stack…
Browse files Browse the repository at this point in the history
… + tests

Signed-off-by: Simone Magnani <[email protected]>
  • Loading branch information
smagnani96 committed Mar 13, 2024
1 parent 9a2089a commit 23c82af
Show file tree
Hide file tree
Showing 9 changed files with 236 additions and 598 deletions.
1 change: 0 additions & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
* [tcp_close](tcprtt/) - Log RTT of IPv4 TCP connections using eBPF CO-RE helpers.
* XDP - Attach a program to a network interface to process incoming packets.
* [xdp](xdp/) - Print packet counts by IPv4 source address.
* [queue](queue/) - Print IPv4 Address and Unix Timestamp of each incoming packet.
* Add your use case(s) here!

## How to run
Expand Down
125 changes: 0 additions & 125 deletions examples/queue/bpf_bpfeb.go

This file was deleted.

Binary file removed examples/queue/bpf_bpfeb.o
Binary file not shown.
125 changes: 0 additions & 125 deletions examples/queue/bpf_bpfel.go

This file was deleted.

Binary file removed examples/queue/bpf_bpfel.o
Binary file not shown.
115 changes: 0 additions & 115 deletions examples/queue/main.go

This file was deleted.

Loading

0 comments on commit 23c82af

Please sign in to comment.