diff options
author | Martin KaFai Lau <kafai@fb.com> | 2020-01-22 15:36:58 -0800 |
---|---|---|
committer | Alexei Starovoitov <ast@kernel.org> | 2020-01-22 16:30:10 -0800 |
commit | 6de4a9c430b57c6ebbccd2a1725f42e9be75f592 (patch) | |
tree | 0632f77c714898a1ae96619361d986f706979535 /tools/testing/selftests/lib.mk | |
parent | 0a49c1a8e26266ad505704f54f9fdaf2ae14cbdb (diff) |
bpf: tcp: Add bpf_cubic example
This patch adds a bpf_cubic example. Some highlights:
1. CONFIG_HZ .kconfig map is used.
2. In bictcp_update(), calculation is changed to use usec
resolution (i.e. USEC_PER_JIFFY) instead of using jiffies.
Thus, usecs_to_jiffies() is not used in the bpf_cubic.c.
3. In bitctcp_update() [under tcp_friendliness], the original
"while (ca->ack_cnt > delta)" loop is changed to the equivalent
"ca->ack_cnt / delta" operation.
Signed-off-by: Martin KaFai Lau <kafai@fb.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Link: https://lore.kernel.org/bpf/20200122233658.903774-1-kafai@fb.com
Diffstat (limited to 'tools/testing/selftests/lib.mk')
0 files changed, 0 insertions, 0 deletions