
7 Feb
2015
7 Feb
'15
2:25 a.m.
On 2 February 2015 at 17:38, Joe Hershberger joe.hershberger@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@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@chromium.org