On 31 March 2016 at 08:40, Liuxilong (A) <[email protected]> wrote:
> Hi Folks:
>
> Recently, we used our board to do some tests about PXE booting and
> encountered an issue . Sometimes the PXE booting would fail when the PXE
> client sent a request to confirm IP but received the NACK from the DHCP
> server, which is displayed in the figure below.
>
> On this occasion, the function DhcpHandleRequest in the Dhcp4Io.c from EDKII
> MdeModulePkg will return device error and stop the PXE boot. The related
> code is as following:
>
> We think the strategy of code when receiving the NACK from the DHCP server
> is not robust enough. Is it possible to optimize the strategy? Such as
> adding some kind of retry mechanism when the client receives the NACK from
> the DHCP.
>

Are you positively sure that the OFFER and the NAK are from the same
DHCP server?
_______________________________________________
edk2-devel mailing list
[email protected]
https://lists.01.org/mailman/listinfo/edk2-devel

Reply via email to