Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| d342c9bbc6 | |||
| b8fbc614c0 |
@@ -1,6 +1,6 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/oracle/bpftune.git</param>
|
||||
<param name="changesrevision">6a50f5ff619caeea6f04d889e3a60de6c12feb76</param>
|
||||
<param name="changesrevision">688b1227d202084b8b00dd4ed7ed91ac5efda0a8</param>
|
||||
</service>
|
||||
</servicedata>
|
||||
</servicedata>
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:51707c1773bc0b9f9efb61cb4c698c3847fc6b7955fc790686d7257484206023
|
||||
size 6153229
|
||||
3
bpftune-0.1~20241219.obscpio
Normal file
3
bpftune-0.1~20241219.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:958c3db66aef5c71da3f63d930f1c1a4dbe26f2764d781867662d20758dc9fba
|
||||
size 6199821
|
||||
@@ -1,3 +1,39 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 19 20:21:02 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- Update to version 0.1~20241219:
|
||||
* netdev budget: fix criteria for budget increase
|
||||
* reduce drop threshold to 1/64th of segs sent
|
||||
* tcp_buffer_tuner: reduce tcp_[rw]mem max when correlated with latency increase
|
||||
* Fix compiling on i386
|
||||
* budget_test: increase budget used
|
||||
* tcp_conn_tuner: notice retransmit events for tcp conn, apply BBR
|
||||
* note need for libnl-route-3-dev for Debian
|
||||
* net_buffer_tuner: correlate netdev budget increases with scheduler
|
||||
* net_buffer_tuner: update netdev_budget_usecs also
|
||||
* net_buffer_tuner: document netdev_budget handling
|
||||
* net_buffer_tuner: increase netdev_budget if we see time_squeeze events
|
||||
* libbpftune: ensure we only init ".so" objects
|
||||
* Basic debian packaging
|
||||
* remove ref to route tuner
|
||||
* update README.md to mention frag tuner, point at man pages
|
||||
* libbpftune: fix bpftune_netns_info() checks when searching for netns cookie
|
||||
* test: fix frag tests
|
||||
* test: add podman tests
|
||||
* ip_frag_tuner: tunables are not namespaced
|
||||
* test: improve debugging for wmem/rmem/many_netns tests
|
||||
* libbpftune: fix va_args handling in scenario logging
|
||||
* libbpftune: fix logging for non-global netns
|
||||
* sysctl_tuner: show command associated with process that sets sysctl
|
||||
* fix global namespace disable
|
||||
* ip frag tuner improvements
|
||||
* libbpftune: only send events to active tuners
|
||||
* improve makefile dependencies
|
||||
* test: add tests for fd leaks when many netns are in use
|
||||
* libbpftune: fix netns fd leaks
|
||||
* libbpftune: support quiet mode for bpftune_netns_set()
|
||||
* libbpftune: mark netns as _GONE if we cannot setns()
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 19 21:30:49 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: bpftune
|
||||
version: 0.1~20241025
|
||||
mtime: 1729880466
|
||||
commit: 6a50f5ff619caeea6f04d889e3a60de6c12feb76
|
||||
version: 0.1~20241219
|
||||
mtime: 1734604448
|
||||
commit: 688b1227d202084b8b00dd4ed7ed91ac5efda0a8
|
||||
|
||||
@@ -18,10 +18,10 @@
|
||||
|
||||
%define soname 0_1_3
|
||||
Name: bpftune
|
||||
Version: 0.1~20241025
|
||||
Version: 0.1~20241219
|
||||
Release: 0
|
||||
Summary: BPF/tracing tools for auto-tuning Linux
|
||||
License: GPL-2.0 WITH Linux-syscall-note
|
||||
License: GPL-2.0-only WITH Linux-syscall-note
|
||||
URL: https://github.com/oracle/bpftune/
|
||||
Source: %{name}-%{version}.tar.xz
|
||||
BuildRequires: bpftool >= 4.18
|
||||
|
||||
Reference in New Issue
Block a user