]> git.proxmox.com Git - mirror_ubuntu-bionic-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)
commit16e781224198be06389f6bd8a757c829bf221ea0
tree528bfca0dfecd19eade87b02a1208b3e268f4e59
parent98aaa913b4ed250324429f0a9e6d5f77a3b5276c
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]