]> git.baikalelectronics.ru Git - kernel.git/commit
selftests: udp gso benchmark
authorWillem de Bruijn <willemb@google.com>
Thu, 26 Apr 2018 17:42:25 +0000 (13:42 -0400)
committerDavid S. Miller <davem@davemloft.net>
Thu, 26 Apr 2018 19:09:52 +0000 (15:09 -0400)
commit4d4a47023538089510267dc8b4654ed8de8cebca
tree7d837467230112425cf5bb43a92102ef7047545a
parent316cd341635dab88570d8a50a1ec7dd80f68b9b9
selftests: udp gso benchmark

Send udp data between a source and sink, optionally with udp gso.
The two processes are expected to be run on separate hosts.

A script is included that runs them together over loopback in a
single namespace for functionality testing.

Signed-off-by: Willem de Bruijn <willemb@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
tools/testing/selftests/net/.gitignore
tools/testing/selftests/net/Makefile
tools/testing/selftests/net/udpgso_bench.sh [new file with mode: 0755]
tools/testing/selftests/net/udpgso_bench_rx.c [new file with mode: 0644]
tools/testing/selftests/net/udpgso_bench_tx.c [new file with mode: 0644]