Re: [U-Boot] [RFC PATCH v2 08/11] net: Add ping6 command and implementation

2015-11-23 Thread Joe Hershberger
On Mon, Nov 9, 2015 at 1:38 AM, Chris Packham wrote: > Signed-off-by: Chris Packham > > --- > > Changes in v2: > - split ping6 support into it's own patch > > common/Kconfig | 6 +++ > common/cmd_net.c | 28 ++ > include/net.h

[U-Boot] [RFC PATCH v2 08/11] net: Add ping6 command and implementation

2015-11-08 Thread Chris Packham
Signed-off-by: Chris Packham --- Changes in v2: - split ping6 support into it's own patch common/Kconfig | 6 +++ common/cmd_net.c | 28 ++ include/net.h| 4 +- net/net6.c | 7 net/ping6.c | 111