]> git.ipfire.org Git - thirdparty/linux.git/commit
sfc: add transmit timestamping support
authorIzabela Bakollari <ibakolla@redhat.com>
Mon, 30 Mar 2026 06:32:35 +0000 (08:32 +0200)
committerJakub Kicinski <kuba@kernel.org>
Wed, 1 Apr 2026 02:19:09 +0000 (19:19 -0700)
commit6730f184abdcf0cc9b6ee20f97c467ab497a900d
tree91308fb67fded945f19cb16892a9fc59df13109d
parentf843687c30272d55739ef153ace29c58db2575ee
sfc: add transmit timestamping support

Add ethtool op to advertise TX timestamping. Insert a
skb_tx_timestamp call in __efx_enqueue_skb.

Signed-off-by: Izabela Bakollari <ibakolla@redhat.com>
Reviewed-by: Edward Cree <ecree.xilinx@gmail.com>
Link: https://patch.msgid.link/20260330063236.247057-1-ibakolla@redhat.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/sfc/ethtool.c
drivers/net/ethernet/sfc/tx.c