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

2011-05-03 Thread Luca Ceresoli
Hi Wolfgang, Wolfgang Denk wrote: > Dear Luca Ceresoli, > > In message<1302796377-3321-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-o

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

2011-04-30 Thread Wolfgang Denk
Dear Luca Ceresoli, In message <1302796377-3321-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 Un

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

2011-04-30 Thread Wolfgang Denk
Dear Luca Ceresoli, In message <1302796377-3321-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 > -

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

2011-04-14 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 --- drivers/net/netconsole.c |5 +++-- include/net.h| 15 ++- net/bootp.c |