freebsd-dev/sys/dev/virtio/network
Vincenzo Maffione 1b89d00bd4 netmap: vtnet: honor NM_IRQ_RESCHED
The netmap_rx_irq() function may return NM_IRQ_RESCHED to inform the
driver that more work is pending, and that netmap expects netmap_rx_irq()
to be called again as soon as possible.
This change implements this behaviour in the vtnet driver.

MFC after:	1 week
2020-06-03 05:09:33 +00:00
..
if_vtnet.c netmap: vtnet: honor NM_IRQ_RESCHED 2020-06-03 05:09:33 +00:00
if_vtnetvar.h Add pfil(9) hook to vtnet(4). 2020-01-10 21:22:03 +00:00
virtio_net.h tap: add support for virtio-net offloads 2019-10-18 21:53:27 +00:00