sandbox: eth: Add ARP and PING response to sandbox driver
authorJoe Hershberger <joe.hershberger@ni.com>
Sun, 22 Mar 2015 22:09:14 +0000 (17:09 -0500)
committerSimon Glass <sjg@chromium.org>
Sat, 18 Apr 2015 17:11:12 +0000 (11:11 -0600)
commitd87a457be8f156ca6e775ffa785a96b0766d4e50
tree9d489883d466915e451e94003ac1a24d5c72fed5
parent3ea143abe957cd771582fcde33e5fb8096bd826e
sandbox: eth: Add ARP and PING response to sandbox driver

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@ni.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/sandbox/dts/sandbox.dts
drivers/net/sandbox.c
include/configs/sandbox.h