net-timestamp: extend SOF_TIMESTAMPING_OPT_ID to HW timestamps
authorVadim Fedorenko <vadfed@meta.com>
Mon, 6 Mar 2023 16:07:38 +0000 (08:07 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 8 Mar 2023 09:27:14 +0000 (09:27 +0000)
commit8ca5a5790b9a1ce147484d2a2c4e66d2553f3d6c
tree8f1c21edcca8a48416c86a9a6832cfb7b84d4f84
parent2549347972a8e94a9261c125e494955d873b1a9f
net-timestamp: extend SOF_TIMESTAMPING_OPT_ID to HW timestamps

When the feature was added it was enabled for SW timestamps only but
with current hardware the same out-of-order timestamps can be seen.
Let's expand the area for the feature to all types of timestamps.

Signed-off-by: Vadim Fedorenko <vadfed@meta.com>
Reviewed-by: Willem de Bruijn <willemb@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/ip_output.c
net/ipv6/ip6_output.c