Message ID | 20190617190837.13186-1-fklassen@appneta.com (mailing list archive) |
---|---|
Headers | show |
Series | UDP GSO audit tests | expand |
On Mon, Jun 17, 2019 at 3:09 PM Fred Klassen <fklassen@appneta.com> wrote: > > Updates to UDP GSO selftests ot optionally stress test CMSG > subsytem, and report the reliability and performance of both > TX Timestamping and ZEROCOPY messages. > > Fred Klassen (3): > net/udpgso_bench_tx: options to exercise TX CMSG > net/udpgso_bench.sh add UDP GSO audit tests > net/udpgso_bench.sh test fails on error > > tools/testing/selftests/net/udpgso_bench.sh | 52 ++++- > tools/testing/selftests/net/udpgso_bench_tx.c | 291 ++++++++++++++++++++++++-- > 2 files changed, 327 insertions(+), 16 deletions(-) > > -- For the series: Acked-by: Willem de Bruijn <willemb@google.com>
From: Willem de Bruijn <willemdebruijn.kernel@gmail.com> Date: Mon, 17 Jun 2019 16:29:37 -0400 > On Mon, Jun 17, 2019 at 3:09 PM Fred Klassen <fklassen@appneta.com> wrote: >> >> Updates to UDP GSO selftests ot optionally stress test CMSG >> subsytem, and report the reliability and performance of both >> TX Timestamping and ZEROCOPY messages. >> >> Fred Klassen (3): >> net/udpgso_bench_tx: options to exercise TX CMSG >> net/udpgso_bench.sh add UDP GSO audit tests >> net/udpgso_bench.sh test fails on error >> >> tools/testing/selftests/net/udpgso_bench.sh | 52 ++++- >> tools/testing/selftests/net/udpgso_bench_tx.c | 291 ++++++++++++++++++++++++-- >> 2 files changed, 327 insertions(+), 16 deletions(-) >> >> -- > > For the series: > > Acked-by: Willem de Bruijn <willemb@google.com> Series applied, thanks everyone.