We are pleased to release the 1.0.1 version of pwru.
The major changes include:
- When
--filter-track-skb
is used, stop tracking a packet once it hitskfree_skbmem
. This significantly helps to reducepwru
output volume.
Functional changes:
- cc9c63f - Stop tracking skb in the end of its lifetime (@jschwinger233)
- 3f39b56 - Inject ebpf pcap filter more robustically (@jschwinger233)
- 5e6011d - Raise rlimit nofile to 8192 (@jschwinger233)
- a7fe035 - gh/workflows: Bump LLVM to 15.0 (@brb)
- 9956043 - README.md: Update kubectl example (@brb)
- dca0529 - Dockerfile: Use busybox as base image (@brb)
- a83fa68 - Dockerfile: Fix libpcap.a compilation (@brb)
- dc35cd5 - fix: don't compile libpcap RDMA support (@benner)
- 67cad29 - Add bpf-next to CI (@brb)
Dependency changes:
- bdfbfbe - build(deps): bump actions/checkout from 3.5.3 to 3.6.0
- 44708d3 - build(deps): bump actions/setup-go from 4.0.1 to 4.1.0
- ad4c372 - build(deps): bump golang.org/x/tools from 0.11.0 to 0.12.0
- 8d5ffa2 - build(deps): bump cilium/little-vm-helper from 0.0.11 to 0.0.12
- 10e84a2 - build(deps): bump cilium/little-vm-helper from 0.0.7 to 0.0.11