Discussion:
[ipxe-devel] [ipxe/ipxe] [efi_snp] Subtract link-layer header length from MaxPacketSize (#73)
Rob Taglang
2018-04-27 18:25:10 UTC
Permalink
It seems that the EDK network stack expects this to be 1500, not 1514.

As-is, in the case of fragmentation, the UEFI UDP layer will compute fragment sizes larger than the MTU which typically get dropped.
You can view, comment on, or merge this pull request online at:

https://github.com/ipxe/ipxe/pull/73

-- Commit Summary --

* [efi_snp] Subtract link-layer header length from MaxPacketSize

-- File Changes --

M src/interface/efi/efi_snp.c (2)

-- Patch Links --

https://github.com/ipxe/ipxe/pull/73.patch
https://github.com/ipxe/ipxe/pull/73.diff
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/ipxe/ipxe/pull/73
Michael Brown
2018-07-07 19:14:58 UTC
Permalink
Closed #73.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/ipxe/ipxe/pull/73#event-1721589323
Michael Brown
2018-07-07 19:14:59 UTC
Permalink
Merged (with a minor change to use netdev->mtu directly instead of replicating the calculation); thanks!
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/ipxe/ipxe/pull/73#issuecomment-403237243
Loading...