Skip to content

Releases: asavie/xdp

Use bpf2go in dumpframes example #8

26 Mar 18:05
2936ad5
Compare
Choose a tag to compare

Extend the dumpframes example, demonstrating how bpf2go can be used to embed a different BPF program into the application instead of the built-in one.

Revise kernel kick and Poll code #6

09 Feb 13:09
Compare
Choose a tag to compare
v0.3.2

Revise kernel kick and Poll code #6

Remove memory allocations on Rx/Tx paths #5

09 Feb 13:08
Compare
Choose a tag to compare
v0.3.1

Remove memory allocations on Rx/Tx paths #5

Allow socket option configuration (by @crandles)

09 Feb 12:46
7d9fe80
Compare
Choose a tag to compare

Allow to configure Socket options, such as the sizes of the ring queues, using the SocketOptions struct.
From @crandles.

Decouple eBPF / interface initialization from xdp socket creation (by @crandles)

04 Jan 18:29
Compare
Choose a tag to compare
v0.2.0

Add signal handler by @glaslos to the minimal usage example in godoc

v0.1.0: Merge pull request #2 from glaslos/gofmt_gomod

04 Jan 17:38
d96ade0
Compare
Choose a tag to compare
go module and gofmt and lint warnings