Re: [PATCH v2 3/9] net: dhcp: refactor DHCP packet transmission into separate function

2019-02-21 Thread Daniel Kiper
On Tue, Feb 12, 2019 at 05:46:54PM +, Andre Przywara wrote: > From: Andrei Borzenkov > > In contrast to BOOTP, DHCP uses a 4-way handshake, so requires to send > packets more often. > > Refactor the generation and sending of the BOOTREQUEST packet into a > separate function, so that future cod

[PATCH v2 3/9] net: dhcp: refactor DHCP packet transmission into separate function

2019-02-12 Thread Andre Przywara
From: Andrei Borzenkov In contrast to BOOTP, DHCP uses a 4-way handshake, so requires to send packets more often. Refactor the generation and sending of the BOOTREQUEST packet into a separate function, so that future code can more easily reuse this. Signed-off-by: Andre Przywara --- grub-core