Thread (3 messages) flat view 3 messages, 2 authors, 2021-02-04

[net] selftests: txtimestamp: fix compilation issue

From: Vadim Fedorenko <hidden>
Date: 2021-02-03 20:53:40
Subsystem: kernel selftest framework, networking [general], socket timestamping, the rest · Maintainers: Shuah Khan, Shuah Khan, "David S. Miller", Eric Dumazet, Jakub Kicinski, Paolo Abeni, Willem de Bruijn, Linus Torvalds

PACKET_TX_TIMESTAMP is defined in if_packet.h but it is not included in
test. But we cannot include it because we have definitions of struct and
including leads to redefinition error. So define PACKET_TX_TIMESTAMP too.

Fixes: 5ef5c90e3cb3 (selftests: move timestamping selftests to net folder)
Signed-off-by: Vadim Fedorenko <redacted>
---
 tools/testing/selftests/net/txtimestamp.c | 1 +
 1 file changed, 1 insertion(+)
diff --git a/tools/testing/selftests/net/txtimestamp.c b/tools/testing/selftests/net/txtimestamp.c
index 490a8cc..2010f47 100644
--- a/tools/testing/selftests/net/txtimestamp.c
+++ b/tools/testing/selftests/net/txtimestamp.c
@@ -53,6 +53,7 @@
 #define NSEC_PER_USEC	1000L
 #define USEC_PER_SEC	1000000L
 #define NSEC_PER_SEC	1000000000LL
+#define PACKET_TX_TIMESTAMP		16
 
 /* command line parameters */
 static int cfg_proto = SOCK_STREAM;
-- 
1.8.3.1
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help