From: Shannon Nelson Date: Wed, 7 Apr 2021 23:19:57 +0000 (-0700) Subject: ionic: add SKBTX_IN_PROGRESS X-Git-Tag: v5.13-rc1~94^2~203^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bd7856bcd498498a91b275904b9aa43882cf85a0;p=thirdparty%2Fkernel%2Flinux.git ionic: add SKBTX_IN_PROGRESS Set the SKBTX_IN_PROGRESS when offloading the Tx timestamp. Signed-off-by: Shannon Nelson Signed-off-by: David S. Miller --- diff --git a/drivers/net/ethernet/pensando/ionic/ionic_txrx.c b/drivers/net/ethernet/pensando/ionic/ionic_txrx.c index 765050a5f7a85..08934888575ce 100644 --- a/drivers/net/ethernet/pensando/ionic/ionic_txrx.c +++ b/drivers/net/ethernet/pensando/ionic/ionic_txrx.c @@ -1203,6 +1203,7 @@ static netdev_tx_t ionic_start_hwstamp_xmit(struct sk_buff *skb, if (unlikely(!ionic_q_has_space(q, ndescs))) goto err_out_drop; + skb_shinfo(skb)->tx_flags |= SKBTX_HW_TSTAMP; if (skb_is_gso(skb)) err = ionic_tx_tso(q, skb); else