xen-netback: add software timestamp capabilities
authorLuca Fancellu <luca.fancellu@arm.com>
Tue, 10 Oct 2023 14:26:30 +0000 (15:26 +0100)
committerDavid S. Miller <davem@davemloft.net>
Fri, 13 Oct 2023 09:19:50 +0000 (10:19 +0100)
commit0b38d2ec2282f39ecb82b6cdc9af42f817e77551
treef1e4514ec9abb56c03cd52d3d59d27412f972542
parent431acee069232e8d713d0b9d7e02127ecbecddd6
xen-netback: add software timestamp capabilities

Add software timestamp capabilities to the xen-netback driver
by advertising it on the struct ethtool_ops and calling
skb_tx_timestamp before passing the buffer to the queue.

Signed-off-by: Luca Fancellu <luca.fancellu@arm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/xen-netback/interface.c