Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F149033753
D46763.1789414198.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
534 B
Referenced Files
None
Subscribers
None
D46763.1789414198.diff
View Options
diff --git a/ena.h b/ena.h
--- a/ena.h
+++ b/ena.h
@@ -186,6 +186,8 @@
/* Max number of timeouted packets before device reset */
#define ENA_DEFAULT_TX_CMP_THRESHOLD (128)
+#define ENA_ADMIN_POLL_DELAY_US 100
+
/*
* Supported PCI vendor and devices IDs
*/
diff --git a/ena.c b/ena.c
--- a/ena.c
+++ b/ena.c
@@ -4227,6 +4227,8 @@
goto err_bus_free;
}
+ ena_dev->ena_min_poll_delay_us = ENA_ADMIN_POLL_DELAY_US;
+
/* Initially clear all the flags */
ENA_FLAG_ZERO(adapter);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Sep 14, 7:29 PM (4 h, 57 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29603620
Default Alt Text
D46763.1789414198.diff (534 B)
Attached To
Mode
D46763: ena: Set ena_min_poll_delay_us default value
Attached
Detach File
Event Timeline
Log In to Comment