Re: [U-Boot] [PATCH v2 2/6] NET: pass source IP address to packet handlers

2011-05-12 Thread Wolfgang Denk
Dear Luca Ceresoli, In message <1303143594-5345-3-git-send-email-luca.ceres...@comelit.it> you wrote: > This is needed for the upcoming TFTP server implementation. > > This also simplifies PingHandler() and fixes rxhand_f documentation. > > Signed-off-by: Luca Ceresoli > Cc: Wolfgang Denk > -

Re: [U-Boot] [PATCH v2 2/6] NET: pass source IP address to packet handlers

2011-04-19 Thread Luca Ceresoli
Il 19/04/2011 16:15, Detlev Zundel ha scritto: > Hi Luca, > >> This is needed for the upcoming TFTP server implementation. >> >> This also simplifies PingHandler() and fixes rxhand_f documentation. >> >> Signed-off-by: Luca Ceresoli >> Cc: Wolfgang Denk >> --- >> Changes in v2: >> - fixed checkpa

Re: [U-Boot] [PATCH v2 2/6] NET: pass source IP address to packet handlers

2011-04-19 Thread Detlev Zundel
Hi Luca, > This is needed for the upcoming TFTP server implementation. > > This also simplifies PingHandler() and fixes rxhand_f documentation. > > Signed-off-by: Luca Ceresoli > Cc: Wolfgang Denk > --- > Changes in v2: > - fixed checkpatch issues. > > drivers/net/netconsole.c |5 +++-- >

[U-Boot] [PATCH v2 2/6] NET: pass source IP address to packet handlers

2011-04-18 Thread Luca Ceresoli
This is needed for the upcoming TFTP server implementation. This also simplifies PingHandler() and fixes rxhand_f documentation. Signed-off-by: Luca Ceresoli Cc: Wolfgang Denk --- Changes in v2: - fixed checkpatch issues. drivers/net/netconsole.c |5 +++-- include/net.h| 15