Re: [PATCH v3 00/10] net: bootp: add native DHCPv4 support

2019-03-08 Thread Andre Przywara
On Fri, 8 Mar 2019 17:03:34 +0100 Daniel Kiper wrote: Hi Daniel, > On Thu, Mar 07, 2019 at 03:14:06PM +, Andre Przywara wrote: > > A minor rework compared to v2, addressing Daniel's comments on the list. > > The former patch 2/9 has been split up to first refactor the > > parse_dhcp_vendor()

Re: [PATCH v3 00/10] net: bootp: add native DHCPv4 support

2019-03-08 Thread Daniel Kiper
On Thu, Mar 07, 2019 at 03:14:06PM +, Andre Przywara wrote: > A minor rework compared to v2, addressing Daniel's comments on the list. > The former patch 2/9 has been split up to first refactor the > parse_dhcp_vendor() function, then later introduce the OVERLOAD > functionality. The other mino

[PATCH v3 00/10] net: bootp: add native DHCPv4 support

2019-03-07 Thread Andre Przywara
A minor rework compared to v2, addressing Daniel's comments on the list. The former patch 2/9 has been split up to first refactor the parse_dhcp_vendor() function, then later introduce the OVERLOAD functionality. The other minor nits should be fixed as well, also I added Daniel's Reviewed-by: tags.