[U-Boot] [RFC PATCH v2 7/8] net: Add ARP and PING response to sandbox driver
Simon Glass
sjg at chromium.org
Sat Feb 7 02:25:53 CET 2015
On 2 February 2015 at 17:38, Joe Hershberger <joe.hershberger at ni.com> wrote:
> The sandbox driver will now generate response traffic to exercise the
> ping command even when no network exists. This allows the basic data
> pathways of the DM to be tested.
>
> Signed-off-by: Joe Hershberger <joe.hershberger at ni.com>
> ---
>
> Changes in v2:
> -Change printfs to debug in sandbox driver
> -Move static data to priv
> -Move fake hwaddr to the device tree
>
> arch/sandbox/dts/sandbox.dts | 1 +
> drivers/net/sandbox.c | 95 ++++++++++++++++++++++++++++++++++++++++++++
> 2 files changed, 96 insertions(+)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list