Re: [U-Boot] [PATCH v3 03/12] net: Use new checksum functions

2015-02-11 Thread Simon Glass
On 24 January 2015 at 12:53, Joe Hershberger joe.hershber...@gmail.com wrote: On Mon, Jan 19, 2015 at 11:16 PM, Simon Glass s...@chromium.org wrote: Drop the old checksum functions in favour of the new ones. Signed-off-by: Simon Glass s...@chromium.org Looks good to me. Acked-by: Joe

Re: [U-Boot] [PATCH v3 03/12] net: Use new checksum functions

2015-01-24 Thread Joe Hershberger
On Mon, Jan 19, 2015 at 11:16 PM, Simon Glass s...@chromium.org wrote: Drop the old checksum functions in favour of the new ones. Signed-off-by: Simon Glass s...@chromium.org Looks good to me. Acked-by: Joe Hershberger joe.hershber...@ni.com Thanks! -Joe

[U-Boot] [PATCH v3 03/12] net: Use new checksum functions

2015-01-19 Thread Simon Glass
Drop the old checksum functions in favour of the new ones. Signed-off-by: Simon Glass s...@chromium.org --- Changes in v3: - Adjust net/ code to use the new checksum functions Changes in v2: None include/net.h | 4 net/net.c | 25 ++--- net/ping.c| 10