aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/Makefile
diff options
context:
space:
mode:
authorPeter Oskolkov <posk@google.com>2019-03-22 16:40:19 -0700
committerAlexei Starovoitov <ast@kernel.org>2019-03-22 18:16:44 -0700
commit7df5e3db8f6354125540dfa50affd2c02b7d2832 (patch)
treeca59f3bf0a3b2f6ef90532951f23f95f291238b4 /tools/testing/selftests/bpf/Makefile
parentbpf: make bpf_skb_ecn_set_ce callable from BPF_PROG_TYPE_SCHED_ACT (diff)
downloadlinux-dev-7df5e3db8f6354125540dfa50affd2c02b7d2832.tar.xz
linux-dev-7df5e3db8f6354125540dfa50affd2c02b7d2832.zip
selftests: bpf: tc-bpf flow shaping with EDT
Add a small test that shows how to shape a TCP flow in tc-bpf with EDT and ECN. Signed-off-by: Peter Oskolkov <posk@google.com> Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Diffstat (limited to 'tools/testing/selftests/bpf/Makefile')
-rw-r--r--tools/testing/selftests/bpf/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/testing/selftests/bpf/Makefile b/tools/testing/selftests/bpf/Makefile
index cdcc54ddf4b9..77b73b892136 100644
--- a/tools/testing/selftests/bpf/Makefile
+++ b/tools/testing/selftests/bpf/Makefile
@@ -53,7 +53,8 @@ TEST_PROGS := test_kmod.sh \
test_xdp_vlan.sh \
test_lwt_ip_encap.sh \
test_tcp_check_syncookie.sh \
- test_tc_tunnel.sh
+ test_tc_tunnel.sh \
+ test_tc_edt.sh
TEST_PROGS_EXTENDED := with_addr.sh \
with_tunnels.sh \