diff options
| -rw-r--r-- | drivers/net/ethernet/cavium/thunder/nicvf_queues.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/drivers/net/ethernet/cavium/thunder/nicvf_queues.c b/drivers/net/ethernet/cavium/thunder/nicvf_queues.c index 4c91959f1d0e..500fdbe08ceb 100644 --- a/drivers/net/ethernet/cavium/thunder/nicvf_queues.c +++ b/drivers/net/ethernet/cavium/thunder/nicvf_queues.c @@ -1064,6 +1064,7 @@ static int nicvf_sq_append_tso(struct nicvf *nic, struct snd_queue *sq,  	/* Inform HW to xmit all TSO segments */  	nicvf_queue_reg_write(nic, NIC_QSET_SQ_0_7_DOOR,  			      skb_get_queue_mapping(skb), desc_cnt); +	nic->drv_stats.tx_tso++;  	return 1;  } | 
