Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102860287
D42645.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
446 B
Referenced Files
None
Subscribers
None
D42645.diff
View Options
diff --git a/sys/dev/dpaa2/dpaa2_ni.c b/sys/dev/dpaa2/dpaa2_ni.c
--- a/sys/dev/dpaa2/dpaa2_ni.c
+++ b/sys/dev/dpaa2/dpaa2_ni.c
@@ -2556,7 +2556,7 @@
/* Update maximum frame length. */
error = DPAA2_CMD_NI_SET_MFL(dev, child, &cmd,
- mtu + ETHER_HDR_LEN);
+ mtu + ETHER_HDR_LEN + ETHER_VLAN_ENCAP_LEN);
if (error) {
device_printf(dev, "%s: failed to update maximum frame "
"length: error=%d\n", __func__, error);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Nov 19, 2:50 AM (21 h, 16 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14709068
Default Alt Text
D42645.diff (446 B)
Attached To
Mode
D42645: dpaa2: make VLANs usable on dpni
Attached
Detach File
Event Timeline
Log In to Comment