]> git.ipfire.org Git - people/ms/u-boot.git/commit
sandbox: eth: Add ability to disable ping reply in sandbox eth driver
authorJoe Hershberger <joe.hershberger@ni.com>
Sun, 22 Mar 2015 22:09:19 +0000 (17:09 -0500)
committerSimon Glass <sjg@chromium.org>
Sat, 18 Apr 2015 17:11:13 +0000 (11:11 -0600)
commit2eede1f363b485a9b2b49ac097b9a24256716c8b
treeee5e6e8bd1e7baa62cb3c1b30d4bbec589509fcf
parent7d104eab7dfb632dd96d027b7bfb233f1ae41ba7
sandbox: eth: Add ability to disable ping reply in sandbox eth driver

This is needed to test the netretry functionality (make the command fail
on a sandbox eth device).

Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/sandbox/include/asm/eth.h [new file with mode: 0644]
drivers/net/sandbox.c