Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sebymiano committed May 30, 2024
1 parent 6d8a739 commit 3416ca8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- llvm: "19"
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: recursive
- name: Install deps
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Cuckoo Hash Table in eBPF
Simple implementation of a cuckoo hash table in eBPF
[![Cuckoo Hash & Cuckoo Filter test](https://github.com/sebymiano/cuckoo_hash_bpf/actions/workflows/build-test.yml/badge.svg)](https://github.com/sebymiano/cuckoo_hash_bpf/actions/workflows/build-test.yml)

Implementation of a cuckoo hash table & cuckoo filter table in eBPF.

## Requirements
- Linux kernel 5.17 or newer (needed for the `bpf_loop` helper)
Expand Down

0 comments on commit 3416ca8

Please sign in to comment.