Page MenuHomeFreeBSD

D42655.1784390713.diff
No OneTemporary

Size
977 B
Referenced Files
None
Subscribers
None

D42655.1784390713.diff

diff --git a/sys/dev/ena/ena.c b/sys/dev/ena/ena.c
--- a/sys/dev/ena/ena.c
+++ b/sys/dev/ena/ena.c
@@ -3102,15 +3102,15 @@
if (unlikely(time_offset > adapter->missing_tx_timeout)) {
if (tx_buf->print_once) {
- time_since_last_cleanup = TICKS_2_USEC(ticks -
+ time_since_last_cleanup = TICKS_2_MSEC(ticks -
tx_ring->tx_last_cleanup_ticks);
missing_tx_comp_to = sbttoms(
adapter->missing_tx_timeout);
ena_log(pdev, WARN,
- "Found a Tx that wasn't completed on time, qid %d, index %d. "
- "%d usecs have passed since last cleanup. Missing Tx timeout value %d msecs.\n",
- tx_ring->qid, i, time_since_last_cleanup,
- missing_tx_comp_to);
+ "Found a Tx that wasn't completed on time, qid %d, index %d. "
+ "%d msecs have passed since last cleanup. Missing Tx timeout value %d msecs.\n",
+ tx_ring->qid, i, time_since_last_cleanup,
+ missing_tx_comp_to);
}
tx_buf->print_once = false;

File Metadata

Mime Type
text/plain
Expires
Sat, Jul 18, 4:05 PM (4 h, 57 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29185918
Default Alt Text
D42655.1784390713.diff (977 B)

Event Timeline