Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F150469425
D2163.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
495 B
Referenced Files
None
Subscribers
None
D2163.diff
View Options
Index: head/sys/dev/sfxge/sfxge_tx.c
===================================================================
--- head/sys/dev/sfxge/sfxge_tx.c
+++ head/sys/dev/sfxge/sfxge_tx.c
@@ -1025,7 +1025,7 @@
KASSERT(n_dma_seg, ("no payload found in TSO packet"));
++dma_seg;
}
- tso.in_len = dma_seg->ds_len + (tso.header_len - skipped);
+ tso.in_len = dma_seg->ds_len - (tso.header_len - skipped);
tso.dma_addr = dma_seg->ds_addr + (tso.header_len - skipped);
id = txq->added & txq->ptr_mask;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Apr 2, 11:57 AM (11 h, 26 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30721703
Default Alt Text
D2163.diff (495 B)
Attached To
Mode
D2163: sfxge: fix bug in TSO when the first DMA segment has data
Attached
Detach File
Event Timeline
Log In to Comment