You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Define `VIRTIO_NET_IRQ` macro for the `notify_used` virtq
callback function to send IRQ
- Define `VIRTIO_PCI_DEVICE_ID_NET` (0x1041) according to
the Virtio 1.1 specification
- Define `VIRTIO_NET_PCI_CLASS` macro according to the PCI
specification with class code (0x020000) for Ethernet Controller
- Define struct `virtio_net_dev` and operation functions for
the virtio-net device
0 commit comments