Releases: xdp-project/xdp-tools
Releases · xdp-project/xdp-tools
v1.2.6
Commits
- use pid_t to avoid 64bit datatype fixing cross platform (Nick Hainke)
- print time as long (Nick Hainke)
- cleanup references to undeclared variable by using the proper variable name (Evan Older)
- use CPPFLAGS where appropriate (Luca Boccassi)
- extract -ffile-prefix-map= from CFLAGS and pass it to Clang (Luca Boccassi)
- 8e3803d: man pages: Reformat to support NAME heading for proper whatis processing (Toke Høiland-Jørgensen)
- 68d6dc3: xdp-filter: Print error message if updating state map fails (Toke Høiland-Jørgensen)
- 5390b5c: xdp-filter: Delete elements from map when their flags are zero (Toke Høiland-Jørgensen)
- f75767c: Bump TOOLS_VERSION to 1.2.6 (Toke Høiland-Jørgensen)
v1.2.5
Commits
- Update to v0.8.0 (Toke Høiland-Jørgensen)
- 3e91edf: util/params.c: Use calloc() instead of malloc() (Toke Høiland-Jørgensen)
- make runtime tmp directory configurable (Toke Høiland-Jørgensen)
- Demote "Failed to load dispatcher" error message to info (Toke Høiland-Jørgensen)
- 6c0836d: Bump TOOLS_VERSION to 1.2.5 (Toke Høiland-Jørgensen)
v1.2.4
Commits
- Add extern c to libxdp (Sebastiano Miano)
- 67ee6ab: Ignore untracked content from libbpf submodule (Sebastiano Miano)
- bbe55ce: xdp-dump: skip tests that need ftrace attach when not supported. (Eelco Chaudron)
- f733319: xdp-dump: cleanup pcap files on test failure (Eelco Chaudron)
- d03e6fe: xdp/xsk.h: Fix compilation with -std=gnu89 (Kumar Kartikeya Dwivedi)
- unmap rings when umem deleted (Cheng Li)
- f85141c: check for zlib before libelf in configure (Marcus Barczak)
- Print compat error message on load as well as attach (Toke Høiland-Jørgensen)
- d7b5ace: Fix fallback to single prog when dispatcher fails (Gijs Peskens)
- Don't leak xdp_multiprog reference (Toke Høiland-Jørgensen)
- XSK programs should be part of the libxdp package (Toke Høiland-Jørgensen)
- c22828c: lib/testing: Don't use deprecated section name for test object file (Toke Høiland-Jørgensen)
- 79330ec: - Initialising variable to allow build on -O3 (Robin Cowley)
- Don't check for bpf_set_link_xdp_fd_opts() (Toke Høiland-Jørgensen)
- a953338: Handle more libbpf deprecations (Toke Høiland-Jørgensen)
- c8a576d: Bump TOOLS_VERSION to v1.2.4 (Toke Høiland-Jørgensen)
v1.2.3
Commits
- 09f0784: packaging/rpm: Bump package version (Toke Høiland-Jørgensen) #157
- ed8259e: .github/workflows: Add workflow to automatically create releases (Toke Høiland-Jørgensen) #157
- ee5cd30: github/workflows: Add option to recursively checkout submodules (Toke Høiland-Jørgensen) #160
- add test-tool to testing framework with basic load #159 (Eelco Chaudron)
- remove bpftools as a dependency for the test runs #159 (Eelco Chaudron)
- 762f378: Run Github workflow on v1.2 branch (Toke Høiland-Jørgensen)
- Demote log level for fallback messages #163 (Toke Høiland-Jørgensen)
- use bpf_prog_test_run_opts() instead of bpf_prog_test_run() (Gian Lorenzo Meocci)
- 0249a0f: lib/Makefile: Make sure util is built before testing (Toke Høiland-Jørgensen)
- f1b14b0: Bump TOOLS_VERSION to v1.2.3 (Toke Høiland-Jørgensen)