]> rtime.felk.cvut.cz Git - jailhouse.git/commit
inmates: x86: Add E1000-based PCI DMA demonstration
authorJan Kiszka <jan.kiszka@siemens.com>
Thu, 11 Sep 2014 20:21:52 +0000 (22:21 +0200)
committerJan Kiszka <jan.kiszka@siemens.com>
Thu, 18 Sep 2014 04:59:15 +0000 (06:59 +0200)
commita12e938213d6b9fb0bf2f50b0fed5941c10a06b8
treed261d022ce5455b77c9c78ea4b54f2d8fa644783
parentd38bb031a67ceed96093c28b70ab7f08f63c6869
inmates: x86: Add E1000-based PCI DMA demonstration

This adds a simple Ethernet ping-ping via Intel E1000-based NICs. Run
two instances in the same network, and the first will become the test
controller while the second instance to show up will be the target.
Round trip times will be measured and dumped by the controller. This can
surely be further improved, and there are still some stability issues
(measurement stops on lost packet). It's a start.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
configs/e1000-demo.c [new file with mode: 0644]
inmates/demos/x86/Makefile
inmates/demos/x86/e1000-demo.c [new file with mode: 0644]