Re: [PATCH net-next 2/2] selftests/net: Add a test to validate behavior of rx timestamps
> +static struct socket_type socket_types[] = { > + { "ip", SOCK_DGRAM, IPPROTO_IP }, > + { "udp",SOCK_DGRAM, IPPROTO_UDP }, I think the intent is to have a SOCK_RAW case.
[PATCH net-next 2/2] selftests/net: Add a test to validate behavior of rx timestamps
From: Mike Maloney Validate the behavior of the combination of various timestamp socket options, and ensure consistency across ip, udp, and tcp. Signed-off-by: Mike Maloney --- .../selftests/networking/timestamping/.gitignore | 1 + .../selftests/networking/timestamping/Makefile | 4