Skip to content

Commit

Permalink
selftests/net: Add a test to validate behavior of rx timestamps
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Mike Maloney authored and David S. Miller committed Aug 24, 2017
1 parent 98aaa91 commit 16e7812
Show file tree
Hide file tree
Showing 3 changed files with 393 additions and 1 deletion.
1 change: 1 addition & 0 deletions tools/testing/selftests/networking/timestamping/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
timestamping
rxtimestamp
txtimestamp
hwtstamp_config
4 changes: 3 additions & 1 deletion tools/testing/selftests/networking/timestamping/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
TEST_PROGS := hwtstamp_config timestamping txtimestamp
CFLAGS += -I../../../../../usr/include

TEST_PROGS := hwtstamp_config rxtimestamp timestamping txtimestamp

all: $(TEST_PROGS)

Expand Down
Loading

0 comments on commit 16e7812

Please sign in to comment.