mbox series

[net-next,v3,0/3] UDP GSO audit tests

Message ID 20190617190837.13186-1-fklassen@appneta.com (mailing list archive)
Headers show
Series UDP GSO audit tests | expand

Message

Fred Klassen June 17, 2019, 7:08 p.m. UTC
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(-)

Comments

Willem de Bruijn June 17, 2019, 8:29 p.m. UTC | #1
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>
David Miller June 17, 2019, 11:30 p.m. UTC | #2
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.