mirror of https://gitee.com/openkylin/linux.git
sfc: Do not set net_device::trans_start in self-test
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
f30eb23ea5
commit
cc83f6d692
|
@ -435,7 +435,6 @@ static int efx_begin_loopback(struct efx_tx_queue *tx_queue)
|
|||
kfree_skb(skb);
|
||||
return -EPIPE;
|
||||
}
|
||||
efx->net_dev->trans_start = jiffies;
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
|
Loading…
Reference in New Issue