]> git.baikalelectronics.ru Git - kernel.git/commit
selftests/net: Add a test to validate behavior of rx timestamps
authorMike Maloney <maloney@google.com>
Tue, 22 Aug 2017 21:08:49 +0000 (17:08 -0400)
committerDavid S. Miller <davem@davemloft.net>
Thu, 24 Aug 2017 03:30:47 +0000 (20:30 -0700)
commit7ccbc02b107617741585c8f225a5f8fc00b81118
tree528bfca0dfecd19eade87b02a1208b3e268f4e59
parentc40f4c4c8dece3050f373c2801c6f98dbedb116d
selftests/net: Add a test to validate behavior of rx timestamps

Validate the behavior of the combination of various timestamp socket
options, and ensure consistency across ip, udp, and tcp.

Signed-off-by: Mike Maloney <maloney@google.com>
Acked-by: Willem de Bruijn <willemb@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
tools/testing/selftests/networking/timestamping/.gitignore
tools/testing/selftests/networking/timestamping/Makefile
tools/testing/selftests/networking/timestamping/rxtimestamp.c [new file with mode: 0644]