Skip to content

Commit

Permalink
Cleanup for virtio_net and virtio_blk
Browse files Browse the repository at this point in the history
- Moved all the common vring and descriptor handling code from virtio_net and
  virtio_blk into virtio_ring.c.
- Use two descriptors per virtio-net tx
- test_blk: now correctly checking the read buffer instead of the write buffer
  • Loading branch information
ricarkol committed Sep 28, 2016
1 parent 302d832 commit 6d11a94
Show file tree
Hide file tree
Showing 6 changed files with 344 additions and 470 deletions.
1 change: 1 addition & 0 deletions kernel/Makefile
Expand Up @@ -47,6 +47,7 @@ virtio/mem.o \
virtio/pci.o \
virtio/serial.o \
virtio/time.o \
virtio/virtio_ring.o \
virtio/virtio_net.o \
virtio/virtio_blk.o \
virtio/tscclock.o \
Expand Down

0 comments on commit 6d11a94

Please sign in to comment.