
Hi Chris,
On Tue, Nov 3, 2015 at 2:54 PM, Chris Packham judge.packham@gmail.com wrote:
On Wed, Nov 4, 2015 at 8:41 AM, Joe Hershberger joe.hershberger@gmail.com wrote:
<snip>
I'm actually testing with x86 on QEMU so I think LE is all good. I'll remove the comment.
Great. Have you done any testing in sandbox? I'd really like to see unit tests go in as part of this series.
I'll take a look. For the parsing etc that should be doable. I think I may run into problems with the linux network stack getting in the way for some of the link-local handling. Are there any existing tests for the networking code?
Yes, there is test/dm/eth.c that does some pinging to test out the Ethernet stack.
Also, sandbox has drivers/net/sandbox-raw.c that allows sandbox to interact with the host network adapter. See board/sandbox/README.sandbox
Cheers, -Joe