Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F173178009
D58239.id182088.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
491 B
Referenced Files
None
Subscribers
None
D58239.id182088.diff
View Options
diff --git a/sys/dev/ena/ena_datapath.c b/sys/dev/ena/ena_datapath.c
--- a/sys/dev/ena/ena_datapath.c
+++ b/sys/dev/ena/ena_datapath.c
@@ -98,8 +98,8 @@
atomic_store_8(&rx_ring->first_interrupt, 1);
for (i = 0; i < ENA_CLEAN_BUDGET; ++i) {
- rx_again = ena_rx_cleanup(rx_ring);
tx_again = ena_tx_cleanup(tx_ring);
+ rx_again = ena_rx_cleanup(rx_ring);
if (unlikely(((if_getdrvflags(ifp) & IFF_DRV_RUNNING) == 0) ||
(ENA_FLAG_ISSET(ENA_FLAG_TRIGGER_RESET, adapter))))
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Sep 25, 3:20 AM (48 m, 26 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35115109
Default Alt Text
D58239.id182088.diff (491 B)
Attached To
Mode
D58239: ena: Swap cleanup order
Attached
Detach File
Event Timeline
Log In to Comment