bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH bpf-next 0/2] selftest/bpf: improve bpf tunnel test
@ 2020-11-03  4:29 Hangbin Liu
  2020-11-03  4:29 ` [PATCH bpf-next 1/2] selftest/bpf: add missed ip6ip6 test back Hangbin Liu
                   ` (2 more replies)
  0 siblings, 3 replies; 23+ messages in thread
From: Hangbin Liu @ 2020-11-03  4:29 UTC (permalink / raw)
  To: netdev; +Cc: William Tu, Daniel Borkmann, bpf, Hangbin Liu

In comment 173ca26e9b51 ("samples/bpf: add comprehensive ipip, ipip6,
ip6ip6 test") we added some bpf tunnel tests. In commit 933a741e3b82
("selftests/bpf: bpf tunnel test.") when we moved it to the current
folder, we missed some points:

1. ip6ip6 test is not added
2. forgot to remove test_ipip.sh in sample folder
3. TCP test code is not removed in test_tunnel_kern.c

In this patch set I add back ip6ip6 test and remove unused code.
As I'm not sure if this should be a fixup, I didn't add the Fixes flag.

Here is the test result:
```
  Testing IP6IP6 tunnel...
  PING ::11(::11) 56 data bytes

  --- ::11 ping statistics ---
  3 packets transmitted, 3 received, 0% packet loss, time 47ms
  rtt min/avg/max/mdev = 0.031/1023.035/2044.975/834.846 ms, pipe 2
  PING 1::11(1::11) 56 data bytes

  --- 1::11 ping statistics ---
  3 packets transmitted, 3 received, 0% packet loss, time 47ms
  rtt min/avg/max/mdev = 0.027/0.046/0.058/0.013 ms
  PING 1::22(1::22) 56 data bytes

  --- 1::22 ping statistics ---
  3 packets transmitted, 3 received, 0% packet loss, time 47ms
  rtt min/avg/max/mdev = 0.041/0.056/0.074/0.014 ms
  PASS: ip6ip6tnl
```

Hangbin Liu (2):
  selftest/bpf: add missed ip6ip6 test back
  selftest/bpf: remove unused bpf tunnel testing code

 samples/bpf/test_ipip.sh                      | 179 ------------------
 .../selftests/bpf/progs/test_tunnel_kern.c    |  87 +--------
 tools/testing/selftests/bpf/test_tunnel.sh    |  39 +++-
 3 files changed, 40 insertions(+), 265 deletions(-)
 delete mode 100755 samples/bpf/test_ipip.sh

-- 
2.25.4


^ permalink raw reply	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2020-11-11  0:56 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-03  4:29 [PATCH bpf-next 0/2] selftest/bpf: improve bpf tunnel test Hangbin Liu
2020-11-03  4:29 ` [PATCH bpf-next 1/2] selftest/bpf: add missed ip6ip6 test back Hangbin Liu
2020-11-04 18:40   ` Martin KaFai Lau
2020-11-05  3:20     ` Hangbin Liu
2020-11-03  4:29 ` [PATCH bpf-next 2/2] selftest/bpf: remove unused bpf tunnel testing code Hangbin Liu
2020-11-06  7:30   ` Martin KaFai Lau
2020-11-06  7:55     ` Hangbin Liu
2020-11-06  8:04       ` Hangbin Liu
2020-11-06  9:01 ` [PATCHv2 net 0/2] Remove unused test_ipip.sh test and add missed ip6ip6 test Hangbin Liu
2020-11-06  9:01   ` [PATCHv2 net 1/2] selftest/bpf: add missed ip6ip6 test back Hangbin Liu
2020-11-07  2:15     ` Martin KaFai Lau
2020-11-09  3:00       ` Hangbin Liu
2020-11-09 22:25         ` Martin KaFai Lau
2020-11-06  9:01   ` [PATCHv2 net 2/2] samples/bpf: remove unused test_ipip.sh Hangbin Liu
2020-11-07  2:16     ` Martin KaFai Lau
2020-11-06 18:56   ` [PATCHv2 net 0/2] Remove unused test_ipip.sh test and add missed ip6ip6 test Jakub Kicinski
2020-11-06 18:58     ` Alexei Starovoitov
2020-11-07  1:20     ` Hangbin Liu
2020-11-10  1:50   ` [PATCHv3 bpf " Hangbin Liu
2020-11-10  1:50     ` [PATCHv3 bpf 1/2] selftest/bpf: add missed ip6ip6 test back Hangbin Liu
2020-11-10  1:50     ` [PATCHv3 bpf 2/2] samples/bpf: remove unused test_ipip.sh Hangbin Liu
2020-11-10 17:35     ` [PATCHv3 bpf 0/2] Remove unused test_ipip.sh test and add missed ip6ip6 test Martin KaFai Lau
2020-11-11  0:56       ` Alexei Starovoitov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).