K 10 svn:author V 9 vmaffione K 8 svn:date V 27 2020-06-10T19:59:11.926294Z K 7 svn:log V 292 MFC r361744 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. END