Re: [PATCH v4 1/3] net: add a generic udp protocol

2020-10-01 Thread Tom Rini
On Fri, Sep 18, 2020 at 02:13:00PM +0200, Philippe Reynes wrote: > This commit adds a generic udp protocol framework in the > network loop. So protocol based on udp may be implemented > without modifying the network loop (for example custom > wait magic packet). > > Signed-off-by: Philippe Reynes

[PATCH v4 1/3] net: add a generic udp protocol

2020-09-18 Thread Philippe Reynes
This commit adds a generic udp protocol framework in the network loop. So protocol based on udp may be implemented without modifying the network loop (for example custom wait magic packet). Signed-off-by: Philippe Reynes Reviewed-by: Simon Glass --- Changelog: v4: - no change v3: - add file do