- bumped libbpf-sys version to 0.3
- fixed docs, wasn't showing some stuff since the structs/enums weren't exposed
Breaking change
- Changed the APIs for the UMEM and socket to be
unsafe
where required. It's possible in a number of locations to get into a race with the kernel for a bit of shared memory, so tried to make those areas clearer. - Can now set the
addr
onFrameDesc
manually, previously had to go through the library. - Cleared up examples and hopefully made them a bit more illustrative.
- A
bench
sub-project, work on which is ongoing.