Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F147796430
D42655.1784395743.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
802 B
Referenced Files
None
Subscribers
None
D42655.1784395743.diff
View Options
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
@@ -3103,13 +3103,13 @@
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",
+ "%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);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jul 18, 5:29 PM (2 h, 20 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29186822
Default Alt Text
D42655.1784395743.diff (802 B)
Attached To
Mode
D42655: ena: Change measurement unit of time since last tx cleanup to ms
Attached
Detach File
Event Timeline
Log In to Comment