]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
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)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 19:47:42 +0000 (21:47 +0200)
commit4e88d96df2ff136ffb5647f8b56d2bc144e05ed1
tree4f3edc4f6f80ea5847374c535c765abd28e51a41
parentc06769d154ed43d00528a0013c69f790545ba379
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