Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F160245451
D12865.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
388 B
Referenced Files
None
Subscribers
None
D12865.diff
View Options
Index: head/sys/dev/ena/ena.c
===================================================================
--- head/sys/dev/ena/ena.c
+++ head/sys/dev/ena/ena.c
@@ -2640,7 +2640,7 @@
switch (etype) {
case ETHERTYPE_IP:
ena_tx_ctx->l3_proto = ENA_ETH_IO_L3_PROTO_IPV4;
- if (ip->ip_off == 0)
+ if ((ip->ip_off & htons(IP_DF)) != 0)
ena_tx_ctx->df = 1;
break;
case ETHERTYPE_IPV6:
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jun 23, 12:57 PM (2 h, 53 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34246989
Default Alt Text
D12865.diff (388 B)
Attached To
Mode
D12865: Fix checking if the DF flag was set in ENA driver
Attached
Detach File
Event Timeline
Log In to Comment