Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F145321570
D12865.1777644062.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
388 B
Referenced Files
None
Subscribers
None
D12865.1777644062.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
Fri, May 1, 2:01 PM (9 h, 7 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28527299
Default Alt Text
D12865.1777644062.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